Skip to content
Inkbox

Inkbox

BlogContactDocs
GuidesAPI Reference

Ctrl K

GuidesAPI Reference

Jump to

Claude Code plugin

The Inkbox plugin for Claude Code 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.

View the source →

Prerequisites

Install

Inside Claude Code, add the Inkbox marketplace, install the plugin, and reload:

TextText

That's it. Claude Code now knows how to use every Inkbox feature.

Manual install

If you'd rather skip the marketplace, clone the repo and copy the skills into your Claude Code skills directory:

bashbash

What gets installed

The plugin bundles every skill listed on the Skills overview:

SkillWhat it teaches your agent
TypeScript SDK@inkbox/sdk: identities, email, phone, text/SMS, contacts, notes, contact rules, vault, TOTP, webhooks
Python SDKinkbox: same surface as TypeScript, in Python
CLI@inkbox/cli: shell-native workflows
Agent self-signupEnd-to-end register / verify / resend / status
OpenClawInkbox capabilities for OpenClaw agents

Source layout

The plugin manifest lives at .claude-plugin/plugin.json in the Inkbox repo, with a marketplace entry at .claude-plugin/marketplace.json. The skills it points to live under skills/.

Inkbox

Copyright © 2026 Inkbox

This site is protected by reCAPTCHA.

Google Privacy Policy and Terms of Service apply.

Website

Inkbox

Copyright © 2026 Inkbox

This site is protected by reCAPTCHA.

Google Privacy Policy and Terms of Service apply.

Website

Claude Code plugin