What problem does it solve? When existing lark-* skills or lark-cli registered commands cannot fulfill a request, this Skill locates the underlying native Feishu/Lark OpenAPI endpoint in the official documentation and calls it directly, eliminating the need to manually browse API docs. ## Core Features & Use Cases - Layered Documentation Mining: Traverses the official llms.txt index, module documents, and individual API pages to find exact endpoint specifications. - Raw API Invocation: Executes discovered endpoints via lark-cli api with GET, POST, PUT, PATCH, and DELETE methods, including path parameters, query strings, and request bodies. - Structured Output: Presents each result with HTTP method, path, required parameters, permission scopes, a ready-to-run command, and safety notes. - Use Case: A user wants to add members to a Feishu group chat, but no CLI command exists. The Skill mines the docs, finds POST /open-apis/im/v1/chats/:chat_id/members, and executes it with the correct id_list payload. ## Quick Start Find the native Feishu OpenAPI endpoint for setting a group chat announcement and call it for chat oc_xxx.