What problem does it solve?
Managing Inbox Zero automation rules and reading inbox analytics normally requires browser interaction with the web app. This Skill lets you perform those tasks programmatically through the Inbox Zero public API CLI, using stable JSON output suitable for scripting and automation.
Core Features & Use Cases
- Rule Management: List, read, create, update, and delete Inbox Zero automation rules via the
inbox-zero-api rules commands, with full-replacement update semantics.
- Inbox Analytics: Query email statistics such as per-period activity and response times through the
stats commands.
- Live Schema Inspection: Fetch the current OpenAPI schema with
inbox-zero-api openapi --json before building rule payloads, no API key required.
- Use Case: You want to change one condition on an existing rule. Fetch the rule with
rules get, edit the JSON in a workspace file, then apply the full replacement with rules update --file.
Quick Start
Ask the assistant to list your current Inbox Zero rules as JSON using the inbox-zero-api CLI with your API key configured.