lark-openapi-explorer

Find unwrapped Feishu/Lark OpenAPI endpoints in official markdown documentation.

20|1|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/ImChong/Humanoid_Robot_Learning_Paper_Notebooks --skill lark-openapi-explorer-imchong
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lark-openapi-explorer
Source: https://github.com/ImChong/Humanoid_Robot_Learning_Paper_Notebooks/tree/main/.agents/skills/lark-openapi-explorer
Command: npx skills add https://github.com/ImChong/Humanoid_Robot_Learning_Paper_Notebooks --skill lark-openapi-explorer-imchong

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps developers discover native Feishu/Lark OpenAPI interfaces that are not wrapped by existing lark-* skills or lark-cli commands, enabling direct integration with official APIs.

Core Features & Use Cases

  • Hierarchical navigation of Feishu/Lark OpenAPI documentation hosted in the official markdown repository (llms.txt → llms-<module>.txt → api-doc.md) to surface relevant endpoints.
  • Language handling: outputs in Chinese by default with translation to English when needed, providing complete API details.
  • CLI-ready results: returns exact HTTP method, path, required parameters, scopes, and a ready-to-run lark-cli api command for invocation.

Quick Start

Use this skill to locate a native Feishu/Lark OpenAPI endpoint when existing commands do not cover the request.

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 lark-cli commands?

You can locate native Feishu OpenAPI endpoints by navigating the official Feishu markdown repository hierarchy. This surfaces unwrapped endpoints with exact HTTP methods, paths, required parameters, scopes, and ready-to-run lark-cli commands for direct integration.

What details are included when discovering a Lark API specification?

A discovered Lark API specification includes the exact HTTP method, endpoint path, required parameters, and authorization scopes. It also provides a ready-to-run lark-cli api command for immediate invocation of the native endpoint.

How do I invoke native Feishu APIs that lack dedicated lark-cli wrappers?

You can invoke native Feishu APIs lacking dedicated lark-cli wrappers by finding the endpoint specification in the official markdown repository. The output provides a ready-to-run lark-cli api command configured with the correct method, path, and parameters for direct execution.

Can I search the Feishu OpenAPI documentation directly for specific endpoints?

Yes, you can search the Feishu OpenAPI documentation directly for specific endpoints. The process applies a hierarchical search workflow to the official markdown repository, ensuring no assumptions are made beyond the documented API surfaces to find exact matches.

Does the Feishu API discovery process support English output?

Yes, the Feishu API discovery process supports English output. It defaults to Chinese but translates the complete API details, including method, path, parameters, and scopes, to English when needed for the user.

What are the limitations of discovering Lark OpenAPI endpoints through the documentation repository?

The limitation of discovering Lark OpenAPI endpoints through the documentation repository is that it strictly adheres to documented API surfaces. It makes no assumptions beyond the official markdown repository, meaning undocumented or hidden endpoints cannot be discovered.