What problem does it solve?
This Skill Maker streamlines turning Feishu (Lark) API operations into consistent, reusable SKILL.md templates so teams can rapidly create CLI-based automation without reinventing documentation and orchestration patterns.
Core Features & Use Cases
- Template scaffolding: Provides a SKILL.md template and guidance for placing new skills under skills/lark-<name>.
- API discovery workflow: Shows how to use lark-cli to list registered APIs, view schemas, and call raw OpenAPI endpoints when shortcuts are unavailable.
- Security and orchestration guidance: Documents required scopes, authentication steps, dry-run recommendations, and how to describe multi-step data passing for reliable automations.
- Use case: Build a skill that wraps room creation and search APIs or orchestrates multi-step provisioning flows for integrations.
Quick Start
Generate a new lark-<name> SKILL.md using the provided template and use lark-cli to discover required endpoints, parameters, and scopes before implementing commands.