Skip to content
Skill

mailbox-cli

by leeguooooo

AI Summary

Mailbox CLI is a Node.js command-line tool for automating IMAP/SMTP email operations with structured JSON output, enabling AI agents and developers to programmatically manage inboxes and email workflows.

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "mailbox-cli" skill in my project.

Please run this command in my terminal:
# Install skill into the correct directory
mkdir -p .claude/skills/Mailbox && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/Mailbox/SKILL.md "https://raw.githubusercontent.com/leeguooooo/Mailbox/main/SKILL.md"

Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.

Description

Node.js CLI for IMAP/SMTP email management with a stable JSON output contract

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

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 2mo ago
Active
AdoptionUnder 100 stars
36 ★ · Niche
DocsMissing or thin
Undocumented

GitHub Signals

Stars36
Forks5
Issues6
Updated2mo ago
View on GitHub
MIT License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code