What problem does it solve? Sending a drafted document (such as a weather briefing) as a real email requires manual copy-pasting into a mail client. This Skill automates delivery of any Markdown content as a properly formatted email — plain text plus HTML — with optional file attachments, directly from an AI chat session. ## Core Features & Use Cases - Markdown-to-email conversion: Renders a Markdown body file into both plain-text and HTML parts using the markdown library, preserving formatting like tables and lists. - Attachments and multiple recipients: Attach files (e.g. a fetched F215 chart PDF) and send to one or more recipients in a single call. - Safe dry-run mode: Build the message and print a JSON summary without sending, so drafts can be reviewed before any real email goes out. - Use Case: After assembling a GA weather briefing in Markdown, email it to yourself and a co-pilot with the F215 chart attached, all without leaving the chat. ## Quick Start Ask the AI to email the assembled briefing Markdown file to your address with the subject "GA Weather Briefing", using a dry run first to review the draft.