Email Template

Generate responsive, Outlook-safe HTML email templates for welcome sequences, promotions, receipts, and more.

Install
cmdop skills install agensi-email-template

Email Template is a skill that produces responsive HTML email templates engineered to render correctly across Gmail, Outlook, and Apple Mail. It uses table-based layouts and inline styles rather than modern CSS, working around Outlook’s Word-based rendering engine which commonly breaks standard web development practices.

The skill supports five distinct layout types. Welcome templates cover multi-step onboarding flows. Newsletter templates provide multi-block content with a structured hierarchy. Promotion templates include hero sections with urgency markers. Receipt templates render clean, tabular order summaries suited to transactional data. Notification templates produce focused, single-action alerts.

All generated output is a single email-template.html file. That file contains fully inlined CSS, CAN-SPAM compliant footers, and Outlook-safe nested table structures. Built-in support for dark mode and mobile responsiveness via media queries is included. The resulting file is ready to upload directly to any Email Service Provider (ESP).

This skill handles the tedious, error-prone work of writing cross-client-compatible email markup, removing the need to manually author nested tables or test inline style compatibility across clients.

Use cases

  • Generate a welcome email sequence template for a new user onboarding flow
  • Produce a promotional email template with a hero section for a marketing campaign
  • Create a transactional receipt template for order confirmation emails
  • Build a newsletter layout with multiple content blocks and structured hierarchy
  • Output a single-action notification email for account alerts or system events
  • Obtain a CAN-SPAM compliant footer structure for any email type

When to use it

  • When an agent needs to produce HTML email files ready for upload to an ESP
  • When the output must render correctly in Outlook's Word-based rendering engine
  • When dark mode compatibility and mobile responsiveness are required in email output
  • When the required layout is one of: welcome, newsletter, promotion, receipt, or notification

When not to use it

  • When output is needed in formats other than a single HTML file
  • When the required layout type is not among the five supported templates
  • When dynamic templating logic or merge tags specific to a particular ESP are needed
  • When the task is sending email rather than generating the HTML template