What problem does it solve? When existing lark-* skills or registered lark-cli commands cannot fulfill a Feishu/Lark request, this Skill locates the underlying native OpenAPI endpoint in the official documentation and calls it directly, closing the coverage gap of the CLI. ## Core Features & Use Cases - Layered Documentation Mining: Traverses the official llms.txt index, module documents, and individual API markdown pages to find exact API specifications without guessing. - Raw API Invocation: Executes discovered endpoints via lark-cli api with GET, POST, PUT, PATCH, and DELETE methods, including path, query, and body parameters. - Structured Output: Reports API name, HTTP method and path, key parameters, required permission scopes, a ready-to-run command example, and usage caveats. - Use Case: A user asks to add members to a group chat, but lark-cli im has no such command. The Skill mines the docs, finds POST /open-apis/im/v1/chats/:chat_id/members, and invokes it with the correct open_id list. ## Quick Start Find the native Feishu OpenAPI for setting a group chat announcement and call it for chat oc_xxx.