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
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install agentmail-wrapper - 安装完成后,直接呼叫该 Skill 的名称或使用
/agentmail-wrapper触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Agentmail Wrapper 是什么?
Send, track, schedule emails with multi-provider support, verified delivery, unsubscribe management, and compliance reporting via SMTP, API, and OAuth. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 849 次。
如何安装 Agentmail Wrapper?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install agentmail-wrapper」即可一键安装,无需额外配置。
Agentmail Wrapper 是免费的吗?
是的,Agentmail Wrapper 完全免费(开源免费),可自由下载、安装和使用。
Agentmail Wrapper 支持哪些平台?
Agentmail Wrapper 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Agentmail Wrapper?
由 Shepherd217(@shepherd217)开发并维护,当前版本 v1.0.0。