What problem does it solve? Turning repeated Feishu (Lark) API operations into reusable Agent Skills requires knowing which lark-cli commands exist, what parameters they take, and how to structure a valid SKILL.md. This Skill standardizes that authoring process so new Skills are consistent and discoverable. ## Core Features & Use Cases - API Research Workflow: Guides discovery of registered APIs, Shortcuts, and raw OpenAPI calls via lark-cli --help, lark-cli schema, and lark-cli api. - SKILL.md Template: Provides a ready-made frontmatter and body template covering commands, multi-step orchestration, and required OAuth scopes. - Authoring Principles: Enforces trigger-friendly descriptions, authentication notes, dry-run safety for write operations, and data-passing between orchestrated steps. - Use Case: You frequently create Feishu meeting rooms through the VC API. Use this Skill to research the endpoint, then generate a lark-vc-rooms Skill that wraps the calls with documented scopes and step-by-step commands. ## Quick Start Create a new lark Skill that wraps the Feishu calendar event creation API using lark-cli.