What problem does it solve? AI agents acting on the web need to send email from their own identity, but lack a mailbox and a programmatic way to compose, reply to, or forward messages. This Skill gives an agent outbound email capability through the Ravi CLI, including HTML formatting and per-inbox rate limit handling. ## Core Features & Use Cases - Compose and Send: Create new emails with HTML bodies (headings, lists, links) to any recipient address. - Reply, Reply-All, and Forward: Respond to existing messages by ID with automatically derived Re:/Fwd: subject lines. - Recipient Resolution and Rate Limits: Look up contacts by name before sending, and handle 429 responses using the retry_after_seconds value with per-inbox daily budgets (100 free, 500 paid). - Use Case: An agent monitoring a service detects an outage, looks up the on-call engineer's address via ravi-contacts, and sends a formatted HTML incident summary email from its own Ravi address. ## Quick Start Ask the agent to send an email to a specific address with a subject and HTML body using the ravi email compose command, after installing the Ravi CLI and running ravi auth login.