lark-skill-maker

Convert Feishu lark-cli API calls into reusable Skills with SKILL.md frontmatter.

20|1|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/ImChong/Humanoid_Robot_Learning_Paper_Notebooks --skill lark-skill-maker-imchong
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lark-skill-maker
Source: https://github.com/ImChong/Humanoid_Robot_Learning_Paper_Notebooks/tree/main/.agents/skills/lark-skill-maker
Command: npx skills add https://github.com/ImChong/Humanoid_Robot_Learning_Paper_Notebooks --skill lark-skill-maker-imchong

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables developers to transform Feishu's lark-cli API interactions into reusable, shareable Skills.

Core Features & Use Cases

  • Encapsulation: Convert single API calls into composable Skills that can be reused across projects.
  • Orchestration: Compose multi-step flows by wiring together multiple API calls into a single Skill.
  • Use Case: Package a common Feishu API workflow, such as listing spaces or sending messages, into a Skill for quick reuse.

Quick Start

Place SKILL.md under a skills/lark-skill-maker folder and follow the template to define a new 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 package Feishu API calls into reusable automation scripts?

You can package Feishu API calls into reusable automation scripts by defining a SKILL.md frontmatter with a name and description, placing it under a skills folder, and optionally adding scripts to handle single or multi-step workflows.

Do I need lark-cli to orchestrate multi-step Feishu OpenAPI workflows?

Yes, you need the lark-cli binary installed to orchestrate multi-step Feishu OpenAPI workflows, as it acts as the foundational interface for executing the API interactions that the Skill encapsulates.

Can I compose multiple Feishu API actions into a single shareable Skill?

Yes, you can compose multiple Feishu API actions into a single shareable Skill by wiring together sequential lark-cli calls, allowing you to orchestrate complex flows like listing spaces and sending messages in one package.

What is the best way to share Feishu lark-cli workflows across different projects?

The best way to share Feishu lark-cli workflows across different projects is to encapsulate them into composable Skills using a SKILL.md template, enabling quick reuse of common API workflows without duplicating code.

How do I start building a Skill for Feishu API automation?

To start building a Skill for Feishu API automation, place a SKILL.md file under a skills/lark-skill-maker folder and follow the template to define the new Skill's name, description, and any required scripts.

Can I extend a Feishu Skill with additional assets and references?

Yes, you can extend a Feishu Skill with additional assets and references by including them alongside the required SKILL.md frontmatter, allowing you to provide extra context and extend the functionality of your encapsulated API calls.