email-template-builder
Email Template Builder
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/alirezarezvani/email-template-builderWhat This Skill Does
The Email Template Builder is a specialized tool for engineering teams to design, manage, and deploy robust transactional email systems. It abstracts the complexity of cross-client email rendering by utilizing React Email and MJML, ensuring that critical communications like verification links, invoices, and password resets look professional and consistent across all platforms. The skill provides a structured framework for managing multi-provider integrations (Resend, Postmark, SendGrid, AWS SES), built-in localization (i18n), and comprehensive tracking capabilities for open and click-through rates. It simplifies the developer experience with a local preview server that supports hot-reloading, enabling rapid iteration cycles without constantly triggering live email sends during the design phase.
Installation
To integrate this skill into your environment, use the OpenClaw CLI: clawhub install openclaw/skills/skills/alirezarezvani/email-template-builder
Use Cases
- Product Onboarding: Quickly generate custom welcome sequences and identity verification emails for new SaaS users.
- Billing Automation: Construct professional invoice templates and subscription renewal alerts that remain consistent with brand guidelines.
- Global Scaling: Implement multi-language support (i18n) for international users, ensuring all automated notifications are culturally and linguistically appropriate.
- Deliverability Audits: Use the built-in spam optimization checklist to improve email health and inbox placement rates.
Example Prompts
- "Build a new React Email template for a password reset flow that uses our corporate branding colors and includes a secure, one-time button component."
- "Add a new German localization file to the i18n directory and update the welcome template to support dynamic switching between English and German content."
- "Configure the unified email sender to switch from SendGrid to Resend for our production environment and ensure all UTM tracking parameters are preserved."
Tips & Limitations
- Responsive Design: Always leverage the provided
email-layout.tsxto maintain structural integrity; custom CSS-in-JS may cause rendering issues in older mail clients like Outlook. - Testing: While the local preview server is powerful, always run a real-world test through tools like Mailtrap or Litmus before pushing templates to production.
- Provider Limits: Be mindful of specific provider API quotas when using the unified send interface, especially when scaling up automated email volume.
- Dark Mode: Ensure you define specific media queries for dark mode support, as not all email clients support automatic dark mode detection.
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-alirezarezvani-email-template-builder": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, external-api, code-execution
Related Skills
intl-expansion
International market expansion strategy. Market selection, entry modes, localization, regulatory compliance, and go-to-market by region. Use when expanding to new countries, evaluating international markets, planning localization, or building regional teams.
marketing-strategy-pmm
Product marketing skill for positioning, GTM strategy, competitive intelligence, and product launches. Use when the user asks about product positioning, go-to-market planning, competitive analysis, target audience definition, ICP definition, market research, launch plans, or sales enablement. Covers April Dunford positioning, ICP definition, competitive battlecards, launch playbooks, and international market entry. Produces deliverables including positioning statements, battlecard documents, launch plans, and go-to-market strategies.
paid-ads
When the user wants help with paid advertising campaigns on Google Ads, Meta (Facebook/Instagram), LinkedIn, Twitter/X, or other ad platforms. Also use when the user mentions 'PPC,' 'paid media,' 'ad copy,' 'ad creative,' 'ROAS,' 'CPA,' 'ad campaign,' 'retargeting,' or 'audience targeting.' This skill covers campaign strategy, ad creation, audience targeting, and optimization.
qms-audit-expert
ISO 13485 internal audit expertise for medical device QMS. Covers audit planning, execution, nonconformity classification, and CAPA verification. Use for internal audit planning, audit execution, finding classification, external audit preparation, or audit program management.
code-reviewer
Code review automation for TypeScript, JavaScript, Python, Go, Swift, Kotlin. Analyzes PRs for complexity and risk, checks code quality for SOLID violations and code smells, generates review reports. Use when reviewing pull requests, analyzing code quality, identifying issues, generating review checklists.