π¦ ClawHub
email skill
by @leeguooooo
Manage and read emails via the mailbox CLI with JSON outputs, supporting listing, showing, deleting, and monitoring emails securely and efficiently.
TERMINAL
clawhub install mailboxπ About This Skill
Mailbox CLI (OpenClaw Skill)
Use the mailbox CLI as a tool to read and manage email. OpenClaw handles channel delivery and scheduling. The mailbox CLI returns structured JSON outputs and optional text summaries.
Requirements
npm install -g mailbox-cli)~/.config/mailbox/auth.jsonCommands (examples)
mailbox account list --jsonmailbox email list --limit 20 --jsonmailbox email show --account-id --json mailbox email show --account-id --preview --no-html --json mailbox email show --account-id --preview --no-html --strip-urls --json mailbox email delete --account-id --folder INBOX --confirm --json mailbox digest run --jsonmailbox monitor run --jsonmailbox inbox --limit 15 --textSafety rules
--json for automation and check success.--account-id for destructive operations.--confirm is provided.--dry-run before mutating when available.Output contract
success and error fields.error is an object with { code, message, detail? }.