lark-skill-maker

Package Lark CLI API operations into reusable SKILL.md-based skill units.

14|4|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/SpaceZephyr/allSkills --skill lark-skill-maker-spacezephyr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lark-skill-maker
Source: https://github.com/SpaceZephyr/allSkills/tree/main/lark-skill-maker
Command: npx skills add https://github.com/SpaceZephyr/allSkills --skill lark-skill-maker-spacezephyr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the repetitive manual work of writing custom Lark API integration code, enabling you to package Lark CLI operations into standardized, reusable skills for consistent team automation.

Core Features & Use Cases

  • Custom Skill Creation: Package single Lark OpenAPI calls or multi-step Lark workflows (e.g., meeting room queries, mass message sending) into reusable, shareable skill units.
  • API Research Guidance: Provides a structured process to look up registered Lark APIs, check parameter schemas, and call unregistered Open APIs directly via lark-cli.
  • Use Case: If your team frequently runs Lark meeting room availability checks and sends follow-up notifications to attendees, you can use this Skill to package these steps into a custom skill that eliminates repetitive CLI command writing for every project.

Quick Start

Use the lark-skill-maker skill to create a custom Lark skill that automates sending daily meeting room availability alerts to your project team.

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 OpenAPI calls into reusable automation skills?

To package Lark OpenAPI calls, use a skill maker to encapsulate single API operations or multi-step workflows into standardized, shareable units. This eliminates repetitive manual implementation of Lark integration workflows by generating compliant SKILL.md files for lark-cli.

What is the best way to orchestrate multi-step Lark business processes for team automation?

The best way to orchestrate multi-step Lark business processes is to package them into standardized skill units. This approach handles meeting management, message notification, and approval processing by providing predefined templates and eliminating repetitive CLI command writing.

Can I use lark-cli to call unregistered Lark Open APIs directly?

Yes, you can call unregistered Lark Open APIs directly via lark-cli. The skill creation process provides API research guidance to look up registered Lark APIs, check parameter schemas, and execute unregistered calls within your packaged automation assets.

Do I need to manually configure permissions for custom Lark integration workflows?

You do not need to manually configure permissions from scratch. The skill maker provides permission configuration specifications within the generated SKILL.md file, ensuring your packaged Lark CLI API operations meet compliance requirements for safe team automation.

Does lark-skill-maker support both single API calls and multi-step meeting room workflows?

Yes, lark-skill-maker supports packaging both single Lark OpenAPI calls and multi-step workflows. It applies to scenarios like meeting room availability queries and mass message sending, standardizing them into reusable automation assets.