Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Manage and read emails via the mailbox CLI with JSON outputs, supporting listing, showing, deleting, and monitoring emails securely and efficiently.
Manage and read emails via the mailbox CLI with JSON outputs, supporting listing, showing, deleting, and monitoring emails securely and efficiently.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
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.
mailbox CLI installed (npm install -g mailbox-cli) Credentials in ~/.config/mailbox/auth.json
mailbox account list --json mailbox email list --limit 20 --json mailbox email show <email_uid> --account-id <account_id> --json mailbox email show <email_uid> --account-id <account_id> --preview --no-html --json mailbox email show <email_uid> --account-id <account_id> --preview --no-html --strip-urls --json mailbox email delete <email_uid> --account-id <account_id> --folder INBOX --confirm --json mailbox digest run --json mailbox monitor run --json mailbox inbox --limit 15 --text
Always use --json for automation and check success. Include --account-id for destructive operations. Destructive operations default to dry-run unless --confirm is provided. Prefer --dry-run before mutating when available.
JSON response includes success and error fields. error is an object with { code, message, detail? }. Exit codes: 0 success, 1 operation failed, 2 invalid usage.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.