What problem does it solve? When an AI agent is dispatched by the ravix daemon to handle an incoming email, it needs a reliable way to reply to the original sender with proper threading. This Skill teaches the agent to capture the Message-ID header and send a correctly threaded HTML reply. ## Core Features & Use Cases - Threaded Replies: Replies to the exact incoming email by passing its Message-ID header to the ravix email reply command. - HTML Body Formatting: Supports HTML tags like <p>, <ul>, <li>, <h2>, and <pre> for structured, readable responses. - Optional CC/BCC: Supports repeatable --cc and --bcc flags for adding recipients. - Use Case: An email arrives asking for the latest revenue numbers. The agent runs the queries, then replies to the sender with the actual figures formatted as an HTML list, all threaded to the original message. ## Quick Start Read the dispatched email, capture its Message-ID header, do the requested work, then run ravix email reply with the quoted Message-ID and an HTML body summarizing the results.