26.2.21openclaw-viking/extensions/feishu/skills/feishu-wiki/SKILL.md
Feishu knowledge base navigation. Activate when user mentions knowledge base, wiki, or wiki links.
npx skillsauth add adoresever/agi_ananans feishu-wikiInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Single tool feishu_wiki for knowledge base operations.
From URL https://xxx.feishu.cn/wiki/ABC123def → token = ABC123def
{ "action": "spaces" }
Returns all accessible wiki spaces.
{ "action": "nodes", "space_id": "7xxx" }
With parent:
{ "action": "nodes", "space_id": "7xxx", "parent_node_token": "wikcnXXX" }
{ "action": "get", "token": "ABC123def" }
Returns: node_token, obj_token, obj_type, etc. Use obj_token with feishu_doc to read/write the document.
{ "action": "create", "space_id": "7xxx", "title": "New Page" }
With type and parent:
{
"action": "create",
"space_id": "7xxx",
"title": "Sheet",
"obj_type": "sheet",
"parent_node_token": "wikcnXXX"
}
obj_type: docx (default), sheet, bitable, mindnote, file, doc, slides
{ "action": "move", "space_id": "7xxx", "node_token": "wikcnXXX" }
To different location:
{
"action": "move",
"space_id": "7xxx",
"node_token": "wikcnXXX",
"target_space_id": "7yyy",
"target_parent_token": "wikcnYYY"
}
{ "action": "rename", "space_id": "7xxx", "node_token": "wikcnXXX", "title": "New Title" }
To edit a wiki page:
{ "action": "get", "token": "wiki_token" } → returns obj_tokenfeishu_doc { "action": "read", "doc_token": "obj_token" }feishu_doc { "action": "write", "doc_token": "obj_token", "content": "..." }channels:
feishu:
tools:
wiki: true # default: true
doc: true # required - wiki content uses feishu_doc
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.
Required: wiki:wiki or wiki:wiki:readonly
testing
Simulate a strict academic reviewer and produce a manuscript risk report without editing the draft. Use when the user asks to act as a reviewer, find weaknesses before submission, inspect evidence gaps, check overclaims, evaluate manuscript readiness, combine advisor notes or meeting minutes into revision priorities, or generate a 审稿人模拟检查 report.
development
Build or reorganize an academic paper project workspace with clear folders and local instructions for literature, drafts, feedback, extracted text, and output reports. Use when the user wants to set up a论文工作台, organize mixed manuscript materials, create project rules, or prepare a stable workflow before citation checking, evidence matching, reviewer simulation, or manuscript revision.
testing
Match manuscript claims against user-provided literature and produce a traceable claim-evidence table. Use when the user asks to add references, check whether PDFs support manuscript statements, find supporting or opposing evidence from a literature folder, distinguish strong support from background support, or create a 论点-证据匹配 report for an academic draft.
development
Twitter/X data via the 6551 API. Supports user profiles, tweet search, user tweets, follower events, deleted tweets, and KOL followers.