lark-skill-maker

Generate reusable Lark CLI Skills from API calls or multi-step workflows.

12|3|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/baibairui/WoClaw --skill lark-skill-maker-baibairui
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lark-skill-maker
Source: https://github.com/baibairui/WoClaw/tree/main/.codex-runtime/home/.agents/skills/lark-skill-maker
Command: npx skills add https://github.com/baibairui/WoClaw --skill lark-skill-maker-baibairui

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creates a custom Skill for the Lark CLI. When users need to package Feishu API operations into reusable Skills (wrapping atomic APIs or orchestrating multi-step flows), this Skill provides a template and guidance.

Core Features & Use Cases

  • Scaffold a new Skill skeleton via lark-cli
  • Wrap single API calls or orchestrate multi-step workflows for reuse
  • Centralize Skill definitions to improve consistency and discovery

Quick Start

Run the lark-skill-maker to scaffold a new Skill using lark-cli for your target service and resource.

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 automation for the Lark CLI?

To wrap Feishu API calls into reusable automation, use the lark-skill-maker to scaffold a custom Skill skeleton. This packages your ad-hoc API interactions into a standardized, shareable format with an SKILL.md file and optional scripts or references directories.

What is the best way to scaffold a new Skill for multi-step workflow orchestration?

The best way to scaffold a new Skill for multi-step workflow orchestration is running lark-skill-maker. It generates a reusable template wrapping complex API sequences, centralizing definitions to improve consistency and discovery within the Lark ecosystem.

Do I need a specific file structure to create Lark CLI skills?

Yes, creating Lark CLI skills requires a Skill Markdown file named SKILL.md with a valid name and description. You can also include optional directories like scripts or references to support the automation logic and API wrappers.

Can I standardize ad-hoc API interactions into shareable templates with lark-cli?

Yes, you can standardize ad-hoc API interactions into shareable templates with lark-cli. The lark-skill-maker converts single API calls or multi-step workflows into reusable Skills, centralizing definitions for consistent automation across your team.

When should I package API operations into a custom Lark CLI Skill?

You should package API operations into a custom Lark CLI Skill when you need to convert ad-hoc API interactions into reusable automation. This is ideal for scaffolding new skills, standardizing API wrappers, and orchestrating multi-step tasks for consistent team use.

Why convert multi-step workflows into reusable Skills instead of running scripts directly?

Converting multi-step workflows into reusable Skills instead of running scripts directly centralizes Skill definitions, improving consistency and discovery. This approach standardizes API wrappers within the Lark ecosystem, making automation shareable and easier to manage.