lark-openapi-explorer

Discover and execute Feishu/Lark OpenAPI paths when existing skills cannot satisfy a request.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/wukangcheng2944/claude-skills --skill lark-openapi-explorer-wukangcheng2944
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lark-openapi-explorer
Source: https://github.com/wukangcheng2944/claude-skills/tree/main/lark-openapi-explorer
Command: npx skills add https://github.com/wukangcheng2944/claude-skills --skill lark-openapi-explorer-wukangcheng2944

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Discover and execute the exact Feishu/Lark OpenAPI endpoints when existing lark-* skills or registered lark-cli commands cannot satisfy a request.

Core Features & Use Cases

  • Smart routing: Reuse existing modules when possible and fall back to OpenAPI discovery when needed.
  • Documentation navigation: Locate relevant API docs and references for fast resolution.
  • Execution guidance: Provide the next API path or lark-cli command to try, with validation before execution.

Quick Start

Ask the AI to initiate an OpenAPI discovery for a Feishu/Lark task that is not covered by current skills.

Frequently Asked Questions about lark-openapi-explorer

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

FAQPage Schema
How do I find the correct Feishu OpenAPI endpoint when lark-cli commands fail?

To find the correct Feishu OpenAPI endpoint, initiate an OpenAPI discovery workflow that validates module availability and provides the exact API path or lark-cli command to execute when existing skills fall short.

What is the best way to discover undocumented Lark API paths for automation tasks?

The best way to discover Lark API paths for automation is using OpenAPI discovery, which navigates documentation, locates relevant references, and validates the endpoint before guiding execution.

Do I need lark-cli installed to execute Feishu OpenAPI discovery workflows?

Yes, you need the lark-cli tool installed to execute Feishu OpenAPI discovery workflows, as the process validates registered lark-cli commands and falls back to raw OpenAPI calls when needed.

Can I reuse existing lark skills instead of falling back to raw OpenAPI calls?

Yes, the discovery workflow prioritizes reusing existing lark skills and registered lark-cli commands, only falling back to raw OpenAPI discovery and execution guidance when current modules cannot satisfy the request.

Why does my lark-cli command not satisfy the Feishu API request I am trying to execute?

Your lark-cli command may not satisfy the request if the specific Feishu API endpoint is not registered in existing modules, requiring an OpenAPI discovery fallback to locate the correct path.

How do I navigate Feishu OpenAPI documentation to locate the right execution path?

To navigate Feishu OpenAPI documentation, initiate a discovery request that targets API path selection, locates relevant references, and validates module availability before providing the next command to try.