lark-openapi-explorer

Discover undocumented Feishu/Lark OpenAPI endpoints and return complete API specifications.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams discover native Feishu/Lark OpenAPI endpoints that are not yet wrapped by existing lark-* skills or lark-cli, enabling direct integration when needed.

Core Features & Use Cases

  • OpenAPI discovery: Navigate the official Feishu/Lark documentation to identify authentic OpenAPI endpoints.
  • Direct integration: Prepare discovered endpoints for immediate usage with lark-cli api, bypassing pre-registered commands.
  • Use Case: When a user needs a function not yet exposed by the toolkit, use this skill to locate and outline the exact API signature.

Quick Start

Locate a native Feishu/Lark OpenAPI in the official docs, then call it via lark-cli api.

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 native Feishu OpenAPI endpoints not exposed by lark-cli?

To find native Feishu OpenAPI endpoints, navigate the official documentation repository from the top-level index to individual API docs. This locates unwrapped endpoints and maps them to concrete API schemas for direct integration.

What is the best way to call a Feishu API not yet wrapped by existing lark-* skills?

The best way to call an unwrapped Feishu API is to discover its exact API signature and specification, then execute it directly using lark-cli api. This bypasses the need for pre-registered commands or toolkit wrappers.

How do I get the complete API specification for a specific Lark OpenAPI endpoint?

You get a complete API specification by applying a search workflow to Feishu's OpenAPI repository. It returns the method, path, required parameters, responses, scope, and an example lark-cli api invocation for the endpoint.

Can I use lark-cli to integrate Feishu functions missing from pre-registered commands?

Yes, you can use lark-cli to integrate missing Feishu functions. By locating the native endpoint in official docs, you can prepare and call it via lark-cli api, bypassing pre-registered commands for immediate direct integration.

Does Feishu OpenAPI discovery require installing additional CLI wrappers?

Feishu OpenAPI discovery does not require additional CLI wrappers. It searches the official documentation directly to identify authentic endpoints, returning a specification you can invoke immediately using existing lark-cli api commands.

When should I use native OpenAPI discovery instead of existing lark-* skills?

You should use native OpenAPI discovery when a user needs a function not yet exposed by the existing lark-* skills or lark-cli toolkit. It locates the exact API signature to enable direct integration when needed.