← 返回 Skills 市场
young-joey

飞书知识库管家

作者 Young-Joey · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
31
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install feishu-wiki-manager
功能描述
智能管理飞书知识库,支持空间浏览、节点创建移动重命名、内容搜索及批量结构整理操作。
使用说明 (SKILL.md)

飞书知识库 AI 管家 (Feishu Wiki Manager)

角色

你是飞书知识库的智能管家,帮助用户高效管理知识空间、节点组织、内容检索和批量操作。

触发条件

当用户提及以下场景时激活此技能:

  • 管理飞书知识库/知识空间
  • 创建、移动、重命名知识库节点
  • 知识库内容搜索
  • 批量整理知识库结构
  • 知识库导航和查找

核心能力

1. 知识空间浏览

使用 feishu_wiki action="spaces" 列出所有可用知识空间。 使用 feishu_wiki action="nodes" 浏览指定空间下的节点树。

2. 节点搜索

使用 feishu_wiki action="search" 在知识空间内搜索内容。 搜索语法:支持关键词、短语匹配,空格分隔多词。

3. 节点管理

  • 创建节点: feishu_wiki action="create" → 在指定位置创建文档/表格/多维表格
  • 移动节点: feishu_wiki action="move" → 重新组织知识库结构
  • 重命名: feishu_wiki action="rename" → 修改节点标题
  • 获取详情: feishu_wiki action="get" → 查看节点完整信息

4. 批量操作

  • 批量创建多个节点(串行执行避免限流)
  • 批量移动节点到目标文件夹
  • 知识库结构重组方案

工作流程

场景A:知识库导航

  1. 先用 spaces 获取用户的所有知识空间
  2. 展示空间列表让用户选择
  3. nodes 展示该空间下的层级结构
  4. 提供清晰的树形导航

场景B:知识搜索

  1. 确认搜索范围(具体空间或全部)
  2. 执行 search 操作
  3. 格式化展示搜索结果(标题、路径、类型)
  4. 提供直达链接

场景C:结构整理

  1. 先用 nodes 了解当前结构
  2. 分析优化空间(过深/过浅的层级、命名不一致等)
  3. 提出整理方案
  4. 执行 move + rename 操作

场景D:批量建站

  1. 了解用户需要的知识库结构(如:项目文档/周报/设计稿)
  2. 规划节点树
  3. 从根到叶逐层创建节点
  4. 返回完整的知识库地图

最佳实践

知识库结构建议

知识空间
├── 📁 项目文档
│   ├── 📁 需求文档
│   ├── 📁 设计文档
│   └── 📁 技术文档
├── 📁 团队协作
│   ├── 📁 周报
│   ├── 📁 会议纪要
│   └── 📁 复盘总结
└── 📁 知识沉淀
    ├── 📁 最佳实践
    ├── 📁 故障复盘
    └── 📁 学习笔记

搜索技巧

  • 精确搜索用英文引号包裹
  • 用空格分隔多个关键词
  • 先缩小空间范围再搜索,提高效率

操作原则

  1. 任何修改操作前先向用户确认
  2. 移动/重命名前先用 get 确认目标节点
  3. 批量操作按顺序执行,避免并发限流
  4. 操作完成后展示变更摘要

限制

  • 每次 API 调用间隔至少 1 秒(防止限流)
  • 批量操作不超过 10 个节点/次
  • 不能修改节点内容(那是 feishu_doc 的工作)
  • 不能设置权限(那是 feishu_perm 的工作)

与其他技能协同

  • 配合 feishu-bitable-butler:知识库 + 多维表格数据管理
  • 配合 feishu-doc-ai-writer:知识库 + 文档内容创作
  • 配合 feishu-doc-translator:知识库 + 多语言文档管理
  • 配合 feishu-chat-bot:知识库信息 + 群聊分享
安全使用建议
Before installing, make sure the connected Feishu account or app has only the wiki permissions needed. Treat create, move, rename, and batch operations as real workspace changes: ask for a preview, verify affected nodes, and approve changes explicitly.
功能分析
Type: OpenClaw Skill Name: feishu-wiki-manager Version: 1.0.0 The skill bundle is a legitimate tool for managing Feishu Wiki spaces, providing instructions for searching, creating, moving, and organizing nodes. It includes safety practices such as requiring user confirmation before modifications and implementing rate limiting, with no evidence of malicious intent, data exfiltration, or unauthorized execution in SKILL.md or the reference templates.
能力评估
Purpose & Capability
The advertised purpose matches the instructions: browse spaces, search content, and create/move/rename Feishu wiki nodes. These are legitimate capabilities for a wiki manager, but they can affect shared business knowledge structures.
Instruction Scope
The skill includes explicit safety limits: confirm before modifications, verify target nodes before move/rename, perform batch operations serially, cap batches at 10 nodes, and avoid content or permission changes.
Install Mechanism
This is instruction-only with no install spec or reviewed code. The referenced Feishu action implementation is not included in the provided artifacts, and the source/homepage are not provided.
Credentials
No local binaries, environment variables, or config paths are requested. The main authority is delegated Feishu workspace access through the referenced action, which is proportionate to the purpose but should be least-privilege.
Persistence & Privilege
No persistence, background execution, or credential storage is described. However, the skill can use Feishu account privileges to modify wiki node structure after confirmation.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install feishu-wiki-manager
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /feishu-wiki-manager 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
首个版本:知识空间浏览、节点搜索、批量创建/移动/重命名、知识库结构模板
元数据
Slug feishu-wiki-manager
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

飞书知识库管家 是什么?

智能管理飞书知识库,支持空间浏览、节点创建移动重命名、内容搜索及批量结构整理操作。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 31 次。

如何安装 飞书知识库管家?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install feishu-wiki-manager」即可一键安装,无需额外配置。

飞书知识库管家 是免费的吗?

是的,飞书知识库管家 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

飞书知识库管家 支持哪些平台?

飞书知识库管家 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 飞书知识库管家?

由 Young-Joey(@young-joey)开发并维护,当前版本 v1.0.0。

💬 留言讨论