What problem does it solve?
This Skill helps users turn Feishu/Lark API capabilities into reusable Claude Code Skills, avoiding repetitive manual command writing and inconsistent workflows.
Core Features & Use Cases
- Reusable Skill creation from lark-cli: Guides users to define a new Skill using a consistent SKILL.md template and lark-cli command patterns.
- API discovery workflow: Covers how to inspect available registered APIs and shortcuts, then fall back to raw OpenAPI calls via schema and api endpoints.
- Encapsulation of atomic or multi-step flows: Supports wrapping single operations or orchestrating multiple dependent steps with clear data passing (e.g., resource IDs).
- Scope-aware permissions guidance: Helps document required OAuth scopes (scope:name) and login steps through lark-cli auth login.
Quick Start
Create a new Skill package by writing SKILL.md for your desired lark-cli workflow after confirming the correct service/resource/method and required scopes via lark-cli --help and lark-cli schema.