Agentmail Wrapper
/install 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: '[email protected]',
subject: 'Welcome!',
html: '\x3Ch1>Hello\x3C/h1>',
trackClicks: true,
trackOpens: true
});
Repository
https://github.com/midas-skills/agentmail-wrapper
Support
📧 [email protected]
🔗 Docs: https://docs.midas-skills.com/agentmail-wrapper
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install agentmail-wrapper - After installation, invoke the skill by name or use
/agentmail-wrapper - Provide required inputs per the skill's parameter spec and get structured output
What is Agentmail Wrapper?
Send, track, schedule emails with multi-provider support, verified delivery, unsubscribe management, and compliance reporting via SMTP, API, and OAuth. It is an AI Agent Skill for Claude Code / OpenClaw, with 849 downloads so far.
How do I install Agentmail Wrapper?
Run "/install agentmail-wrapper" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Agentmail Wrapper free?
Yes, Agentmail Wrapper is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Agentmail Wrapper support?
Agentmail Wrapper is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Agentmail Wrapper?
It is built and maintained by Shepherd217 (@shepherd217); the current version is v1.0.0.