What problem does it solve?
Feishu wiki pages are often scattered across spaces and represented by opaque tokens, making it hard to locate, inspect, and perform basic page operations quickly. This Skill streamlines discovery and management of Feishu knowledge base nodes so users can find, open, and prepare pages for reading or editing without manual API fiddling.
Core Features & Use Cases
- Space and Node Discovery: List accessible wiki spaces and enumerate nodes within a space or under a parent node to locate content.
- Node Details & Token Extraction: Extract page tokens from Feishu wiki URLs and retrieve node metadata including obj_token and obj_type needed for document operations.
- Node Management: Create, move, and rename wiki nodes and coordinate with the feishu_doc tool to read or write page content.
- Use Case: Find a wiki page by URL, obtain its document token, and hand it off to the document tool to update content or perform programmatic edits.
Quick Start
Find the wiki node for a given Feishu URL, retrieve its obj_token, and request the feishu_doc tool to read or write the page content.