Send Email
Resends emails from your inbox, allowing you to correct errors or ensure delivery confirmation.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add send-email npx -- -y @trustedskills/send-email
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"send-email": {
"command": "npx",
"args": [
"-y",
"@trustedskills/send-email"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to send emails using the Resend email service. It handles composing and sending emails, including specifying recipients, subject lines, and body content. The agent can leverage this skill for automated communication tasks and personalized outreach.
When to use it
- Automatically notify a customer about an order shipment with tracking information.
- Send a weekly digest of news articles related to a user's interests.
- Remind a team member about an upcoming deadline or meeting.
- Generate and send a thank-you email after a purchase.
Key capabilities
- Sends emails via the Resend service.
- Supports specifying recipients (to, cc, bcc).
- Allows defining subject lines and body content for emails.
Example prompts
- "Send an email to [email protected] with the subject 'Order Confirmation' and the body 'Your order has been shipped!'"
- “Compose and send a reminder email to the team about the project deadline.”
- "Email [email protected], cc: [email protected], with the subject 'Important Update' and explain the new policy changes."
Tips & gotchas
- Requires an active Resend account and API key for authentication.
- Ensure email content adheres to Resend’s sending guidelines to avoid deliverability issues.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🏢 Official
Published by the company or team that built the technology.