What problem does it solve? Turning Feishu (Lark) API operations into repeatable, discoverable Skills requires knowing which lark-cli commands, parameters, and permission scopes to use. This Skill guides the creation of new SKILL.md files that package single API calls or multi-step workflows into reusable units. ## Core Features & Use Cases - API Research Workflow: Inspect registered APIs and Shortcuts with lark-cli <service> --help, query parameter definitions via lark-cli schema, and call any Feishu OpenAPI endpoint through lark-cli api. - SKILL.md Template: Provides a ready-made frontmatter and body template covering commands, multi-step orchestration with data passing, and a permission scope table. - Auth & Safety Guidance: Points to the canonical lark-shared authentication flow for missing scopes and recommends --dry-run previews before write operations. - Use Case: When you repeatedly create Feishu calendar events and then send notifications, use this Skill to package that two-step flow into a new lark-<name> Skill with documented scopes and step-by-step data passing. ## Quick Start Ask the agent to create a new lark-cli Skill that wraps a specific Feishu API operation, such as searching meeting rooms and booking one.