lark-openapi-explorer

Discover Feishu/Lark OpenAPI endpoints from official markdown docs and invoke via lark-cli api.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When user requests cannot be satisfied by existing lark-* skills or lark-cli registered commands, this skill locates and surfaces native Feishu/Lark OpenAPI endpoints from official markdown doc libraries and guides how to call them.

Core Features & Use Cases

  • Hierarchical discovery across the OpenAPI documentation tree (llms.txt → llms-<module>.txt → <api-doc>.md) to surface exact endpoints.
  • Language support: outputs technical details in English and translates Chinese API docs when needed.
  • OpenAPI invocation guidance: provides a ready-to-use pattern to call raw endpoints via lark-cli api when no CLI-wrapped command exists.

Quick Start

Query the Feishu/Lark OpenAPI docs to locate the target endpoint and invoke it with lark-cli api when the CLI doesn't expose the desired operation.

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 and invoke native Feishu/Lark OpenAPI endpoints when lark-cli lacks a registered command?

To discover native Feishu/Lark OpenAPI endpoints, parse the hierarchical official markdown documentation tree from llms.txt to module docs and individual API docs. This surfaces exact endpoints ready for direct invocation via lark-cli api when no CLI-wrapped command exists.

What is the best way to find unwrapped Feishu OpenAPI operations across multi-level markdown documents?

The best way to find unwrapped Feishu OpenAPI operations is a hierarchical discovery process: parse the top-level index llms.txt, navigate to module docs llms-docs, and extract exact endpoint details from individual API docs for complete API call instructions.

Can I translate Chinese Feishu API documentation to English for technical implementation?

Yes, you can translate Chinese Feishu API documentation to English. The skill outputs technical details in English and translates Chinese API docs when needed, ensuring you receive complete API call instructions suitable for direct lark-cli api usage.

Does lark-cli api support invoking raw Feishu OpenAPI endpoints discovered from official docs?

Yes, lark-cli api supports invoking raw Feishu OpenAPI endpoints. After discovering the target endpoint from official markdown doc libraries, the skill provides a ready-to-use pattern to call raw endpoints directly via lark-cli api when no CLI-wrapped command exists.

When should I use this OpenAPI discovery approach instead of existing lark-* skills?

You should use this OpenAPI discovery approach when user requests cannot be satisfied by existing lark-* skills or lark-cli registered commands. It locates and surfaces native Feishu/Lark OpenAPI endpoints from official markdown doc libraries and guides how to call them.