What problem does it solve? Locating and organizing documents inside Feishu (Lark) knowledge bases requires navigating wiki spaces and node hierarchies through APIs, which is tedious to do manually. This Skill lets you query wiki nodes and manage knowledge space structure directly from the lark-cli command line. ## Core Features & Use Cases - Node Lookup: Retrieve information about knowledge space nodes using the wiki.spaces.get_node API. - Schema-First API Calls: Inspect exact parameter structures with lark-cli schema wiki.<resource>.<method> before invoking any API, avoiding malformed requests. - Permission Awareness: Built-in scope table (e.g., wiki:node:read) clarifies which permissions each method requires. - Use Case: When a user asks where a document lives in the company knowledge base, use this Skill to resolve the wiki node and locate the document within the space hierarchy. ## Quick Start Ask the assistant to look up a Feishu wiki node by its token using the lark-cli wiki spaces get_node command.