feishu-wiki
Feishu knowledge base navigation. Activate when user mentions knowledge base, wiki, or wiki links.
By m1heng · 462 installs
npx skills add m1heng/clawdbot-feishu --skill feishu-wiki
Source repository · Upstream listing
Feishu Wiki Tool
Single tool feishu wiki for knowledge base operations.
Token Extraction
From URL https://xxx.feishu.cn/wiki/ABC123def → token = ABC123def
Actions
List Knowledge Spaces
Returns all accessible wiki spaces.
List Nodes
With parent:
Get Node Details
Returns: node token , obj token , obj type , etc. Use obj token with feishu doc to read/write the document.
Create Node
With type and parent:
obj type : docx (default), sheet , bitable , mindnote , file , doc , slides
Move Node
To different location:
Rename Node
Wiki Doc Workflow
To edit a wiki page:
1. Get node: { "action": "get", "token": "wiki token" } → returns obj token
2. Read doc: feishu doc { "action": "read", "doc token": "obj token" }
3. Write doc: feishu doc { "action": "write", "doc token": "obj token", "content": "..." }
Configuration
Dependency: This tool requires feishu doc to be enabled. Wiki pages are documents use feishu wiki to navigate, then feishu doc to read/edit content.
Permissions
Required: wiki:wiki or wiki:wiki:readonly