lark-skill-maker

Create reusable Lark CLI Skills with SKILL.md templates and API calls.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Building reusable, standardized Skills for the Lark CLI to encapsulate API interactions and automate workflows.

Core Features & Use Cases

  • Provides a consistent SKILL.md template and structure for new Skills.
  • Enables wrapping atomic API calls or multi-step orchestrations into reusable CLI commands.
  • Use Case: a developer packages a common task (e.g., querying an API) into a single Skill for reuse across agents.

Quick Start

Install and configure a new Skill by following the repository’s template guidelines to add lark-cli based 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 automation workflows for the Lark CLI?▼

To create reusable automation workflows for the Lark CLI, you package API interactions into a standardized Skill structure using a SKILL.md template. This encapsulates atomic API calls or multi-step orchestrations into reusable CLI commands.

What is a Lark CLI Skill and what problem does it solve?▼

A Lark CLI Skill is a standardized directory containing a SKILL.md file that defines a name, description, and optional bins. It solves the problem of building reusable, standardized commands to encapsulate API interactions and automate workflows across agents.

How do I package an OpenAPI interaction into a single CLI command?▼

You package an OpenAPI interaction into a single CLI command by applying a consistent SKILL.md template that wraps the atomic API call. This creates a new Skill that can be installed and reused for automated workflows within the Lark CLI.

Do I need specific dependencies to build Lark CLI Skills for API automation?▼

No specific dependencies are required to build Lark CLI Skills for API automation. You only need to follow the repository's template guidelines to structure a root directory with a SKILL.md file containing the required frontmatter and descriptive body.

What is the best way to structure multi-step orchestrations for Lark automation?▼

The best way to structure multi-step orchestrations for Lark automation is using the provided SKILL.md template. It ensures your workflow meets the frontmatter requirement by defining a root directory with a name, description, and optional bins for seamless execution.

Can I use this template to orchestrate multi-step workflows across different agents?▼

Yes, you can use this template to orchestrate multi-step workflows across different agents. It provides a consistent structure for packaging common tasks and API calls into a single Skill, enabling standardized reuse across various automated environments.