lark-openapi-explorer

Parse Feishu/Lark OpenAPI docs to generate lark-cli api commands.

76|14|Updated Apr 18, 2026
One-click install
npx skills add https://github.com/jingsongliujing/Feishu-CLI-Web --skill lark-openapi-explorer-jingsongliujing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lark-openapi-explorer
Source: https://github.com/jingsongliujing/Feishu-CLI-Web/tree/main/backend/app/skills/lark_cli/skills/lark-openapi-explorer
Command: npx skills add https://github.com/jingsongliujing/Feishu-CLI-Web --skill lark-openapi-explorer-jingsongliujing

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps engineers locate native Feishu/Lark OpenAPI endpoints that are not yet exposed by existing skills or CLI commands, by traversing official Markdown documentation and surfacing actionable API calls.

Core Features & Use Cases

  • Discover OpenAPI endpoints from Feishu/Lark documentation when no existing skill covers them
  • Extract and summarize HTTP method, path, parameters, required permissions, and example usage
  • Generate CLI-ready calls using lark-cli api to execute the discovered endpoints in real workflows

Quick Start

Provide a natural language request such as 'Show me the create user API' and I will locate the relevant docs and generate a ready-to-run lark-cli api command.

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

You can discover native Feishu OpenAPI endpoints by traversing official Markdown documentation to locate interfaces not yet exposed by existing commands. This skill surfaces actionable API calls by parsing the docs for endpoints.

Can I generate lark-cli api commands from Feishu OpenAPI documentation?

Yes, you can generate lark-cli api commands from Feishu OpenAPI documentation. The skill parses Markdown docs to extract HTTP method, path, parameters, and permissions, producing precise CLI-ready calls for real workflows.

What information is extracted from Feishu OpenAPI Markdown docs?

Feishu OpenAPI Markdown docs are parsed to extract the HTTP method, path, parameters, required permissions, and example usage. This provides a complete summary needed to invoke raw OpenAPI interfaces.

How to invoke raw Feishu OpenAPI interfaces when no existing skill covers them?

To invoke raw Feishu OpenAPI interfaces, provide a natural language request like 'Show me the create user API'. The skill locates the relevant docs and generates a ready-to-run lark-cli api call for execution.

Does lark-openapi-explorer work with official Feishu Markdown documentation?

Yes, lark-openapi-explorer works with official Feishu Markdown documentation. It traverses these docs to identify native OpenAPI endpoints, document their usage, and generate CLI-ready calls for developers.