/install mailbox
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
- mailbox CLI installed (
npm install -g mailbox-cli) - Credentials in
~/.config/mailbox/auth.json
Commands (examples)
mailbox account list --jsonmailbox email list --limit 20 --jsonmailbox email show \x3Cemail_uid> --account-id \x3Caccount_id> --jsonmailbox email show \x3Cemail_uid> --account-id \x3Caccount_id> --preview --no-html --jsonmailbox email show \x3Cemail_uid> --account-id \x3Caccount_id> --preview --no-html --strip-urls --jsonmailbox email delete \x3Cemail_uid> --account-id \x3Caccount_id> --folder INBOX --confirm --jsonmailbox digest run --jsonmailbox monitor run --jsonmailbox inbox --limit 15 --text
Safety rules
- Always use
--jsonfor automation and checksuccess. - Include
--account-idfor destructive operations. - Destructive operations default to dry-run unless
--confirmis provided. - Prefer
--dry-runbefore mutating when available.
Output contract
- JSON response includes
successanderrorfields. erroris an object with{ code, message, detail? }.- Exit codes: 0 success, 1 operation failed, 2 invalid usage.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mailbox - After installation, invoke the skill by name or use
/mailbox - Provide required inputs per the skill's parameter spec and get structured output
What is email skill?
Manage and read emails via the mailbox CLI with JSON outputs, supporting listing, showing, deleting, and monitoring emails securely and efficiently. It is an AI Agent Skill for Claude Code / OpenClaw, with 1768 downloads so far.
How do I install email skill?
Run "/install mailbox" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is email skill free?
Yes, email skill is completely free (open-source). You can download, install and use it at no cost.
Which platforms does email skill support?
email skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created email skill?
It is built and maintained by 郭立lee (@leeguooooo); the current version is v1.0.0.