Agentmail Wrapper

# AgentMail Wrapper

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Agentmail Wrapper" with this command: npx skills add shepherd217/agentmail-wrapper

AgentMail Wrapper

Version: 1.0.0
Author: Midas Skills
License: MIT

Description

Verified email delivery integration. Send, track, schedule with multi-provider support (SendGrid, Mailgun, AWS SES, SMTP). GDPR/CAN-SPAM compliant.

Value Proposition

Verified email agent integration. Send, track, schedule emails with verified delivery & unsubscribe compliance. SMTP, API, OAuth support.

Category

email-integration

Tags

email, delivery-tracking, multi-provider, compliance, automation

Skill Type

integration

Pricing

  • Free: $0
  • Pro: $44.99

Key Features

  • ✅ Multi-provider support (SendGrid, Mailgun, AWS SES, SMTP)
  • ✅ Delivery tracking (open, click, bounce)
  • ✅ Email verification
  • ✅ Template management
  • ✅ Scheduled sends
  • ✅ Batch processing
  • ✅ Unsubscribe management
  • ✅ List hygiene (bounce handling)
  • ✅ Compliance reporting
  • ✅ OAuth support (Gmail)
  • ✅ Reply tracking

Use Cases

  • Transactional email delivery (signups, resets)
  • Email campaign automation
  • Scheduled email sequences
  • Delivery verification & tracking
  • List management (unsubscribes, bounces)
  • Multi-account SMTP management
  • Email template management
  • Compliance reporting

Installation

npm install agentmail-wrapper
# or
pip install agentmail-wrapper

Quick Start

const AgentMail = require('agentmail-wrapper');

const mail = new AgentMail({
  provider: 'sendgrid',  // or 'smtp', 'mailgun', 'aws-ses'
  apiKey: process.env.SENDGRID_API_KEY
});

await mail.send({
  to: 'user@example.com',
  subject: 'Welcome!',
  html: '<h1>Hello</h1>',
  trackClicks: true,
  trackOpens: true
});

Repository

https://github.com/midas-skills/agentmail-wrapper

Support

📧 support@midas-skills.com
🔗 Docs: https://docs.midas-skills.com/agentmail-wrapper

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Cclaw

Open-source comedy AI + video editing + poster generation. Create standup/sketch/manzai/scripts, edit videos via FFmpeg, and generate comedy posters via canv...

Registry SourceRecently Updated
General

Dlazy Seedance 1.5 Pro

Convert images into dynamic dance videos using Doubao Seedance 1.5 Pro.

Registry SourceRecently Updated
General

Pod Template Pack

Use when user needs ready-to-use POD (Print on Demand) design keywords, title templates, and listing copy. Use when creating POD product listings for TikTok,...

Registry SourceRecently Updated
General

Dlazy Mj.Imagine

Generate artistic images using Midjourney (MJ) model. Supports text-to-image.

Registry SourceRecently Updated