lark-openapi-explorer

Discover Feishu/Lark OpenAPI endpoints and generate lark-cli api commands.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When user needs OpenAPI endpoints that are not exposed by existing skills or CLI commands, this skill digs into Feishu/Lark official OpenAPI documentation to uncover native endpoints and guides how to call them.

Core Features & Use Cases

  • Open API discovery: traverses top-level indices and module docs to locate relevant API docs.
  • Precise API extraction: extracts method, path, parameters, and required scopes from official docs.
  • Guided execution: provides a ready-to-run lark-cli api command template to invoke the discovered endpoint.

Quick Start

Find Feishu/Lark OpenAPI endpoints beyond CLI.

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 Feishu OpenAPI endpoints not covered by existing CLI commands?

To find Feishu OpenAPI endpoints beyond CLI, this skill traverses official Feishu/Lark documentation indices and module docs to locate relevant native APIs. It extracts complete API specifications including method, path, parameters, and required scopes for your integration.

Can I get a ready-to-run command template when discovering Lark API documentation?

Yes, Lark API discovery provides a ready-to-run lark-cli api command template after extracting the endpoint specifications. It prepares the invocation by gathering the method, path, and parameters directly from the official documentation to guide execution.

What is the safest way to integrate Feishu APIs without guessing parameters?

The safest way to integrate Feishu APIs is through documentation-driven discovery that enforces extracting explicit permissions and required scopes. This approach avoids guessing API paths or parameters by sourcing complete specifications directly from official docs.

How to extract required scopes and method paths from Lark official documentation?

You can extract required scopes and method paths by applying the discovery workflow to traverse top-level indices and module docs. This process locates the relevant API documentation and precisely extracts the method, path, parameters, and required scopes.

Does lark-openapi-explorer work when existing skills do not cover my Feishu integration needs?

Yes, lark-openapi-explorer is specifically designed for when existing skills or CLI commands do not cover your Feishu integration needs. It digs into official OpenAPI documentation to uncover native endpoints and guides how to call them safely.

What are the limitations of using CLI commands for Feishu API discovery?

CLI commands have limitations when they do not expose specific Feishu OpenAPI endpoints needed for integration. When this happens, you must traverse official documentation indices to uncover native endpoints, as the CLI lacks built-in commands for all available APIs.