Email Service

🌐Community
by dadbodgeoff · vlatest · Repository

Automatically drafts, sends, and organizes emails based on user instructions and provided context.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add email-service npx -- -y @trustedskills/email-service
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "email-service": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/email-service"
      ]
    }
  }
}

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 and receive emails. It can compose new messages, reply to existing ones, and manage email accounts. The agent can also extract information from incoming emails, such as sender, subject, and body content.

When to use it

  • Automating customer support responses: An agent could automatically respond to common inquiries received via email.
  • Sending personalized marketing campaigns: Generate and send targeted email blasts based on user data.
  • Managing internal communications: An agent can distribute announcements or reminders to team members via email.
  • Email triage and summarization: Automatically prioritize important emails and provide summaries of lengthy threads.

Key capabilities

  • Send emails
  • Receive emails
  • Compose new messages
  • Reply to existing emails
  • Extract information from emails (sender, subject, body)
  • Manage email accounts

Example prompts

  • "Send an email to [email protected] with the subject 'Project Update' and body 'Please review the attached document.'"
  • "What was the latest email I received about order #12345?"
  • “Reply to this email: [email content]”

Tips & gotchas

The skill requires access to an email account with appropriate permissions. Be mindful of spam regulations and privacy policies when sending emails through the agent.

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
dadbodgeoff
Installs
17

🌐 Community

Passed automated security scans.