CursorPool
← 返回首页
inbox-zero logo

inbox-zero

1

在 Cursor 中使用 Inbox Zero API CLI:查看 OpenAPI、列出规则、读取统计并创建或更新规则;安装 @inbox-zero/api,设置 INBOX_ZERO_API_KEY 后可用规则与统计功能。

1 条规则

# Inbox Zero API CLI

Use `inbox-zero-api` with `--json` for stable output. Require `INBOX_ZERO_API_KEY` for authenticated commands.

1. Discover schema: `inbox-zero-api openapi --json`
2. Read before replace: `inbox-zero-api rules get <id> --json`
3. Apply full body: `inbox-zero-api rules update <id> --file rule.json --json`

Install: `npm install -g @inbox-zero/api`. See the **inbox-zero-api** skill (`skills/inbox-zero-api/references/cli-reference.md`) for the full mutation flow.