lark-openapi-explorer

Discovers Feishu/Lark OpenAPI endpoints from official docs and invokes them via lark-cli api.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When existing skills or CLI commands do not cover a needed Feishu/Lark OpenAPI, this skill helps discover native OpenAPI endpoints from the official documentation and then execute them via lark-cli api.

Core Features & Use Cases

  • Layered discovery: fetch top-level docs, identify related modules, and locate specific API specifications.
  • Accurate invocation: provide precise API details (method, path, params, scopes) and demonstrate CLI calls.
  • Real-world scenarios: use when no registered skill or CLI command covers the required endpoint to perform direct API calls.

Quick Start

Describe your required Feishu/Lark OpenAPI, and I will locate and call the exact API using 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 discover Feishu OpenAPI endpoints not covered by existing skills?

To discover Feishu OpenAPI endpoints, this skill navigates official markdown documentation and module docs to locate specific API specifications and surface unwrapped endpoints for direct access.

How do I call a Lark API endpoint directly using lark-cli?

You can call a Lark API endpoint directly by describing your requirement; the skill captures precise invocation specifications including methods, parameters, scopes, and generates example CLI calls for execution.

What is the best way to find native Lark OpenAPI specifications for direct API access?

The best way to find native Lark OpenAPI specifications is performing layered discovery across official documentation to fetch top-level docs, identify related modules, and extract exact endpoint details.

Can I execute Feishu API calls when no registered CLI command covers the required endpoint?

Yes, you can execute Feishu API calls when no registered CLI command covers the endpoint by discovering the native OpenAPI specification and invoking it directly via lark-cli api.

Does this approach provide the required scopes and parameters for Feishu OpenAPI requests?

Yes, this approach provides the required scopes and parameters by capturing a precise discovery and invocation specification from the official API docs, ensuring accurate endpoint execution.