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.

---

# Codex plugin
description: Install Inkbox as a plugin in Codex to load every Inkbox skill in one step

---


# Codex plugin

The Inkbox plugin for [Codex](https://github.com/openai/codex) bundles every Inkbox [skill](/docs/skills/overview) (TypeScript SDK, Python SDK, CLI, agent self-signup, and OpenClaw) so your agent can use the full Inkbox surface immediately after install.

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

## Prerequisites

- [Codex](https://github.com/openai/codex) installed
- An [Inkbox API key](https://inkbox.ai/console/), exported as `INKBOX_API_KEY`
- The SDK or CLI installed in the project you're working on (see [Skills overview](/docs/skills/overview))

## Install

Add the Inkbox marketplace and install the plugin:

```bash
codex plugin marketplace add inkbox-ai/inkbox   # <github-owner>/<repo>
codex plugin install inkbox@inkbox              # <plugin-name>@<marketplace-name>
```

The plugin manifest at [`.codex-plugin/plugin.json`](https://github.com/inkbox-ai/inkbox/blob/main/.codex-plugin/plugin.json) points Codex at the shared [`skills/`](https://github.com/inkbox-ai/inkbox/tree/main/skills) directory.

## What gets installed

The plugin bundles every skill listed on the [Skills overview](/docs/skills/overview):

| Skill | What it teaches your agent |
|---|---|
| [TypeScript SDK](/docs/skills/typescript) | `@inkbox/sdk`: identities, email, phone, text/SMS, contacts, notes, contact rules, vault, TOTP, webhooks |
| [Python SDK](/docs/skills/python) | `inkbox`: same surface as TypeScript, in Python |
| [CLI](/docs/skills/cli) | `@inkbox/cli`: shell-native workflows |
| [Agent self-signup](/docs/skills/agent-self-signup) | End-to-end register / verify / resend / status |
| [OpenClaw](/docs/skills/openclaw) | Inkbox capabilities for OpenClaw agents |
