Inbox Zero API CLI
/install inbox-zero-api
Inbox Zero API CLI
Use this skill when the task is to inspect or change Inbox Zero state through the public API.
Workflow
- Prefer
--jsonso the output is stable and machine-readable. - Keep credentials in
INBOX_ZERO_API_KEYor OpenClaw skill config. Avoid passing API keys as CLI flags unless there is no alternative. - Before creating or replacing a rule body, fetch the live schema with
inbox-zero-api openapi --json. - For create and update flows, write JSON into a workspace file or pipe it on stdin.
- Treat
rules updateas a full replacement. Read the current rule first if you only intend to change part of it.
Quick Start
inbox-zero-api rules list --json
inbox-zero-api stats by-period --period week --json
inbox-zero-api openapi --json
If the CLI is not installed yet, install it with the OpenClaw installer or run npm install -g @inbox-zero/api.
OpenClaw Config
Set the API key in ~/.openclaw/openclaw.json under skills.entries.inboxZeroApi.apiKey, or export INBOX_ZERO_API_KEY in the host environment.
Use INBOX_ZERO_BASE_URL or inbox-zero-api config set base-url \x3Curl> only for self-hosted or nonstandard deployments.
Reference
For exact command patterns and a safe mutation flow, read references/cli-reference.md.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install inbox-zero-api - After installation, invoke the skill by name or use
/inbox-zero-api - Provide required inputs per the skill's parameter spec and get structured output
What is Inbox Zero API CLI?
Use the Inbox Zero API CLI to inspect the live API schema, list and manage automation rules, and read inbox analytics through the public API. Use this when a... It is an AI Agent Skill for Claude Code / OpenClaw, with 200 downloads so far.
How do I install Inbox Zero API CLI?
Run "/install inbox-zero-api" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Inbox Zero API CLI free?
Yes, Inbox Zero API CLI is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Inbox Zero API CLI support?
Inbox Zero API CLI is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Inbox Zero API CLI?
It is built and maintained by Elie Steinbock (@elie222); the current version is v2.29.2.