Inkbox

> # Documentation index
> Fetch the complete documentation index at: https://inkbox.ai/sitemap.xml
> Use this file to discover all available pages before exploring further.

---

# Plugins
description: Install Inkbox as a plugin in Claude Code or Codex to give your coding agent the full SDK surface

---


# Plugins

Inkbox ships as a plugin for AI coding harnesses. Installing the plugin loads every Inkbox [skill](/docs/skills/overview) (TypeScript SDK, Python SDK, CLI, agent self-signup, and OpenClaw) into your coding agent in one step.

## Available plugins

| Plugin | Harness | Install |
|---|---|---|
| [Claude Code](/docs/plugins/claude-code) | [Claude Code](https://claude.com/claude-code) | `/plugin marketplace add inkbox-ai/inkbox` |
| [Codex](/docs/plugins/codex) | [Codex](https://github.com/openai/codex) | `codex plugin marketplace add inkbox-ai/inkbox` |

[View the source →](https://github.com/inkbox-ai/inkbox)

## What a plugin includes

Every Inkbox plugin packages the same set of skills:

- **TypeScript SDK**: `@inkbox/sdk` surface for identities, email, phone, text/SMS, contacts, notes, contact rules, vault, TOTP, webhooks
- **Python SDK**: `inkbox` surface, same coverage as TypeScript
- **CLI**: `@inkbox/cli` shell-native workflows
- **Agent self-signup**: end-to-end register / verify / resend / status flow
- **OpenClaw**: Inkbox capabilities scoped to OpenClaw agents

Once the plugin is installed, your coding agent automatically picks the right skill for the task. No extra configuration needed.

## Prerequisites

1. **Install the SDK** in your project:

```bash
# Python
pip install inkbox

# TypeScript / Node
npm install @inkbox/sdk
```

2. **Get an API key** from the [Inkbox Console](https://inkbox.ai/console/).
