powered by
etapx

0%

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 to lark-openapi-explorer for undocumented APIs
  • Skill format is a single SKILL.md file documenting commands, required scopes, multi-step data flow, and user confirmation patterns for write operations
  • Requires lark-cli binary 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

Installs
221.6K
Repository
larksuite/cli
GitHub Stars
13.9K
First Seen
Mar 28, 2026

Explore more of GLSRM