Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here
kausate-integration logo

kausate-integration

kausate

developmentClaude Codeby Kausate

Summary

Integrate the Kausate company-data API: generate a typed client from the live openapi.json, set up async + webhook handling, use customerId and customerReference correctly, fall back to polling only when webhooks aren't possible.

Install to Claude Code

/plugin install kausate-integration@kausate

Run in Claude Code. Add the marketplace first with /plugin marketplace add kausate/agents if you haven't already.

README.md

Kausate agents

Integration artifacts for AI coding assistants (Claude Code, Codex, Cursor, Copilot, Gemini CLI, Aider, ...) integrating the Kausate company-data API.

This repo is the canonical source for the Kausate integration playbook — plugins/kausate-integration/skills/kausate-integration/SKILL.md (the interactive orchestrator) plus plugins/kausate-integration/skills/kausate-integration/references/*.md (per-topic detail and competitor migration playbooks). Our docs site at docs.kausate.com proxies the same files so customers can use either URL.

The skill is interactive: it inspects the user's codebase first, asks the few questions the code can't answer (use case mix, webhook reachability, jurisdictions), and then routes to only the references that match — including migration playbooks for replacing Kyckr, Moody's (kompany / Orbis / Maxsight / Bureau van Dijk), and Topograph.

Install in Claude Code

/plugin marketplace add https://docs.kausate.com/.claude-plugin/marketplace.json
/plugin install kausate-integration@kausate
/reload-plugins

Equivalent (skips the docs domain):

/plugin marketplace add kausate/agents
/plugin install kausate-integration@kausate
/reload-plugins

Use with Codex / Cursor / Copilot / Gemini CLI / Junie / Aider

Drop the AGENTS.md into your repo:

curl -o AGENTS.md https://docs.kausate.com/agents/kausate.md

For Claude Code, use the same AGENTS.md plus a one-line CLAUDE.md that imports it:

curl -o AGENTS.md https://docs.kausate.com/agents/kausate.md
echo "@AGENTS.md" > CLAUDE.md

Layout

.claude-plugin/marketplace.json                              ← marketplace manifest
plugins/kausate-integration/
├── .claude-plugin/plugin.json                               ← plugin manifest
└── skills/kausate-integration/
    ├── SKILL.md                                             ← lean orchestrator + interactive opener
    └── references/
        ├── auth-versioning.md
        ├── endpoints.md
        ├── async-webhooks.md
        ├── customer-correlation.md
        ├── status-and-dedup.md
        ├── documents.md
        ├── monitors.md
        ├── identifiers.md
        ├── errors-and-anti-patterns.md
        ├── production-checklist.md
        └── migrations/
            ├── from-kyckr.md
            ├── from-moodys.md       ← covers kompany / Orbis / Maxsight / BvD
            └── from-topograph.md

Editing the skill

Edit any file under plugins/kausate-integration/skills/kausate-integration/, push to main, and both surfaces update:

  • https://github.com/kausate/agents (this repo) — direct fetch
  • https://docs.kausate.com/... — proxied at the docs domain (SKILL.md, references, and migration playbooks all served as URLs for AGENTS.md curl users)

SKILL.md is the orchestrator (≈140 lines). Per-topic detail lives in references/, loaded on demand by progressive disclosure — keep each file self-contained and concise.

Bug reports / suggestions

Please open an issue on this repo or contact us at kausate.com/contact.

Related plugins

Browse all →