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.