lark-skill-maker

Create reusable lark-cli skills wrapping Feishu API operations with SKILL.md.

4|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/FradSer/skills --skill lark-skill-maker-fradser
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lark-skill-maker
Source: https://github.com/FradSer/skills/tree/main/skills/lark/lark-skill-maker
Command: npx skills add https://github.com/FradSer/skills --skill lark-skill-maker-fradser

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This guide explains how to create a custom lark-cli skill that wraps Feishu API operations into reusable automation, enabling consistent workflows across projects.

Core Features & Use Cases

  • Template-driven Skill definitions with YAML frontmatter
  • CLI-based orchestration of Feishu API calls via lark-cli
  • Extensible through optional scripts, references, and assets directories for advanced workflows

Quick Start

Create a new skill by adding skills/lark-<name>/SKILL.md with the required frontmatter and describe the CLI workflow in the body.

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 custom CLI skill to automate Feishu API operations?

To create a custom CLI skill, define a SKILL.md file at the skill root with YAML frontmatter containing the name and description, then outline the Feishu API workflows in the body. This standardizes API calls into reusable automation modules.

What is the best way to standardize Feishu API integration workflows across projects?

Standardizing Feishu API integration workflows is achieved by wrapping API operations into modular Lark CLI skills. This template-driven approach ensures consistent orchestration and rapid prototyping across different automation projects.

How do I start building a lark-cli skill for rapid API prototyping?

Start building a lark-cli skill by creating a skills/lark-<name>/SKILL.md file with required YAML frontmatter. Describe the CLI workflow in the body to orchestrate Feishu API calls and enable rapid prototyping.

Can I use custom scripts and references within a Feishu automation skill?

Yes, you can use custom scripts and references within a Feishu automation skill. The structure supports optional scripts/, references/, and assets/ directories to extend functionality and handle advanced CLI-based workflows.

Do I need any external dependencies to create modular Lark CLI skills?

No external dependencies are required to create modular Lark CLI skills. The process only requires the lark-cli and a SKILL.md file with YAML frontmatter to define and orchestrate the automation workflows.