lark-skill-maker

Create reusable Skill scaffolds for Feishu API operations with lark-cli.

2|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/augustscl/awesome-xiawang-skills --skill lark-skill-maker-augustscl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lark-skill-maker
Source: https://github.com/augustscl/awesome-xiawang-skills/tree/main/lark-skill-maker
Command: npx skills add https://github.com/augustscl/awesome-xiawang-skills --skill lark-skill-maker-augustscl

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

提供一个快速、结构化的方式来创建新的 Skill 单元,确保前置条件和元数据符合官方定义。

Core Features & Use Cases

  • 能够自动生成 SKILL.md 的模板前缀和元数据,并包含基本字段(name、version、description、metadata)。
  • 验证并整理前置条件和文档结构,帮助团队保持技能单元的一致性和可维护性。
  • 提供快速启动路径,使团队能够快速将飞书 API 操作打包成可复用的 Skill,以提升复用性与协作效率。

Quick Start

用 lark-cli 创建一个新的 Skill 模板并按提示填写元数据。

Frequently Asked Questions about lark-skill-maker

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a reusable Feishu API automation workflow as a Skill?

You scaffold a new Feishu API automation workflow using lark-cli, which packages atomic API operations into a reusable Skill. This ensures your multi-step sequences are structured correctly for repeated use across projects.

What metadata fields are required in a SKILL.md frontmatter for lark-cli?

The SKILL.md frontmatter generated by lark-cli requires the fields name, version, and description. The body must also document core commands, usage patterns, and safety considerations for the Skill.

Can I use lark-cli to scaffold a Feishu API Skill without prior dependencies?

Yes, you can scaffold a Feishu API Skill using lark-cli without external dependencies. The tool provides a quick start path to generate the template and validate the document structure for team maintainability.

What is the best way to package Feishu API operations for repeated use across projects?

The best way to package Feishu API operations for repeated use is to build a Skill scaffold using lark-cli. This wraps atomic API calls into a structured, reusable unit with documented commands and safety considerations.

When do I need to scaffold a new Skill template for Feishu API operations?

You need to scaffold a new Skill template when building automation workflows that wrap Feishu API operations for repeated use. This ensures your Skill defines core commands and safety considerations while maintaining structural consistency.