Provides CLI-driven email management for Lark Mail: configure IMAP credentials, sync mail into a local cache, search messages, view content, and export as .eml. Commands output JSON for easy integration with agents or scripts.
Use when an agent or user needs to locate messages, inspect email content, compare message history, or download emails programmatically. Helpful for inbox triage, automated evidence retrieval, and integrations where quick local search is preferred over repeated network calls.
Designed to work with CLI-capable assistants (Claude Code, Copilot/CLI workflows, generic agent runners) that can call shell commands and parse JSON output.
A well-documented Lark Mail skill providing IMAP-backed email search and management via the lark CLI. No bundled scripts — the skill is purely documentation for CLI commands. Clear output contracts with JSON examples, proper error handling docs, and a sensible typical workflow. No security concerns; IMAP credentials are prompted interactively, not hardcoded.
Documentation-only skill for a CLI tool. No scripts to test. Clean security profile — no remote execution, no hardcoded secrets, no destructive commands.