lark-skill-maker
Installation
Summary
Create reusable Lark API Skills by wrapping atomic operations or orchestrating multi-step workflows.
- Provides three command patterns: registered APIs (
lark-cli <service> <resource> <method>), high-level shortcuts (lark-cli <service> +<verb>), and raw OpenAPI calls (lark-cli api <METHOD> <path>) - Includes schema inspection (
lark-cli schema) to discover parameters and a fallback tolark-openapi-explorerfor undocumented APIs - Skill format is a single
SKILL.mdfile documenting commands, required scopes, multi-step data flow, and user confirmation patterns for write operations - Requires
lark-clibinary and familiarity with Lark OpenAPI structure; integrates with shared authentication and permission management
SKILL.md
Skill Maker
基于 lark-cli 创建新 Skill。Skill = 一份 SKILL.md,教 AI 用 CLI 命令完成任务。
CLI 核心能力
lark-cli <service> <resource> <method> # 已注册 API
lark-cli <service> +<verb> # Shortcut(高级封装)
lark-cli api <METHOD> <path> [--data/--params] # 任意飞书 OpenAPI
lark-cli schema <service.resource.method> # 查参数定义
优先级:Shortcut > 已注册 API > api 裸调。
调研 API
Explore more of GLSRM
