What problem does it solve? Managing a Feishu (Lark) mailbox from an AI agent or terminal requires navigating dozens of raw API endpoints, MIME structures, and permission scopes. This Skill wraps the Feishu Mail API into safe, high-level shortcuts so you can draft, send, reply, forward, search, and organize email without memorizing API schemas. ## Core Features & Use Cases - Compose and send safely: Create drafts by default with +send, +reply, +reply-all, and +forward; actual sending always requires explicit user confirmation, with support for scheduled sending, delivery status checks, and message recall. - Read and triage efficiently: Use +triage to list inbox summaries with filters and full-text search, +message/+messages/+thread to read normalized plain-text or HTML bodies, and +watch to monitor incoming mail events in real time. - Full mailbox administration: Manage drafts, folders, labels, contacts, attachments, signatures, aliases (send_as), shared mailboxes, and inbound mail rules through documented native API resources. - Use Case: Ask the agent to "reply to the latest email from my manager saying the report is done" — it finds the message, creates a reply draft preserving the quoted thread, shows you a summary, and sends only after your confirmation. ## Quick Start Ask the assistant to list your unread inbox emails or draft a reply to a specific message, and it will use lark-cli mail shortcuts to do it after confirming your identity.