Claude Code plugin
The Inkbox plugin for Claude Code bundles every Inkbox skill (TypeScript SDK, Python SDK, CLI, agent self-signup, and OpenClaw) so your agent can use the full Inkbox surface immediately after install.
Prerequisites
- Claude Code installed
- An Inkbox API key, exported as
INKBOX_API_KEY - The SDK or CLI installed in the project you're working on (see Skills overview)
Install
Inside Claude Code, add the Inkbox marketplace, install the plugin, and reload:
That's it. Claude Code now knows how to use every Inkbox feature.
Manual install
If you'd rather skip the marketplace, clone the repo and copy the skills into your Claude Code skills directory:
What gets installed
The plugin bundles every skill listed on the Skills overview:
| Skill | What it teaches your agent |
|---|---|
| TypeScript SDK | @inkbox/sdk: identities, email, phone, text/SMS, contacts, notes, contact rules, vault, TOTP, webhooks |
| Python SDK | inkbox: same surface as TypeScript, in Python |
| CLI | @inkbox/cli: shell-native workflows |
| Agent self-signup | End-to-end register / verify / resend / status |
| OpenClaw | Inkbox capabilities for OpenClaw agents |
Source layout
The plugin manifest lives at .claude-plugin/plugin.json in the Inkbox repo, with a marketplace entry at .claude-plugin/marketplace.json. The skills it points to live under skills/.