feishu-wiki by m1heng/clawdbot-feishu
npx skills add https://github.com/m1heng/clawdbot-feishu --skill feishu-wiki用于知识库操作的单一工具 feishu_wiki。
从 URL https://xxx.feishu.cn/wiki/ABC123def → token = ABC123def
{ "action": "spaces" }
返回所有可访问的 wiki 空间。
{ "action": "nodes", "space_id": "7xxx" }
指定父节点:
{ "action": "nodes", "space_id": "7xxx", "parent_node_token": "wikcnXXX" }
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
{ "action": "get", "token": "ABC123def" }
返回:node_token、obj_token、obj_type 等。使用 obj_token 配合 feishu_doc 来读写文档。
{ "action": "create", "space_id": "7xxx", "title": "New Page" }
指定类型和父节点:
{ "action": "create", "space_id": "7xxx", "title": "Sheet", "obj_type": "sheet", "parent_node_token": "wikcnXXX" }
obj_type:docx(默认)、sheet、bitable、mindnote、file、doc、slides
{ "action": "move", "space_id": "7xxx", "node_token": "wikcnXXX" }
移动到不同位置:
{ "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" }
要编辑一个 wiki 页面:
{ "action": "get", "token": "wiki_token" } → 返回 obj_tokenfeishu_doc { "action": "read", "doc_token": "obj_token" }feishu_doc { "action": "write", "doc_token": "obj_token", "content": "..." }channels:
feishu:
tools:
wiki: true # 默认值:true
doc: true # 必需 - wiki 内容使用 feishu_doc
依赖项: 此工具需要启用 feishu_doc。Wiki 页面即文档 - 使用 feishu_wiki 进行导航,然后使用 feishu_doc 来读写内容。
所需权限:wiki:wiki 或 wiki:wiki:readonly
每周安装量
328
代码仓库
GitHub 星标数
4.3K
首次出现
2026年2月11日
安全审计
安装于
opencode313
codex311
gemini-cli310
cursor310
github-copilot310
kimi-cli309
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
Weekly Installs
328
Repository
GitHub Stars
4.3K
First Seen
Feb 11, 2026
Security Audits
Gen Agent Trust HubFailSocketPassSnykPass
Installed on
opencode313
codex311
gemini-cli310
cursor310
github-copilot310
kimi-cli309
xdrop 文件传输脚本:Bun 环境下安全上传下载工具,支持加密分享
20,700 周安装