agent-email-cli
The agent-email-cli skill provides terminal-based access to disposable email inboxes. It enables agents to create mailboxes, poll for messages, retrieve full message content, and manage local mailbox profiles via the agent-email command line tool.
Is agent-email-cli safe to install?
Review the source first: our audit of agent-email-cli's source files found 13 shell commands, 0 external URLs, file reads and writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill executes shell commands to interact with the local system and the agent-email CLI. It manages local mailbox profiles and requires installation of external packages.
How we audit skills: our security review methodology.
Who is this skill for?
Developers and automation engineers who need to integrate disposable email inbox functionality into LLM or agent workflows.
What can you do with it?
- Automated inbox polling for verification codes or links
- Managing multiple disposable email accounts via CLI
- Extracting full message payloads for data processing
- Cleaning up processed messages by deleting them from the inbox
How good is this skill?
Quality score: 5/10. The skill documentation is clear, provides specific command syntax, and includes necessary operational safety guidelines regarding secret handling.
What does the skill file contain?
# Agent Email CLI ## Overview Use this skill to operate the `agent-email` command safely and predictably for agent workflows that need inbox access. Prefer JSON-native command output and return key fields (`email`, `messageId`, `subject`, `createdAt`, `from.address`) in your summaries. ## Workflow 1. Verify CLI availability. ```bash command -v agent-email agent-email --help ``` If missing, install: ```bash npm install -g @zaddy6/agentemail # or bun install -g @zaddy6/agentemail ``` 2. Create a mailbox account. ```bash agent-email create ``` Record these fields from JSON output: - `...
Frequently asked questions
Does this skill store email passwords or tokens?
No. The documentation explicitly instructs the agent to never echo, store, or summarize secret values like passwords or tokens from command output.
How does the agent handle rate limits?
The agent should retry the command after a short delay if it encounters a RATE_LIMITED or 429 error.
Can the agent poll for new mail automatically?
Yes. The agent can use the read command with the --wait and --interval flags to poll for messages.
Related skills
lark-workflow-meeting-summary
219.7KUsers who need to summarize meeting minutes, generate weekly reports, or review meeting history within the Lark ecosystem
The lark-workflow-meeting-summary skill provides a structured workflow for agents to aggregate meeting minutes from Lark VC, generate summaries, and create or update reports in Lark Docs.
programmatic-seo
83.5KContent strategists, SEO specialists, and marketers building large-scale, data-driven website content
The programmatic-seo skill provides a framework for generating SEO-optimized pages at scale using templates and data. It guides users through keyword research, data sourcing, template design, internal linking, and indexation strategies while emphasizing content uniqueness to avoid search engine penalties.
ad-creative
64.0KPerformance marketers, growth teams, and advertisers who need to produce ad copy at scale or optimize existing ad creative
The ad-creative skill generates, iterates, and scales ad copy for paid advertising platforms including Google, Meta, LinkedIn, TikTok, and Twitter. It provides frameworks for creating ad headlines, descriptions, and primary text based on product context and performance data.
cold-email
63.5KSales development representatives, founders, and professionals conducting B2B cold outreach
The cold-email skill generates B2B cold outreach emails and follow-up sequences. It prioritizes human-sounding, concise copy that focuses on the recipient's perspective rather than vendor-style pitches. The skill incorporates product marketing context from local files to tailor messaging and utilizes specific frameworks for subject lines, body content, and calls to action.