What problem does it solve? Turning repeated Feishu (Lark) OpenAPI operations into reusable, discoverable Skills requires knowing which lark-cli commands exist, what parameters and scopes each API needs, and how to structure a valid SKILL.md. This Skill guides that authoring process end to end. ## Core Features & Use Cases - API Research Workflow: Inspect registered APIs and Shortcuts via lark-cli <service> --help, query parameter definitions with lark-cli schema, and fall back to lark-cli api for unregistered OpenAPI endpoints. - SKILL.md Template: Provides a ready-made frontmatter and body template covering commands, multi-step orchestration, and a permission scope table. - Authoring Principles: Enforces trigger-oriented descriptions, authentication scope documentation, dry-run safety for write operations, and orchestration guidance for data passing and rollback. - Use Case: You frequently create Feishu meeting rooms through the API. Use this Skill to research the vc room endpoints, then generate a lark-room-manager Skill that wraps the calls with documented scopes and step-by-step commands. ## Quick Start Ask the AI to create a new lark-cli Skill that wraps the Feishu API operation you need, for example creating calendar events.