帮助用户在飞书知识库中定位、打开并梳理相关页面与链接。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "feishu-wiki" 技能: 1. 下载 https://raw.githubusercontent.com/openclaw/openclaw/main/extensions/feishu/skills/feishu-wiki/SKILL.md 2. 保存为 ~/.claude/skills/feishu-wiki/SKILL.md 3. 装好后重载技能,告诉我可以用了
帮我在飞书知识库里找到“新用户增长项目”的需求文档、会议纪要和相关页面链接,并按主题整理出来。
返回相关知识库页面与链接,并按需求、会议、背景资料等分类整理。
这是一个飞书 wiki 链接,请帮我判断它属于哪个知识库,并找出同主题的上级页面、子页面和相关文档。
说明链接所在知识库位置,并补充同主题的导航结构与相关页面。
我刚加入团队,请从飞书知识库中帮我整理产品、研发、流程规范三个方向的核心入口页面,方便我快速上手。
输出适合新成员查看的知识库入口清单,并按主题给出简要说明。
Single tool feishu_wiki for knowledge base operations.
Wiki space_id values are opaque strings. Always keep them quoted in tool calls, even when they contain only digits; passing a long numeric-looking ID as a number can corrupt the suffix due to JavaScript number precision limits.
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
帮助排查 OpenClaw 节点在配对、鉴权、路由与连接中的故障问题。
帮助团队核验 OpenClaw 版本是否已在多渠道完整发布并可正常使用。
帮助团队检索重复的 PR 与问题单,并自动分组同步重复状态。
帮助你在 Discord 中收发消息、管理频道互动并自动化协作流程
按模型汇总 CodexBar 本地费用日志,快速查看 Codex 或 Claude 的成本明细。
帮助用户搜索梗图模板、推荐合适格式并生成可分享的表情包图片。
帮助用户读取、编辑和写入飞书文档内容,提升云文档协作效率。
帮助用户管理飞书云空间中的文件、文件夹与存储内容。
让 AI 通过 MCP 访问飞书知识库与云文档,辅助检索、总结和办公协作。
帮助你管理飞书文档与文件的访问权限、共享范围和协作者设置
支持飞书文档、表格与多维表格和 Markdown 之间的导出、写入与知识库集成。
用自然语言查询并导入文档型 Wiki 知识库,快速获取结构化答案。