lark-openapi-explorer

Parse Feishu/Lark OpenAPI markdown docs to locate and invoke native endpoints via lark-cli.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When your required Feishu or Lark operation is not supported by existing lark skills or lark-cli registered commands, this skill eliminates manual documentation searching by guiding you to locate and invoke the correct native OpenAPI endpoint directly.

Core Features & Use Cases

  • Native API Discovery: Parses official Feishu/Lark OpenAPI markdown documentation libraries to find unregistered, unencapsulated native interfaces for any platform operation.
  • Guided Invocation Workflow: Provides a step-by-step process to verify existing tool gaps, locate the correct API specification, and call it via lark-cli with proper parameters.
  • Use Case: If you need to set a custom announcement for a Feishu group and the default lark-cli im command has no relevant option, this skill finds the exact PATCH endpoint and required request parameters for you.

Quick Start

Use the lark-openapi-explorer skill to find and call the native Feishu OpenAPI required to add multiple specified users to a private group chat when the standard lark-cli im command does not support this batch member addition 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 call Feishu OpenAPI endpoints not supported by lark-cli commands?

To call unsupported Feishu OpenAPI endpoints, you can locate and invoke native interfaces directly via lark-cli by parsing official OpenAPI markdown documentation libraries, bypassing the need for pre-built command shortcuts.

Can I batch add multiple users to a private Feishu group chat using lark-cli?

Yes, when standard lark-cli im commands lack batch member addition options, you can find the exact native OpenAPI endpoint and required request parameters to add multiple specified users to a private group chat.

What is the best way to publish custom announcements to a Feishu group when default commands fail?

The best way to publish custom announcements is to locate the specific PATCH endpoint from the Feishu OpenAPI markdown documentation and invoke it directly via lark-cli with the correct parameters.

Does lark-cli support unregistered Feishu platform operations like group management?

Yes, lark-cli supports unregistered Feishu platform operations by locating the correct native API specification and calling the endpoint directly, covering custom scenarios like group and member management.

Why do I need to parse Feishu OpenAPI markdown documentation libraries for custom workflows?

Parsing Feishu OpenAPI markdown documentation libraries is required to discover unencapsulated native interfaces, verifying existing tool gaps and extracting the exact endpoint specifications needed for custom workflow operations.

Are there limitations to using pre-built Feishu skills for custom platform operations?

Pre-built Feishu skills and registered lark-cli commands are limited to default operations, requiring direct native OpenAPI endpoint invocation via lark-cli for unsupported custom scenarios like batch member management.