lark-skill-maker

Create reusable lark-cli skill wrappers for Feishu API operations.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/466852675/Skills-2026 --skill lark-skill-maker-466852675
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lark-skill-maker
Source: https://github.com/466852675/Skills-2026/tree/main/lark-skill-maker
Command: npx skills add https://github.com/466852675/Skills-2026 --skill lark-skill-maker-466852675

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines creating reusable lark-cli based Skills that encapsulate Feishu (Lark) API operations, reducing manual CLI discovery and ad hoc scripting when packaging agent capabilities.

Core Features & Use Cases

  • API Wrapping: Turn individual Feishu API endpoints into atomic Skills with clear parameter definitions and required permission scopes.
  • Orchestration Templates: Provide patterns and guidance for composing multi-step CLI workflows, including data passing between steps, dry-run recommendations, and basic rollback guidance.
  • Use Case: A developer needs to expose a multi-step room creation and participant onboarding flow as a reusable Skill; this Skill explains which API calls to use, how to map parameters, and which scopes to request.

Quick Start

Generate a new lark-cli Skill that wraps the necessary Feishu API calls, lists the required permission scopes, and recommends running a dry-run before write operations.

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 APIs into reusable Skills?

To wrap Feishu APIs into reusable Skills, use this tool to package individual API calls into standalone SKILL.md modules. It handles API selection, parameter mapping, and permission scope documentation for your agent capabilities.

Do I need lark-cli installed to package Feishu API calls?

Yes, lark-cli must be installed in your environment to package Feishu API calls. The generated Skills rely on the lark-cli framework to execute single-step API requests or multi-step orchestrations.

What is the best way to handle permission scopes for Feishu API Skills?

The best way to handle permission scopes for Feishu API Skills is to use this wrapper tool, which automatically lists the required scopes for each selected endpoint. It ensures your agent capabilities request the correct API permissions.

How do I ensure safety for write operations when creating Feishu Skills?

To ensure safety for write operations when creating Feishu Skills, the tool applies built-in safety checks and recommends running a dry-run before execution. This prevents unintended data modification during multi-step API workflows.