What problem does it solve? Turning Feishu (Lark) API operations into repeatable AI workflows requires manually researching endpoints, parameters, and permission scopes each time. This Skill standardizes that process by generating well-formed SKILL.md files that wrap lark-cli commands into reusable, discoverable Skills. ## 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 commands. - SKILL.md Template Generation: Provides a complete frontmatter and body template covering commands, multi-step orchestration, and permission scope tables. - Fallback Exploration: Integrates with lark-openapi-explorer to mine official Feishu documentation when the CLI lacks a registered API. - Use Case: When you need to automate creating Feishu meeting rooms, use this Skill to research the vc service APIs, determine required scopes, and produce a lark-vc-rooms Skill that any AI agent can invoke. ## Quick Start Ask the AI to create a new lark-cli Skill that wraps the Feishu API operation you need, such as searching meeting rooms or sending messages.