lark-openapi-explorer

Locate raw Lark OpenAPI endpoints from official markdown documentation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill bridges the gap when existing lark CLI commands or prebuilt skills cannot satisfy a request by hunting down the raw Feishu/Lark OpenAPI endpoint in the official markdown documentation and translating its guidance if the user prefers English.

Core Features & Use Cases

  • Structured discovery workflow: Follow the documented five-step process to confirm CLI coverage, scan the llms indexes, dive into module notes, and finally grab the detailed API markdown.
  • Safe CLI invocation: Retrieve method, path, parameters, required scopes, and error codes before running lark-cli api so you never guess an API surface, and always confirm write/delete intentions first.
  • Translation-aware output: Convert Chinese doc findings into the user’s language if needed and cite the Feishu or Lark brand entry you walked through.
  • Use Case: When a user needs to add or remove group members but no lark-cli command exists, use this skill to find the corresponding im or contact API and prepare a lark-cli api POST with the correct payload.

Quick Start

Search the Feishu OpenAPI markdown indexes for the missing endpoint and describe how to invoke it with 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 find Lark OpenAPI endpoints when the CLI lacks a specific command?

To find Lark OpenAPI endpoints not covered by CLI, search the official Feishu and Lark markdown documentation indexes to locate raw APIs. This allows you to discover uncovered administrative or messaging endpoints for your specific needs.

What details do I need to extract from Feishu documentation before running lark-cli api?

Before running lark-cli api, extract the HTTP method, endpoint path, parameters, required permission scopes, and error codes from the official markdown documentation. This ensures you never guess the API surface and prepare the correct payload.

Can I use lark-cli to call administrative APIs missing from prebuilt commands?

Yes, you can use lark-cli to call administrative APIs missing from prebuilt commands by locating the raw Feishu or Lark OpenAPI endpoint. You then prepare a lark-cli api call with the correct method, path, and payload extracted from documentation.

How do I safely execute write or delete operations using uncovered Lark APIs?

To safely execute write or delete operations using uncovered Lark APIs, always confirm your intentions before issuing the lark-cli api call. Retrieving the method, path, and required scopes from the markdown documentation ensures you do not guess API surfaces.

Does the Lark API discovery workflow support translating Chinese documentation to English?

Yes, the Lark API discovery workflow supports translating Chinese documentation findings into English. It converts the raw Feishu or Lark markdown guidance into your preferred language while citing the specific brand entry you walked through.