lark-skill-maker

Create reusable Lark Skills with a single SKILL.md and YAML frontmatter.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/erencoding/agent-skill-openclaw --skill lark-skill-maker-erencoding
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lark-skill-maker
Source: https://github.com/erencoding/agent-skill-openclaw/tree/main/custom-skills/lark-skill-maker
Command: npx skills add https://github.com/erencoding/agent-skill-openclaw --skill lark-skill-maker-erencoding

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

通过一个简化流程,帮助开发者仅用一个 SKILL.md 即可定义、发布和复用 Lark Skills 的结构与行为。

Core Features & Use Cases

  • 通过一个 SKILL.md 定义 Skill 的元信息、触发条件和执行逻辑。
  • 将已注册 API、Shortcut 调用、以及 OpenAPI 的裸调流程封装成可复用的技能,提升开发与运维效率。
  • 提供模板与最佳实践,帮助团队快速落地 Lark CLI 自动化场景。

Quick Start

Create a new Skill by writing a single SKILL.md and test it with lark-cli commands.

Frequently Asked Questions about lark-skill-maker

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

FAQPage Schema
How do I create reusable Lark Skills from a single markdown file?

You can create reusable Lark Skills by writing a single SKILL.md file that defines the metadata, trigger conditions, and execution logic for your automation workflows. This file serves as the entry point for lark-cli commands.

What is the best way to wrap API calls and Shortcuts into portable CLI skills?

Wrapping API calls, Shortcuts, and OpenAPI explorations into portable CLI skills is done by defining their execution logic within a single SKILL.md file. This enforces a consistent structure with YAML frontmatter for lark-cli automation.

Do I need to install lark-cli to use templates for workflow automation?

Yes, lark-cli is required to test and run the Lark Skills you create. The Skill structure relies on the lark-cli tool to execute the automation workflows and commands defined in your SKILL.md file.

How does YAML frontmatter structure work in a SKILL.md file?

The YAML frontmatter in a SKILL.md file enforces a consistent Skill structure by requiring a name and description, while optionally listing dependencies or resources. This metadata defines the trigger conditions and execution behavior for lark-cli.

Can I use lark-skill-maker to build documentation and templates for team automation?

Yes, you can use it to provide templates and best practices that help teams quickly wrap registered APIs and OpenAPI explorations into reusable skills. This streamlines the creation of consistent CLI-driven automation scenarios for development and operations.

Why does my Lark Skill execution fail when running lark-cli commands?

Execution failures often occur if the SKILL.md file lacks the required YAML frontmatter fields for name and description. Ensuring your dependencies and execution logic are correctly defined will maintain the consistent Skill structure needed for lark-cli.