lark-skill-maker

Create reusable lark-cli skills wrapping Feishu API operations with YAML frontmatter.

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/binfen1/my-skills --skill lark-skill-maker-binfen1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lark-skill-maker
Source: https://github.com/binfen1/my-skills/tree/main/claude-code/lark-skill-maker
Command: npx skills add https://github.com/binfen1/my-skills --skill lark-skill-maker-binfen1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

将飞书 API 操作封装成可复用的 lark-cli 技能,简化重复任务的执行与集成。

Core Features & Use Cases

  • 将飞书 OpenAPI 调用转化为可重复执行的 CLI 流程。
  • 支持将原子 API、组合步骤的工作流进行封装,提升团队生产力。
  • Use Case: 当需要把一个复杂的 Feishu 操作编排成一组命令以供 AI 调用时。

Quick Start

Write the SKILL.md frontmatter as described and test the new Skill with lark-cli.

Frequently Asked Questions about lark-skill-maker

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

FAQPage Schema
How do I convert Feishu API calls into reusable CLI workflows?

You can convert Feishu API calls into reusable automation by wrapping Feishu OpenAPI operations into lark-cli skills. This process uses a SKILL.md file with YAML frontmatter to transform ad-hoc API requests into repeatable command-line workflows.

What is the best way to automate repetitive Feishu OpenAPI operations?

Encapsulating Feishu OpenAPI operations as lark-cli skills is the best way to automate repetitive tasks. By defining a YAML frontmatter in SKILL.md, you can package atomic API calls or combined workflow steps for consistent team execution.

How do I structure a lark-cli skill to orchestrate complex Feishu operations?

You structure a lark-cli skill by writing a SKILL.md file with YAML frontmatter containing a name and description. This structure supports optional scripts, references, and assets to help orchestrate complex Feishu operations for AI invocation.

Can I package combined Feishu workflow steps into a single skill for AI invocation?

Yes, you can package combined Feishu workflow steps into a single lark-cli skill for AI invocation. This allows you to orchestrate complex Feishu operations into a set of commands readily callable by AI systems.

Do I need to write YAML frontmatter to create a lark-cli skill for Feishu services?

Yes, writing YAML frontmatter is required to create a lark-cli skill for Feishu services. The SKILL.md file must enforce YAML frontmatter containing at least the skill name and description to function properly across Feishu services.