ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

mailgun-simple

Send outbound emails via the Mailgun API. Uses MAILGUN_API_KEY, MAILGUN_DOMAIN, MAILGUN_REGION, and MAILGUN_FROM.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/lksrz/mailgun-simple
Or

Mailgun Simple

Send outbound emails using the official Mailgun JS SDK.

Environment Variables

VariableRequiredDefaultDescription
MAILGUN_API_KEYYesYour private Mailgun API key.
MAILGUN_DOMAINYesaicommander.devYour verified sending domain.
MAILGUN_REGIONYesEUAPI region: EU or US.
MAILGUN_FROMNoPostmaster <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

Author@lksrz
Stars1601
Views1
Updated2026-02-27
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-lksrz-mailgun-simple": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.