skills$openclaw/email-template-gen
lxgicstudios3.7k

by lxgicstudios

email-template-gen – OpenClaw Skill

email-template-gen is an OpenClaw Skills integration for coding workflows. Generate responsive email templates. Use when building transactional emails.

3.7k stars8.7k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

nameemail-template-gen
descriptionGenerate responsive email templates. Use when building transactional emails. OpenClaw Skills integration.
ownerlxgicstudios
repositorylxgicstudios/email-template-gen
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @lxgicstudios/email-template-gen
last updatedFeb 7, 2026

Maintainer

lxgicstudios

lxgicstudios

Maintains email-template-gen in the OpenClaw Skills directory.

View GitHub profile
File Explorer
9 files
.
src
cli.ts
1.0 KB
index.ts
1.1 KB
_meta.json
300 B
package-lock.json
30.2 KB
package.json
606 B
README.md
554 B
SKILL.md
2.2 KB
tsconfig.json
251 B
SKILL.md

name: email-template-gen description: Generate responsive email templates. Use when building transactional emails.

Email 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:

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.

README.md

ai-email-template

Generate responsive email templates that work everywhere. HTML, React Email, or MJML.

Install

npm install -g ai-email-template

Usage

npx ai-email-template "welcome email with verify button"
npx ai-email-template "order confirmation with items table" -f react
npx ai-email-template "password reset" -o reset.html

Options

  • -f, --format <format> - html, react, or mjml (default: html)
  • -o, --output <file> - Write to file

Setup

export OPENAI_API_KEY=sk-...

License

MIT

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

No install needed. Just run with npx. Node.js 18+ recommended. Needs OPENAI_API_KEY environment variable. ```bash npx ai-email-template --help ```

FAQ

How do I install email-template-gen?

Run openclaw add @lxgicstudios/email-template-gen in your terminal. This installs email-template-gen into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/lxgicstudios/email-template-gen. Review commits and README documentation before installing.