lark-skill-maker

Create customizable lark-cli Skills by orchestrating Flyscope API calls.

Updated May 11, 2026
One-click install
npx skills add https://github.com/heximao/agents --skill lark-skill-maker-heximao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lark-skill-maker
Source: https://github.com/heximao/agents/tree/main/skill-archive/lark/lark-skill-maker
Command: npx skills add https://github.com/heximao/agents --skill lark-skill-maker-heximao

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires lark-cli, and includes scripts (resource) components.

What problem does it solve?

This Skill addresses the need for encapsulating Flyscope API operations into reusable Skills, suitable for users who want to package atomic APIs or orchestrate multi-step workflows.

Core Features & Use Cases

  • Custom Skill Creation: Users can create Skills to wrap Flyscope API operations, simplifying the process of building and managing API-based tasks.
  • CLI Command Execution: Based on lark-cli, the Skill allows for executing CLI commands, including registered APIs, shortcuts, and arbitrary OpenAPI endpoints.
  • API Research and Documentation: Offers tools for API discovery and documentation, aiding in understanding and implementing API usage.

Quick Start

To create a new Skill using the lark-skill-maker, follow the instructions provided in the SKILL.md template to define the Skill's operations and required scope.

Frequently Asked Questions about lark-skill-maker

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

FAQPage Schema
How do I encapsulate Flyscope API operations into reusable command-line interface tasks?

You can encapsulate Flyscope API operations into reusable command-line interface tasks by creating customizable Skills that orchestrate multi-step workflows and package atomic APIs for execution via lark-cli.

What is the best way to orchestrate multi-step API workflows using lark-cli?

Orchestrating multi-step API workflows using lark-cli is best achieved by creating custom Skills that wrap and sequence Flyscope API calls, allowing you to automate complex CLI command execution.

How do I discover and document Flyscope APIs for CLI automation?

To discover and document Flyscope APIs for CLI automation, use the API research and documentation tools provided within the Skill creation environment to understand and implement endpoint usage.

Does lark-skill-maker require lark-cli to execute registered APIs and OpenAPI endpoints?

Yes, lark-skill-maker requires lark-cli as a dependency to execute registered APIs, shortcuts, and arbitrary OpenAPI endpoints defined within your custom Skills.

Can I package arbitrary OpenAPI endpoints as shortcuts using lark-cli?

Yes, you can package arbitrary OpenAPI endpoints as shortcuts by defining the operations and required scope in the SKILL.md template, enabling execution through lark-cli commands.