email-template-gen
Generate responsive email templates. Use when building transactional emails.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/lxgicstudios/email-template-genEmail Template Generator
Email HTML is stuck in 1999. Tables, inline styles, outlook hacks. Describe what you want and get a template that actually works everywhere.
One command. Zero config. Just works.
Quick Start
npx ai-email-template "welcome email with verify button"
What It Does
- Generates responsive email templates
- Works in Gmail, Outlook, Apple Mail, and more
- Supports HTML, React Email, and MJML
- Includes dark mode support
Usage Examples
# Welcome email
npx ai-email-template "welcome email with verify button"
# Order confirmation
npx ai-email-template "order confirmation with items table" -f react
# Password reset
npx ai-email-template "password reset" -o reset.html
# Newsletter
npx ai-email-template "weekly newsletter with header and article cards"
Best Practices
- Test in Litmus or Email on Acid - every client is different
- Keep it simple - complex layouts break in Outlook
- Use web fonts sparingly - many clients ignore them
- Always include plain text - some people prefer it
When to Use This
- Building transactional email system
- Creating marketing email templates
- Updating legacy email templates
- Need a starting point for React Email
Part of the LXGIC Dev Toolkit
This is one of 110+ free developer tools built by LXGIC Studios. No paywalls, no sign-ups, no API keys on free tiers. Just tools that work.
Find more:
- GitHub: https://github.com/LXGIC-Studios
- Twitter: https://x.com/lxgicstudios
- Substack: https://lxgicstudios.substack.com
- Website: https://lxgicstudios.com
Requirements
No install needed. Just run with npx. Node.js 18+ recommended. Needs OPENAI_API_KEY environment variable.
npx ai-email-template --help
How It Works
Takes your description and generates email templates using table-based layouts that work across email clients. For React Email format, it generates proper components. For MJML, it generates the markup that compiles to email-safe HTML.
License
MIT. Free forever. Use it however you want.
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-lxgicstudios-email-template-gen": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
script-gen
Generate package.json scripts with AI. Use when setting up npm scripts.
branch-namer
Generate descriptive git branch names from plain English. Use when you need a branch name that follows conventions.
cloudflare-gen
Generate Cloudflare Workers configuration and code. Use when building on the edge.
adr-writer
Generate Architecture Decision Records with AI. Use when documenting technical decisions.
env-sync
Generate .env.example from your .env files. Use when onboarding developers.