lark-openapi-explorer

Discover Feishu and Lark OpenAPI endpoints from markdown docs and invoke them via lark-cli.

14|4|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/zephyrwang6/allSkills --skill lark-openapi-explorer-zephyrwang6
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lark-openapi-explorer
Source: https://github.com/zephyrwang6/allSkills/tree/main/lark-openapi-explorer
Command: npx skills add https://github.com/zephyrwang6/allSkills --skill lark-openapi-explorer-zephyrwang6

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you find and call raw Feishu or Lark OpenAPI endpoints when an existing skill or registered CLI command does not cover the task.

Core Features & Use Cases

  • API Discovery: Walks official markdown documentation from top-level indexes to module docs and endpoint specs.
  • CLI Invocation: Converts discovered API specs into direct lark-cli api requests for GET, POST, PUT, PATCH, and DELETE operations.
  • Safe Coverage Gaps: Useful when you need an undocumented-by-CLI capability such as member management, announcements, or other native OpenAPI actions.

Quick Start

Ask the skill to locate the correct Feishu or Lark OpenAPI for your task and return the exact lark-cli api call needed to complete it.

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 raw Feishu or Lark OpenAPI endpoints when existing CLI commands do not cover my task?

You discover raw Feishu and Lark OpenAPI endpoints by walking official markdown documentation from top-level indexes to module docs and endpoint specs, finding the exact API specification needed for your task.

Can I invoke discovered Lark OpenAPI endpoints directly through lark-cli?

Yes, you can invoke discovered Lark OpenAPI endpoint specs as direct lark-cli api requests, executing HTTP methods like GET, POST, PUT, PATCH, and DELETE operations safely through the CLI.

What is the best way to call undocumented Feishu OpenAPI actions like member management or announcements?

The best way to call undocumented Feishu OpenAPI actions like member management is using this Skill to locate the correct native OpenAPI endpoint from official documentation and generate the required lark-cli invocation.

Does this API discovery process respect required scopes and write-operation confirmation rules?

Yes, the API discovery process respects required scopes, parameters, and write-operation confirmation rules to ensure safe and documented invocation of HTTP methods through lark-cli.

Do I need lark-cli installed to use the discovered Lark OpenAPI endpoint specs?

Yes, lark-cli is required to execute the discovered Lark OpenAPI endpoint specs, as the Skill converts the documentation findings into direct lark-cli api requests for actual HTTP invocation.

Why does this API discovery approach start from official markdown documentation instead of a predefined CLI command list?

Starting from official markdown documentation allows comprehensive API discovery that covers native OpenAPI actions not yet registered as predefined CLI commands, safely bridging capability gaps.