lark-skill-maker

Create reusable LARK CLI skills that encapsulate Feishu API operations.

3|Updated Apr 25, 2026
One-click install
npx skills add https://github.com/agent-pilot/agent-pilot-be --skill lark-skill-maker-agent-pilot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lark-skill-maker
Source: https://github.com/agent-pilot/agent-pilot-be/tree/main/backend/skills/lark-skill-maker
Command: npx skills add https://github.com/agent-pilot/agent-pilot-be --skill lark-skill-maker-agent-pilot

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured template to create custom lark-cli skills that wrap Feishu API calls into reusable components, reducing duplication and speeding up development.

Core Features & Use Cases

  • Structured SKILL.md frontmatter for consistent discovery and documentation.
  • Templates and guidance to describe usage, required binaries, and optional resources.
  • Multi-path reuse by supporting both single-step API calls and multi-step orchestrations within a Skill.

Quick Start

Create SKILL.md in this directory with the proper frontmatter and a descriptive Markdown 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 wrap Feishu API calls into reusable components?

You can wrap Feishu API calls into reusable components by creating a SKILL.md file with structured frontmatter and a Markdown body, encapsulating operations into shareable LARK CLI skills.

What is the best way to automate multi-step Feishu workflows?

The best way to automate multi-step Feishu workflows is to package them into a LARK CLI skill unit, which supports orchestrating both single-step API calls and multi-step sequences within one definition.

How do I document required binaries and resources for a LARK CLI skill?

You document required binaries and resources by writing a descriptive Markdown body in your SKILL.md file, using provided templates to specify usage details and optional assets.

Can I package Feishu API shortcuts for reuse across different projects?

Yes, you can package Feishu API shortcuts for multi-path reuse by encapsulating them into a structured Skill unit, reducing duplication and speeding up development across projects.

Does creating a LARK CLI skill require any external dependencies?

Creating a LARK CLI skill requires no external dependencies, as it relies on defining a SKILL.md frontmatter with a name and description alongside a Markdown body for documentation.