Mailgun Simple OpenClaw Plugin & Skill | ClawHub
Looking to integrate Mailgun Simple into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate web & frontend development tasks instantly, without having to write custom tools from scratch.
What this skill does
Send outbound emails via the Mailgun API. Uses MAILGUN_API_KEY, MAILGUN_DOMAIN, MAILGUN_REGION, and MAILGUN_FROM.
Install
openclaw skills install @lksrz/mailgun-simplenpx clawhub@latest install mailgun-simpleFull SKILL.md
Open original| name | description |
|---|---|
| mailgun-simple | Send outbound emails via the Mailgun API. Uses MAILGUN_API_KEY, MAILGUN_DOMAIN, MAILGUN_REGION, and MAILGUN_FROM. |
SKILL.md content below is scrollable.
Mailgun Simple
Send outbound emails using the official Mailgun JS SDK.
Environment Variables
| Variable | Required | Default | Description |
|---|---|---|---|
MAILGUN_API_KEY |
Yes | — | Your private Mailgun API key. |
MAILGUN_DOMAIN |
Yes | aicommander.dev |
Your verified sending domain. |
MAILGUN_REGION |
Yes | EU |
API region: EU or US. |
MAILGUN_FROM |
No | Postmaster <postmaster@{domain}> |
Default sender address. |
Setup
npm install [email protected] [email protected]
Tools
Send Email
MAILGUN_API_KEY=xxx MAILGUN_DOMAIN=example.com MAILGUN_REGION=EU node scripts/send_email.js <to> <subject> <text> [from]