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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install inbox-zero-api - 安装完成后,直接呼叫该 Skill 的名称或使用
/inbox-zero-api触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 200 次。
如何安装 Inbox Zero API CLI?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install inbox-zero-api」即可一键安装,无需额外配置。
Inbox Zero API CLI 是免费的吗?
是的,Inbox Zero API CLI 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Inbox Zero API CLI 支持哪些平台?
Inbox Zero API CLI 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Inbox Zero API CLI?
由 Elie Steinbock(@elie222)开发并维护,当前版本 v2.29.2。