← 返回 Skills 市场
diliumentu

Knowledge Base Manager

作者 Diliumentu · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
270
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install knowledge-base-manager
功能描述
Manage and maintain a shared Obsidian knowledge base by organizing files, performing task reviews, archiving, and ensuring up-to-date, linked knowledge content.
使用说明 (SKILL.md)

Knowledge Base Manager - 知识库管理器

定位

小喵的知识库管理系统,负责维护哥和小喵共享的 Obsidian 知识库。

核心原则:知识库是共同建设的,主要由小喵维护,哥是审核者和补充者。


📂 知识库结构

OC知识库/
│
├── 📥 待整理/              # 临时暂存,定期清理
├── 👤 关于哥/               # 哥的个人信息
├── 🤖 关于小喵/             # AI的身份和能力
├── 📂 项目与知识/           # ⭐ 核心:任务+知识一体化
│   ├── 📋 任务中心/
│   │   ├── 🔄 进行中/      # 当前任务
│   │   └── ✅ 已完成/       # 已完成任务
│   ├── 📚 知识库/
│   │   ├── 🔧 技能/        # 技能和能力
│   │   ├── 📖 方法论/      # 做事方法
│   │   └── 📂 资料/        # 参考资料
│   └── 🔗 工作-知识连接/
│       ├── 工作产出/        # 任务产出物
│       ├── 实践复盘/        # 从实践萃取经验
│       └── 知识应用/        # 知识如何应用
├── 🌊 共享资源/
│   ├── 📊 调研/            # 调研报告
│   ├── 💡 创意/            # 创意灵感
│   └── 🗺️ SOP/             # 标准流程
├── 📁 归档/               # 已完成项目归档
└── 📅 日积月累/            # 每日/周/月记录

🔄 核心循环

         📚 学习/知识
            ↙️ ↘️
           /    \
    💼 工作 ←→ 📝 沉淀
     (应用)    (萃取)
         ↖️ ↗️
        (反馈)

关键规则:

  • 任务完成 → 必须复盘 → 萃取经验 → 沉淀为知识
  • 学习新知识 → 标记用途 → 应用到工作 → 记录应用

📋 维护规则

触发时机

场景 小喵动作
完成任意任务 立即复盘,写入「实践复盘」
学到新技能 写入「技能总览」
获取新信息 判断:已分类→直接归档 / 模糊→待整理
每周五 整理「待整理」,归档+清理
每月末 月度总结,更新「日积月累」

归档优先级

  1. 立即归档 — 明确有用的信息,直接归类
  2. 待整理 — 不确定/模糊的,先放进来
  3. 删除 — 确认无用的,不保留

文件命名

  • 文件名包含日期:2026-04-11-xxx.md
  • 任务文件:任务名-日期.md
  • 日记文件:YYYY-MM-DD.md

🔍 常用查询

小喵如何查找信息

哥问问题时:

  1. 先判断属于哪个分类
  2. 搜索相关文件夹
  3. 如不确定,搜「待整理」
  4. 搜不到 → 承认不知道,或猜测后确认

常用路径:

  • 技能/能力 → 📚 知识库/🔧 技能/
  • 任务状态 → 📋 任务中心/
  • 方法论 → 📚 知识库/📖 方法论/
  • SOP → 🌊 共享资源/🗺️ SOP/

📝 更新模板

任务完成复盘

# [任务名] 复盘

## 基本信息
- 完成时间:
- 耗时:
- 产出:

## 执行过程
1. 
2. 

## 做得好的
-

## 需要改进的
-

## 经验萃取
-

## 知识关联
- 应用了:[[🔧 技能/xxx]]
- 沉淀到:[[🔗 工作-知识连接/实践复盘/xxx]]

技能学习记录

# [技能名] 学习记录

## 学习时间
YYYY-MM-DD

## 学习来源
-

## 掌握程度
⭐⭐⭐

## 核心要点
-

## 应用场景
-

## 相关资源
-

🚀 持续优化

小喵的职责

  1. 保持结构清晰,及时整理混乱的内容
  2. 发现冗余/过时的内容,及时归档或删除
  3. 定期(每月)提出优化建议

优化建议类型

  • 结构优化:目录调整、合并、拆分
  • 流程优化:归档规则、更新频率
  • 内容优化:补充缺失、清理冗余

📌 检查清单

每次维护时确认:

  • 新内容已正确归档
  • 待整理已定期清理
  • 索引文件已更新(如有必要)
  • 有用的内容没有被误删
  • 知识之间的链接已建立

⚠️ 注意事项

  1. 不要一次性加载整个知识库 — 按需查询
  2. 双向链接很重要 — 善用 [[文件名]] 建立连接
  3. 定期备份 — 重要内容可以多处存储
  4. 私密内容 — 仅小喵可见的内容,放在 MEMORY.md

最后更新:2026-04-11 _SKILLEOF echo "SKILL.md created"

安全使用建议
This skill is coherent and appears safe in structure, but before enabling it: (1) confirm what file-system access the agent will have—only grant access to the Obsidian vault you want it to manage; (2) keep truly private items in the designated MEMORY.md or outside the vault; (3) if you allow autonomous edits, consider constraining write/delete permissions or require human approval for bulk changes; and (4) keep regular backups of your vault in case of accidental deletion or undesired edits.
功能分析
Type: OpenClaw Skill Name: knowledge-base-manager Version: 1.0.0 The skill bundle contains instructions and templates for an AI agent to manage an Obsidian-based knowledge base. The content in SKILL.md is focused on organizational logic, directory structures, and maintenance rules without any evidence of malicious intent, data exfiltration, or unauthorized execution.
能力评估
Purpose & Capability
Name/description match the SKILL.md: it defines folder structure, maintenance rules, templates and checklists for an Obsidian vault. No extraneous credentials, binaries, or config paths are requested that would be unrelated to knowledge-base management.
Instruction Scope
SKILL.md contains only repository organization rules, templates, trigger conditions, and checklists. It instructs the agent to query and edit files within the vault, to avoid loading the entire knowledge base at once, and to keep private items in MEMORY.md — it does not direct the agent to read unrelated system files, environment variables, or send data to external endpoints.
Install Mechanism
Instruction-only skill with no install spec and no code files; nothing will be downloaded or written by an installer.
Credentials
No environment variables, secrets, or external credentials are required. The declared scope is proportional to the stated task.
Persistence & Privilege
always: false and the skill is user-invocable; it does not request permanent system presence or elevated access. The SKILL.md expects the agent to edit/manage files in the vault, which is appropriate but depends on the agent's file permissions.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install knowledge-base-manager
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /knowledge-base-manager 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Knowledge-base-manager 1.0.0 - Initial release with detailed Obsidian knowledge base structure and maintenance rules - Defines shared responsibilities: main maintainer and reviewer roles - Provides templates for task retrospectives and skill learning records - Lists update cycles, archival priorities, and naming conventions - Includes best practices for search, data linking, and regular optimization suggestions
元数据
Slug knowledge-base-manager
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Knowledge Base Manager 是什么?

Manage and maintain a shared Obsidian knowledge base by organizing files, performing task reviews, archiving, and ensuring up-to-date, linked knowledge content. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 270 次。

如何安装 Knowledge Base Manager?

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

Knowledge Base Manager 是免费的吗?

是的,Knowledge Base Manager 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Knowledge Base Manager 支持哪些平台?

Knowledge Base Manager 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Knowledge Base Manager?

由 Diliumentu(@diliumentu)开发并维护,当前版本 v1.0.0。

💬 留言讨论