Use this skill when the task is to inspect or change Inbox Zero state through the public API.
--json so the output is stable and machine-readable.INBOX_ZERO_API_KEY or OpenClaw skill config. Avoid passing API keys as CLI flags unless there is no alternative.inbox-zero-api openapi --json.rules update as a full replacement. Read the current rule first if you only intend to change part of it.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.
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 only for self-hosted or nonstandard deployments.
For exact command patterns and a safe mutation flow, read references/cli-reference.md.
共 1 个版本