What problem does it solve? When existing lark-* skills or lark-cli registered commands cannot fulfill a request, this Skill locates the raw Feishu/Lark OpenAPI endpoint from the official markdown documentation library and calls it directly, so you are never blocked by missing CLI wrappers. ## Core Features & Use Cases - Layered Documentation Mining: Traverses the official llms.txt index, module documents, and individual API docs step by step to find exact API specifications without guessing. - Raw API Invocation: Executes discovered endpoints through lark-cli api with GET, POST, PUT, PATCH, and DELETE methods, including path parameters, query strings, and request bodies. - Structured Output & Safety: Presents API name, method, path, parameters, required permission scopes, and call examples, with mandatory confirmation before write or delete operations. - Use Case: A user needs to add members to a group chat, but lark-cli im has no such command. The Skill mines the docs to find POST /open-apis/im/v1/chats/:chat_id/members and invokes it with the correct id_list payload. ## Quick Start Find the native Feishu OpenAPI for setting a group chat announcement and call it for chat oc_xxx since no existing CLI command covers it.