← ClaudeAtlas

mailbox-clilisted

Node.js CLI for IMAP/SMTP email management with a stable JSON output contract
leeguooooo/Mailbox · ★ 37 · AI & Automation · score 78
Install: claude install-skill leeguooooo/Mailbox
# Mailbox CLI Install: ```bash npm install -g @leeguoo/mailbox-cli mailbox --help ``` Automation: - Use `--json` and validate the top-level `success`/`error` fields. - `error` is structured: `{ code, message, detail? }`. - Destructive commands default to dry-run unless `--confirm` is provided. - Contract docs: `docs/CLI_JSON_CONTRACT.md`