lark-skill-maker

Create reusable Lark API Skills by wrapping atomic operations or orchestrating multi-step workflows.

larksuite ↓ 377k
Claude Code
View source ↗

What it does

  • description 决定触发 — 包含功能关键词 + "当用户需要...时使用"
  • 认证 — 说明所需 scope,登录用 lark-cli auth login --domain <name>
  • 安全 — 写入操作前确认用户意图,建议 --dry-run 预览
  • 编排 — 说明数据传递、失败回滚、可并行步骤

Requirements & configuration

Configuration: SKILL

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

Create reusable Lark API Skills by wrapping atomic operations or orchestrating multi-step workflows.

Source

Repository: https://github.com/larksuite/cli

lark-skill-maker FAQ

What does the lark-skill-maker skill do?

创建 lark-cli 的自定义 Skill。当用户需要把飞书 API 操作封装成可复用的 Skill(包装原子 API 或编排多步流程)时使用。 description 决定触发 — 包含功能关键词 + "当用户需要...时使用" 认证 — 说明所需 scope,登录用 lark-cli auth login --domain <name>

How do I install lark-skill-maker?

Run: npx -y skills add https://github.com/larksuite/cli --skill lark-skill-maker --agent claude-code — the source lives at github.com/larksuite/cli.

Maintain lark-skill-maker?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

lark-skill-maker on getagentictools
[![lark-skill-maker on getagentictools](https://getagentictools.com/badge/skills/larksuite-cli-lark-skill-maker.svg)](https://getagentictools.com/skills/larksuite-cli-lark-skill-maker?ref=badge)
npx agentictools info skills/larksuite-cli-lark-skill-maker

The second line is the CLI lookup for this page — handy in READMEs and docs.