mailgun-simple
Send outbound emails via the Mailgun API. Uses MAILGUN_API_KEY, MAILGUN_DOMAIN, MAILGUN_REGION, and MAILGUN_FROM.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/lksrz/mailgun-simpleMailgun 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]
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-lksrz-mailgun-simple": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
email-webhook
Receive incoming emails via JSON webhooks and wake the agent. Built for AI Commander.
aic-dashboard
AI Commander Management Dashboard. A lightweight companion web UI for monitoring inbound emails received via the email-webhook skill and browser session status created by the browser-auth skill.
browser-auth
Start a secure remote browser tunnel for manual user authentication (solving Captchas, 2FA, logins) and capture session data. Built for AI Commander.