Jump to related tools in the same category or review the original source on GitHub.

Web & Frontend Development @lksrz Updated 7/18/2026 1,288 downloads 2 stars Security: Pass

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

ClawHub CLI
openclaw skills install @lksrz/mailgun-simple
Node.js (npx)
npx clawhub@latest install mailgun-simple

Full SKILL.md

Open original
Metadata table.
namedescription
mailgun-simpleSend 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]
ClawHub Registry URL: https://clawhub.ai/lksrz/skills/mailgun-simple

Related skills

If this matches your use case, these are close alternatives in the same category.