lark-openapi-explorer

Locate unwrapped Feishu OpenAPI endpoints and return validated lark-cli api calls.

16.3k|1.3k|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/larksuite/cli --skill lark-openapi-explorer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lark-openapi-explorer
Source: https://github.com/larksuite/cli/tree/main/skills/lark-openapi-explorer
Command: npx skills add https://github.com/larksuite/cli --skill lark-openapi-explorer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When user needs OpenAPI endpoints that are not yet wrapped by existing skills or CLI commands, this explorer helps locate and surface the native Feishu OpenAPI in official docs, so you can call them directly.

Core Features & Use Cases

  • Layered discovery: traverses official OpenAPI doc trees to identify endpoints not yet wrapped.
  • Accurate API extraction: returns HTTP method, path, parameters, and required scopes.
  • Safe invocation guidance: provides authentication requirements and sample lark-cli api calls.

Quick Start

Find a missing OpenAPI endpoint in Feishu's official documentation and prepare a raw lark-cli api call.

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

To find native Feishu OpenAPI endpoints not wrapped by lark-cli commands, use an explorer that traverses the official docs hierarchy to locate relevant modules and return full HTTP methods, paths, parameters, and authorization scopes for direct API calls.

What do I need to call a Feishu OpenAPI endpoint directly using lark-cli?

To call a Feishu OpenAPI endpoint directly using lark-cli, you need the exact HTTP method, API path, required parameters, and correct authorization scopes. The explorer extracts validated authentication requirements and sample lark-cli api calls for immediate invocation.

How does OpenAPI discovery locate exact method paths and authorization scopes for Feishu APIs?

OpenAPI discovery locates exact method paths and authorization scopes for Feishu APIs by traversing the official documentation tree, enforcing strict adherence to validate API paths, parameters, and permissions suitable for direct API calls.

Can I extract sample lark-cli calls for unwrapped Feishu API endpoints?

Yes, you can extract sample lark-cli calls for unwrapped Feishu API endpoints. The explorer surfaces safe invocation guidance, providing authentication requirements and exact API paths extracted from official documentation for immediate lark-cli api usage.

Does strict OpenAPI exploration guarantee validated parameters for direct Feishu API calls?

Strict OpenAPI exploration guarantees validated parameters for direct Feishu API calls by enforcing strict adherence to official documentation. It only outputs exact API paths, parameters, and permissions validated against the official docs hierarchy.

When should I explore native OpenAPI endpoints instead of using existing Feishu CLI commands?

You should explore native OpenAPI endpoints instead of using existing Feishu CLI commands when you need to invoke a specific Feishu API that is not yet wrapped by existing skills or commands, allowing direct lark-cli api usage of the raw endpoint.