What problem does it solve? Feishu knowledge bases are organized as wiki spaces with nested nodes, and finding or editing a specific page requires navigating opaque tokens and node hierarchies. This Skill provides a single tool to list spaces, browse nodes, and create, move, or rename wiki pages without manual API calls. ## Core Features & Use Cases - Space and Node Navigation: List all accessible wiki spaces and enumerate nodes within a space or under a parent node. - Node Management: Create pages of various types (docx, sheet, bitable, mindnote, slides), move nodes between spaces or parents, and rename nodes. - Wiki-Doc Workflow: Resolve a wiki token to its underlying document token, then read or edit the content through the feishu_doc tool. - Use Case: A user pastes a Feishu wiki link and asks to update the page. The Skill extracts the token from the URL, fetches the node to get its obj_token, then hands off to feishu_doc to read and rewrite the content. ## Quick Start List all my Feishu wiki spaces and show the pages inside the engineering knowledge base.