Skills
Inkbox skills are reference files that teach your AI agent how to use the Inkbox SDK. Once installed, your agent automatically knows how to work with email, phone, authenticator, and vault features.
🤖 Using an AI coding assistant?
Install the Inkbox skill to give it instant knowledge of the SDK — works with Claude Code, Cursor, and any skills-compatible agent.
npx skills add https://inkbox.aiManual install (Claude Code)
Prerequisites
- Install the SDK in your project:
- Get an API key from the Inkbox Console
Available skills
| Skill | Language | Description |
|---|---|---|
| TypeScript SDK | TypeScript / Node ≥ 22 | @inkbox/sdk surface — identities, email, phone, text/SMS, contacts, notes, contact rules, vault, TOTP, webhooks, whoami |
| Python SDK | Python ≥ 3.11 | inkbox surface — identities, email, phone, text/SMS, contacts, notes, contact rules, vault, TOTP, webhooks, whoami |
| Tunnels | Python ≥ 3.11 / TypeScript / Node ≥ 22 | Bring a local server online at {name}.inkboxwire.com — CRUD, edge vs passthrough TLS, URL forwarding, in-process Fetch / ASGI / WebSocket handlers |
| Agent self-signup | SDK-agnostic | End-to-end self-signup flow — register, verify, resend, status — with Python, TypeScript, and curl examples |
| CLI | Shell | @inkbox/cli surface — shell-native workflows |
| OpenClaw | TypeScript / Node ≥ 22 | Email, phone, text/SMS, vault, contacts, and notes for your OpenClaw agent |