What problem does it solve? Working with Feishu knowledge bases requires juggling space IDs, node tokens, and document tokens across multiple API calls. This Skill consolidates wiki navigation and node management into one tool, so you can list spaces, browse nodes, and create or reorganize pages without memorizing the Feishu API. ## Core Features & Use Cases - Space and Node Navigation: List all accessible wiki spaces and browse node trees with optional parent filtering. - 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 with 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 top-level nodes in the first one.