Plugins
Inkbox ships two kinds of plugins for AI coding harnesses:
- Skill plugins load every Inkbox skill (TypeScript SDK, Python SDK, tunnels, CLI, and agent self-signup) into your coding agent in one step.
- Standalone plugins live in their own repositories and give your agent its own Inkbox identity — mailbox, phone number, and tunnel — so you can talk to it from anywhere.
Skill plugins
| Plugin | Harness | Install |
|---|---|---|
| Claude Code | Claude Code | /plugin marketplace add inkbox-ai/inkbox |
| Codex | Codex | codex plugin marketplace add inkbox-ai/inkbox |
Standalone plugins
What a skill plugin includes
Every skill plugin packages the same set of skills:
- TypeScript SDK:
@inkbox/sdksurface for identities, email, phone, text/SMS, contacts, notes, contact rules, vault, TOTP, webhooks - Python SDK:
inkboxsurface, same coverage as TypeScript - Tunnels: lifecycle, URL forwarding, and in-process handler guidance
- CLI:
@inkbox/clishell-native workflows - Agent self-signup: end-to-end register / verify / resend / status flow
Once the plugin is installed, your coding agent automatically picks the right skill for the task. No extra configuration needed.
Prerequisites
- Install the SDK in your project:
- Get an API key from the Inkbox Console.