What problem does it solve?
This Skill streamlines creating reusable lark-cli based Skills that encapsulate Feishu (Lark) API operations, reducing manual CLI discovery and ad hoc scripting when packaging agent capabilities.
Core Features & Use Cases
- API Wrapping: Turn individual Feishu API endpoints into atomic Skills with clear parameter definitions and required permission scopes.
- Orchestration Templates: Provide patterns and guidance for composing multi-step CLI workflows, including data passing between steps, dry-run recommendations, and basic rollback guidance.
- Use Case: A developer needs to expose a multi-step room creation and participant onboarding flow as a reusable Skill; this Skill explains which API calls to use, how to map parameters, and which scopes to request.
Quick Start
Generate a new lark-cli Skill that wraps the necessary Feishu API calls, lists the required permission scopes, and recommends running a dry-run before write operations.