.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/cli/lark-skill-maker
home/skills/larksuite/cli/lark-skill-maker
larksuite avatar

lark-skill-maker

bylarksuite· 47 skills

Installs

385k

Stars

16k

Forks

1.2k

Category

Backend & APIs

View on GitHub

TL;DR

创建 lark-cli 的自定义 Skill。当用户需要把飞书 API 操作封装成可复用的 Skill(包装原子 API 或编排多步流程)时使用。

How to install lark-skill-maker?

larksuite/cli/lark-skill-maker
$npx -y skills add larksuite/cli --skill lark-skill-maker

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Use this skill

Run `npx skills use "https://github.com/larksuite/cli" --skill "larksuite/cli/lark-skill-maker"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.

Use the whole pack

Use the skills in "https://github.com/larksuite/cli" that are relevant to the current task. Run `npx skills add "https://github.com/larksuite/cli"` and select the relevant skills, then follow their instructions.

Files · 1

View on GitHub
SKILL.md
1# Skill Maker
2 
3基于 lark-cli 创建新 Skill。Skill = 一份 `SKILL.md`,教 AI 用 CLI 命令完成任务。
4 
5## CLI 核心能力
6 
7```bash
8lark-cli <service> <resource> <method> # 已注册 API
9lark-cli <service> +<verb> # Shortcut(高级封装)
10lark-cli api <METHOD> <path> [--data/--params] # 任意飞书 OpenAPI
11lark-cli schema <service.resource.method> # 查参数定义
12```
13 
14优先级:Shortcut > 已注册 API > `api` 裸调。
15 
16## 调研 API
17 
18```bash
19# 1. 查看已有的 API 资源和 Shortcut
20lark-cli <service> --help
21 
22# 2. 查参数定义
23lark-cli schema <service.resource.method>
24 
25# 3. 未注册的 API,用 api 直接调用
26lark-cli api GET /open-apis/vc/v1/rooms --params '{"page_size":"50"}'
27lark-cli api POST /open-apis/vc/v1/rooms/search --data '{"query":"5F"}'
28```
29 
30如果以上命令无法覆盖需求(CLI 没有对应的已注册 API 或 Shortcut),使用 [lark-openapi-explorer](../lark-openapi-explorer/SKILL.md) 从飞书官方文档库逐层挖掘原生 OpenAPI 接口,获取完整的方法、路径、参数和权限信息,再通过 `lark-cli api` 裸调完成任务。
31 
32通过以上流程确定需要哪些 API、参数和 scope。
33 
34## SKILL.md 模板
35 
36文件放在 `skills/lark-<name>/SKILL.md`:
37 
38```markdown
39---
40name: lark-<name>
41version: 1.0.0
42description: "<功能描述>。当用户需要<触发场景>时使用。"
43metadata:
44 requires:
45 bins: ["lark-cli"]
46---
47 
48 
49# <标题>
50 
51> **前置条件:** 先阅读 [`../lark-shared/SKILL.md`](../lark-shared/SKILL.md)。
52 
53## 命令
54 
55\```bash
56# 单步操作
57lark-cli api POST /open-apis/xxx --data '{...}'
58 
59# 多步编排:说明步骤间数据传递
60# Step 1: ...(记录返回的 xxx_id)
61# Step 2: 使用 Step 1 的 xxx_id
62\```
63 
64## 权限
65 
66| 操作 | 所需 scope |
67|------|-----------|
68| xxx | `scope:name` |
69```
70 
71## 关键原则
72 
73- **description 决定触发** — 包含功能关键词 + "当用户需要...时使用"
74- **认证** — 说明所需 scope,登录用 `lark-cli auth login --domain <name>`
75- **安全** — 写入操作前确认用户意图,建议 `--dry-run` 预览
76- **编排** — 说明数据传递、失败回滚、可并行步骤

Security

Review

  • Gen Agent Trust Hubpass
  • Socketwarn
  • Snykpass
  • ZeroLeakspass

Preview

larksuite/clilarksuite/cli

$ npx -y skills add larksuite/cli --skill lark-skill-maker

▸ installing to .claude/skills…

✓ lark-skill-maker ready

Repolarksuite/cli
TypeSkills
CategoryBackend & APIs
ForDeveloper
UpdatedJul 2026
License—
First seenJul 26, 2026

Tags

Skill

Related

6 picks
Type
  1. microsoft avatarazure-messagingTroubleshoot and resolve issues with Azure Messaging SDKs for Event Hubs and Service Bus.SkillsJul 2026473k1.3k
  2. larksuite avatarlark-openapi-explorer飞书/Lark 原生 OpenAPI 探索:从官方文档库中挖掘未经 CLI 封装的原生 OpenAPI 接口。当用户的需求无法被现有 lark-* skill 或 lark-cli 已注册命令满足,需要查找并调用原生飞书 OpenAPI 时使用。SkillsJul 2026386k16k
  3. mattpocock avatarimplementImplement a piece of work based on a spec or set of tickets.SkillsJul 2026237k189k
  4. supabase avatarsupabaseUse when doing ANY task involving Supabase. Triggers: Supabase products (Database, Auth, Edge Functions, Realtime, Storage, Vectors, Cron, Queues); client…SkillsJul 2026188k2.4k
  5. firebase avatarfirebase-basicsProvides foundational setup, authentication, and project management workflows for Firebase using the Firebase CLI.SkillsJul 2026117k389
  6. firebase avatarfirebase-auth-basicsGuide for setting up and using Firebase Authentication. Use this skill when the user's app requires user sign-in, user management, or secure data access using…SkillsJul 2026116k389