Skip to content
Inkbox

Inkbox

BlogContactDocs
GuidesAPI Reference

Ctrl K

GuidesAPI Reference

Jump to

OpenClaw plugin

The Inkbox OpenClaw plugin is a standalone OpenClaw channel plugin. It gives an OpenClaw agent its own Inkbox identity: mailbox, phone number, SMS, voice calls, contacts, notes, contact rules, identity access, and an Inkbox tunnel for inbound webhooks and WebSocket connections.

This is a plugin, not an Inkbox SDK skill. It lives in its own repository and wires Inkbox directly into OpenClaw's plugin SDK, gateway, tools, HTTP routes, CLI, and bundled OpenClaw task skills.

Plugin on GitHub ->

Install

Install and configure OpenClaw first. The plugin currently targets OpenClaw 2026.5.27 or newer.

bashbash

Install the Inkbox plugin from source:

bashbash

Configure Inkbox and start or restart the gateway:

bashbash

If the gateway is already running, restart it so it reloads the Inkbox channel config. Keep the gateway process running. On startup the plugin opens an Inkbox tunnel, configures mail and text webhook subscriptions, wires the incoming-call URL and call media WebSocket, and routes inbound email, SMS, and calls into OpenClaw sessions.

What you get

By the end of setup your OpenClaw agent has:

  • An email address - send, receive, search, and reply from an Inkbox mailbox
  • A phone number - SMS and voice calls, inbound and outbound
  • An Inkbox tunnel - inbound webhooks and WebSocket connections reach the local OpenClaw gateway without a public server
  • Contacts and notes - persistent Inkbox records the agent can create, update, and read
  • Contact rules - mailbox and phone reachability controlled from Inkbox

What Inkbox adds

CapabilityOpenClaw aloneWith Inkbox plugin
Agent-owned mailboxBring your own integrationBuilt in
SMS and voice callsBring your own integrationBuilt in
Inbound webhook and WebSocket tunnelBring your own tunnel/serverBuilt in
Contact and note storageAgent memory or external toolsBuilt in

OpenClaw itself stays upstream. The plugin adds an Inkbox channel, tool group, CLI setup wizard, gateway webhook routing, and package-included task skills without requiring an OpenClaw fork.

After install

Run a quick health check:

bashbash

Then text START to the agent's Inkbox phone number from any phone the agent needs to text. This opts that phone number in to SMS from the agent. You can also email the agent mailbox or call the agent phone number; the gateway routes those inbound events into OpenClaw.

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

OpenClaw plugin