lark-openapi-explorer

Identify native Feishu/Lark OpenAPI endpoints from official markdown documentation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When existing lark-* skills or lark-cli coverage is insufficient, this skill searches Feishu/Lark OpenAPI documentation to locate native, unwrapped endpoints for user requests.

Core Features & Use Cases

  • Layer-by-layer discovery from official docs (llms.txt, module docs, API docs)
  • Non-CLI-wrapped endpoint identification and guided raw API calls via lark-cli
  • Support for bilingual output: present Chinese-origin docs in English when needed for user clarity

Quick Start

Begin by locating the relevant module in Feishu/Lark OpenAPI docs, identify the exact API path, and test it using the 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 find native Feishu OpenAPI endpoints not covered by lark-cli?

To find native Feishu OpenAPI endpoints, search official Feishu/Lark markdown documentation layer-by-layer to identify unwrapped API paths, verify scopes, and prepare raw API calls via lark-cli when existing commands are insufficient.

How do I verify API scopes and permissions for Lark OpenAPI endpoints?

You verify Lark OpenAPI endpoint scopes by strictly adhering to official documentation, which details required permissions and methods for each API path to ensure safe, auditable raw API calls.

What is the process for discovering unwrapped Feishu APIs from documentation?

Discovering unwrapped Feishu APIs involves searching official documentation starting from llms.txt, navigating module docs, and pinpointing exact API paths to test using the lark-cli api command.

Can I use lark-cli to make raw API calls for endpoints missing from existing commands?

Yes, you can use lark-cli to make raw API calls for missing endpoints by identifying the exact API path from Feishu/Lark OpenAPI documentation and testing it with the lark-cli api command.

Does the Feishu OpenAPI discovery process support translating Chinese documentation to English?

Yes, the Feishu OpenAPI discovery process supports bilingual output, translating Chinese-origin official documentation into English when needed to provide clarity for developers.