What problem does it solve?
Feishu wiki navigation is cumbersome when you need to locate pages from shared links, enumerate spaces or nodes, and prepare documents for reading or editing. This Skill extracts tokens from Feishu wiki URLs, surfaces space and node structures, and hands off document tokens to the document tool so you can open or modify content reliably.
Core Features & Use Cases
- Token Extraction: Extract the wiki token from Feishu URLs to identify the target node.
- Space & Node Discovery: List all accessible wiki spaces and enumerate nodes within a space, optionally scoped by parent node.
- Node Management: Retrieve node details (including obj_token and obj_type), create new pages with type/parent, move nodes between spaces or parents, and rename pages.
- Wiki-Doc Workflow: Provide obj_token for use with feishu_doc to read or write the underlying document content.
- Use Case: Given a wiki link shared in chat, use this Skill to find the node token, return obj_token, and enable automated content updates via the document tool.
Quick Start
Use the feishu-wiki tool to list wiki spaces, locate the node for URL https://xxx.feishu.cn/wiki/ABC123def, and return the obj_token so feishu_doc can read the page.