lark-skill-maker

Package Lark CLI tasks into reusable Skills with SKILL.md files.

76|14|Updated Apr 18, 2026
One-click install
npx skills add https://github.com/jingsongliujing/Feishu-CLI-Web --skill lark-skill-maker-jingsongliujing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lark-skill-maker
Source: https://github.com/jingsongliujing/Feishu-CLI-Web/tree/main/backend/app/skills/lark_cli/skills/lark-skill-maker
Command: npx skills add https://github.com/jingsongliujing/Feishu-CLI-Web --skill lark-skill-maker-jingsongliujing

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill abstracts and packages manual Lark CLI tasks into reusable, shareable Skills for AI agents.

Core Features & Use Cases

  • Define new Skills quickly by providing a single SKILL.md with YAML frontmatter.
  • Enable consistent execution of CLI tasks through encoded instructions and metadata.
  • Promote collaboration by allowing teams to publish and reuse Skills across projects.

Quick Start

Create a new Skill by adding a SKILL.md with proper frontmatter to a new folder and implement the body with operational instructions.

Frequently Asked Questions about lark-skill-maker

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

FAQPage Schema
How do I automate Lark CLI tasks for AI agents?

To automate Lark CLI tasks for AI agents, you package manual operations into a reusable Skill by defining a SKILL.md file with YAML frontmatter. This encodes instructions and metadata for consistent execution.

What is a Lark CLI Skill and how does it work?

A Lark CLI Skill is a reusable instruction set that standardizes manual CLI operations for AI agents. It works by using a SKILL.md file with YAML frontmatter to define the task, along with optional supporting directories.

How do I create a reusable developer tool with Lark CLI?

You create a reusable developer tool by adding a SKILL.md file with proper YAML frontmatter to a new folder. The frontmatter must include a name and description, while the body contains the operational instructions.

Can I package multi-step Lark CLI flows for team sharing?

Yes, you can package both atomic API calls and multi-step flows into a Skill for team sharing. This enables consistent execution across projects by defining the workflow inside a SKILL.md file.

What files and directories do I need to set up a Skill template?

Setting up a Skill template requires a SKILL.md file at the root with YAML frontmatter. You can also include optional scripts/, references/, and assets/ directories to support the implementation.

Does packaging atomic API calls require dependencies?

Packaging atomic API calls into a Skill requires no external dependencies. You only need to create a SKILL.md file with the appropriate YAML frontmatter and operational instructions.