newsletter-template

Generates table-based HTML email newsletters styled as classic Indian broadsheet newspapers.

39|14|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/doable-me/Doable --skill newsletter-template-doable-me
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: newsletter-template
Source: https://github.com/doable-me/Doable/tree/main/services/api/src/ai/skills/_system/newsletter-template
Command: npx skills add https://github.com/doable-me/Doable --skill newsletter-template-doable-me

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Creating HTML emails that render consistently across Gmail, Outlook, and Apple Mail is notoriously difficult because many clients strip modern CSS. This Skill produces cross-client compatible newsletters using table-based layouts and inline styles, wrapped in a distinctive Times of India / The Hindu broadsheet aesthetic. ## Core Features & Use Cases - Cross-Client HTML Email Generation: Builds newsletters with nested tables, inline CSS, and padding-based spacing that survive Outlook desktop rendering. - Classic Newspaper Styling: Applies a print broadsheet look with masthead, dateline, headline, justified body copy, captioned image, and footer. - Template Variable Filling: Extracts values like publication name, headline, and article text from the user's prompt and fills a fixed boilerplate with no placeholders left behind. - Use Case: A marketing team needs a stylized company announcement email; the Skill outputs a complete static HTML file with hardcoded dates, headlines, and a fallback placeholder image, ready to paste into an email sender. ## Quick Start Ask the AI to create an HTML email newsletter announcing your latest company news in a classic newspaper style.

Frequently Asked Questions about newsletter-template

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create an HTML email newsletter that works in Outlook?▼

Use table-based layouts with inline CSS instead of flexbox or grid, which Outlook desktop does not support. This Skill generates newsletters with nested tables, padding-based spacing on td cells, and full six-character hex colors for maximum client compatibility.

How to generate a newspaper-style HTML email?▼

Provide your topic, publication name, and article content, and the Skill fills a fixed broadsheet boilerplate with a masthead, dateline, headline, justified paragraphs, and a captioned image. All template variables are replaced with real text before output.

Can HTML emails use JavaScript or external CSS files?▼

No. Email clients strip JavaScript and external stylesheets for security. This Skill forbids script tags, template literals, and link elements, producing fully static HTML with all critical styling written inline.

What happens if I don't provide an image for the newsletter?▼

The Skill inserts a placeholder image from placehold.co with a neutral background matching the newspaper theme. The img src is never left empty, so the layout remains intact in every email client.

Why does my HTML email layout break in some email clients?▼

Layouts break when using flexbox, grid, margins, or shorthand hex colors that clients like Outlook ignore. This Skill avoids those patterns by enforcing tables, inline styles, padding-based spacing, and full hex codes.