What problem does it solve?
When existing lark skills or lark-cli registered commands cannot meet your Feishu/Lark operation needs, you no longer need to manually sift through official documentation to find the correct API and its call parameters. This skill automates the entire process of locating and validating native OpenAPI interfaces.
Core Features & Use Cases
- Layered Official Doc Mining: Navigates the official Feishu/Lark OpenAPI markdown documentation hierarchy from top-level index down to individual API full specifications, eliminating guesswork.
- Safe Native API Invocation: Guides you to call unencapsulated APIs via lark-cli with built-in security guardrails for write and delete operations.
- Use Case: For example, if you need to add members to a Feishu group but the lark-cli has no pre-built command for this operation, this skill finds the correct API, extracts all required parameters and permissions, and helps you invoke it safely.
Quick Start
Use the lark-openapi-explorer skill to find and call the Feishu API for adding members to a group when the existing lark-cli command does not support this operation.