Sends professional emails via secure MCP integration.

Install

mkdir -p .claude/skills/agentmail-kjdragan && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/15630" && unzip -o skill.zip -d .claude/skills/agentmail-kjdragan && rm skill.zip

Installs to .claude/skills/agentmail-kjdragan

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Send emails from Simone's own inbox using the native `mcp__internal__send_agentmail` MCP tool. Use when you need to send an email, reply, deliver a report, or communicate with anyone via email. Do NOT use bash, curl, SDK scripts, or CLI commands — just call the MCP tool directly.
280 chars✓ has a “when” triggerlonger than Claude Code's old 250-char listing cap (fine on current versions)
Beginner

Key capabilities

  • Send emails from Simone's inbox
  • Specify recipients, subject, and body for emails
  • Include CC and BCC recipients
  • Perform a dry run of email sending
  • Handle duplicate delivery blocking automatically
  • Deliver reports or structured content via email

How it works

This skill sends emails by directly calling the native `mcp__internal__send_agentmail` MCP tool, which handles authentication, formatting, and delivery tracking.

Inputs & outputs

You give it
JSON object with `to`, `subject`, and `body` fields (and optional `cc`, `bcc`, `dry_run`)
You get back
An email sent from Simone's inbox, or an error message indicating failure or duplicate delivery

When to use agentmail

  • Sending automated reports
  • Emailing task updates
  • Communicating with stakeholders
  • Sending status notifications

About agentmail

Utilizes native MCP tool calls to send, reply, and deliver reports via email. It ensures secure delivery tracking and automated deduplication.

Send emails from Simone's own inbox using the native `mcp__internal__send_agentmail` MCP tool. Use when you need to send an email, reply, deliver a report, or communicate with anyone via email. Do NOT use bash, curl, SDK scripts, or CLI commands — just call the MCP tool directly.

When not to use it

  • When sending emails from an inbox other than Simone's
  • When using bash, curl, SDK scripts, or CLI commands to send email
  • When sending receipt acknowledgements like 'Got it, working on it'

Limitations

  • Only sends emails from Simone's inbox
  • Cannot send receipt acknowledgements
  • Requires `to`, `subject`, and `body` fields

How it compares

This skill uses a direct MCP tool call for email sending, ensuring secure delivery tracking and deduplication, unlike using external scripts or SDKs that bypass these built-in safeguards.

Compared to similar skills

agentmail side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
agentmail (this skill)04moReviewBeginner
himalaya503moReviewIntermediate
officeemail-management88moNo flagsIntermediate
gmail166moReviewBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry