lark-skill-maker

Package Lark API calls and workflows into lark-cli-compatible skill packages.

Updated Jun 2, 2026
One-click install
npx skills add https://github.com/qiushibang/skill-creator-pro --skill lark-skill-maker-qiushibang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lark-skill-maker
Source: https://github.com/qiushibang/skill-creator-pro/tree/main/references/lark-skill-maker
Command: npx skills add https://github.com/qiushibang/skill-creator-pro --skill lark-skill-maker-qiushibang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually executing repetitive Lark (Feishu) API operations for AI agents is time-consuming and error-prone. This Skill eliminates that overhead by providing a standardized process to package API calls and multi-step workflows into reusable, shareable skill units.

Core Features & Use Cases

  • Structured API Research: Provides step-by-step guidance to discover existing Lark APIs, lookup parameter schemas, and access official OpenAPI documentation for unregistered endpoints.
  • Standardized Skill Template: Includes a pre-built SKILL.md template with correct metadata, permission scope configuration, and orchestration best practices for lark-cli-compatible skills.
  • Use Case: For example, if your team frequently needs to batch create Feishu calendar events and send attendee notifications, you can package these two steps into a single reusable skill that any AI agent can execute consistently.

Quick Start

Use the lark-skill-maker skill to create a custom skill that automates sending daily Feishu project status updates to your team channel.

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 Lark API calls into reusable skills for AI agents?

To package Lark API calls into reusable skills, you use a standardized template to encapsulate atomic API calls and multi-step workflows into lark-cli-compatible skill units. This process includes discovering existing APIs, looking up parameter schemas, and configuring permission scopes.

What is the best way to automate repetitive Feishu platform operations like meeting management and message notifications?

The best way to automate repetitive Feishu platform operations is to encapsulate them into standardized, shareable skill units for multi-agent deployment. This eliminates manual execution by allowing AI agents to execute orchestrated workflows consistently.

Do I need lark-cli to create multi-step orchestrated Feishu workflows?

Yes, you need lark-cli compatibility to execute the generated multi-step orchestrated Feishu workflows. The creation process generates lark-cli-compatible skill packages with correct metadata and orchestration best practices for your AI agents.

Can I batch create Feishu calendar events and send notifications in a single automated workflow?

Yes, you can batch create Feishu calendar events and send notifications in a single automated workflow. You package these multiple API operations into one reusable skill that any AI agent can execute consistently across your enterprise.

How does discovering unregistered Lark OpenAPI endpoints work for skill creation?

Discovering unregistered Lark OpenAPI endpoints works by providing structured, step-by-step guidance to access official documentation. This ensures you can accurately lookup parameter schemas and configure permission scopes for new API operations during skill creation.

When should I not use standardized templates for Lark API operations?

You should not use standardized templates for Lark API operations if your task requires non-standard, highly customized single-use scripts outside enterprise scenarios. This approach is specifically designed for creating shareable, consistent skill units for multi-agent deployment.