Email Delivery

🌐Community
by cleanexpo · vlatest · Repository

Ensures cleanexpo's emails reach inboxes reliably, optimizing deliverability and avoiding spam filters through automated checks.

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

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

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

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 directly. It handles composing, formatting, and delivering messages based on provided recipient addresses and subject lines. The agent can also incorporate dynamic content into the email body for personalized communication.

When to use it

  • Automating follow-up emails after a sales call.
  • Sending appointment reminders to clients.
  • Distributing newsletters or announcements to a mailing list.
  • Generating and sending order confirmations from an e-commerce platform.

Key capabilities

  • Email composition
  • Recipient address handling
  • Subject line generation
  • Dynamic content insertion

Example prompts

  • "Send an email to [email protected] with the subject 'Meeting Reminder' and body 'Just a reminder about our meeting tomorrow at 2 PM.'"
  • "Compose and send a newsletter to all contacts in my mailing list, announcing our new product."
  • “Create an order confirmation email for customer Jane Smith, including order number #12345.”

Tips & gotchas

Ensure the AI agent has access to valid email credentials (username/password or API key) to function correctly. The skill’s effectiveness depends on accurate recipient information being provided in the prompt.

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
cleanexpo
Installs
3

🌐 Community

Passed automated security scans.