lark-openapi-explorer

Retrieve native Feishu/Lark OpenAPI endpoint details from official Markdown documentation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

从官方 Markdown 文档库中检索原生飞书/ Lark OpenAPI 接口,帮助在现有技能或 CLI 封装缺失时获得可用的 API 规范与调用示例。

Core Features & Use Cases

  • 从顶层索引定位相关模块并逐层跳转到目标 API 文档。
  • 提取完整的 API 规范(方法、路径、参数、响应、权限)以供实现或集成。
  • 在缺少现成 CLI 命令时,输出可直接使用的调用示例,覆盖需要原生 OpenAPI 的场景。

Quick Start

从官方文档库检索并输出所需原生 OpenAPI 的完整说明与调用示例。

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 or Lark OpenAPI endpoints not covered by existing CLI wrappers?

This Skill searches the official Feishu or Lark OpenAPI documentation library to locate endpoints missing from existing CLI wrappers. It extracts complete API specifications, including HTTP methods, paths, parameters, and usage rules for direct integration.

What information is included in the Feishu OpenAPI documentation extracted by this tool?

Extracted Feishu OpenAPI documentation includes complete endpoint details: HTTP method, request path, parameters, response schemas, and required permissions. It navigates from the top-level index to the target API module to retrieve these specifications.

When do I need to use the official OpenAPI documentation instead of pre-built lark-* skills?

Use the official OpenAPI documentation when your integration requires native Feishu or Lark API access not exposed by existing lark-* skills or registered CLI commands. It outputs ready-to-use call examples to cover these specific gaps.

How to get complete Feishu OpenAPI call examples for endpoints missing from CLI commands?

To get complete Feishu OpenAPI call examples, the Skill navigates the official documentation index to locate the relevant module and extracts the required endpoint details. It outputs directly usable call examples for native OpenAPI scenarios.

Does this tool work with the Feishu and Lark API official Markdown documentation library?

Yes, this tool works directly with the Feishu and Lark API official Markdown documentation library to retrieve native OpenAPI endpoints. It locates target API documents by navigating from the top-level index through related modules.

What are the limitations of using official Feishu OpenAPI documentation for integration?

The limitation is that this approach retrieves native Feishu OpenAPI specifications but does not provide pre-built CLI command wrappers. It applies specifically to scenarios where users require native OpenAPI access not yet exposed by existing skills.