Email Gateway

🌐Community
by jezweb · vlatest · Repository

Automatically filters, prioritizes, and summarizes incoming emails based on custom rules and keywords.

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-gateway npx -- -y @trustedskills/email-gateway
2

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

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

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The email-gateway skill enables AI agents to interact with email systems, allowing them to send, receive, and manage emails programmatically. It supports integration with common email protocols such as SMTP and IMAP, making it useful for automating communication tasks.

When to use it

  • Automate sending confirmation or notification emails after a user completes an action on a website.
  • Monitor incoming emails for specific keywords or triggers that require automated responses.
  • Set up a system where AI agents can fetch and process email data for analysis or reporting purposes.

Key capabilities

  • Send emails using SMTP protocol
  • Receive and parse emails via IMAP
  • Manage email accounts programmatically
  • Filter and categorize incoming messages based on rules

Example prompts

  • "Send an email to [email protected] with the subject 'Account Activation' and a message confirming the user's account is active."
  • "Check my inbox for any emails from [email protected] in the last 24 hours and summarize their content."
  • "Set up a rule to forward all emails with the keyword 'urgent' to my mobile email address."

Tips & gotchas

  • Ensure your AI agent has proper authentication credentials configured for the email server.
  • Be mindful of email service provider rate limits to avoid being blocked or flagged as spam.

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
jezweb
Installs
347

🌐 Community

Passed automated security scans.