Codex plugin
The Inkbox plugin for Codex 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
- Codex 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
Add the Inkbox marketplace and install the plugin:
The plugin manifest at .codex-plugin/plugin.json points Codex at the shared 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 |