← 返回 Skills 市场
150
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install yuzhi
功能描述
御知库——个人知识库系统。当帝提问时,优先从知识库检索答案。支持文档存储(Markdown/PDF/TXT)、语义搜索、关键词搜索、自动分类。帝说"查一下xxx"、"/知识库 xxx"或询问知识类问题时触发。
安全使用建议
This skill appears to do exactly what it says: a local personal knowledge base that stores data under ~/.yuzhi and reads files from Desktop/Documents/Downloads and certain workspace dirs. Before installing or using it, note: (1) it will create ~/.yuzhi and an SQLite index file (index.db); (2) PDF extraction runs a subprocess that requires the pdfplumber Python package—if pdfplumber is absent PDF text extraction will skip or fail; (3) only files in the allowed directories can be added, so sensitive files elsewhere won't be touched unless you move them into those locations; (4) avoid adding confidential documents unless you trust the environment, and inspect the script yourself if you have concerns. No network calls or secret access are requested by the skill.
功能分析
Type: OpenClaw Skill
Name: yuzhi
Version: 1.0.1
The 'yuzhi' skill is a local knowledge base system (RAG) that manages documents using a SQLite database. It includes a security-conscious path-restriction function (_is_allowed_path in scripts/kb.py) that limits file indexing to specific user directories (Desktop, Documents, etc.) and OpenClaw workspaces, preventing unauthorized access to sensitive system files. No network activity, data exfiltration, or malicious persistence mechanisms were detected.
能力评估
Purpose & Capability
Name/description describe a personal KB. The included CLI and Python code implement adding, indexing, and searching local documents and only requests filesystem access consistent with that purpose.
Instruction Scope
SKILL.md and scripts describe only adding/listing/searching docs under ~/.yuzhi, Desktop, Documents, Downloads, and workspace dirs. Instructions do not reference unrelated system files, environment variables, or external endpoints.
Install Mechanism
There is no install spec and the skill is instruction + a small local script. No downloads, package installs, or external code retrieval are performed by the skill itself.
Credentials
The skill requires no environment variables or credentials. It creates/stores data under ~/.yuzhi and reads only from a limited set of user directories, which is proportional to a KB tool.
Persistence & Privilege
always is false and the skill does not request permanent elevated presence. It creates its own directory (~/.yuzhi) and an SQLite DB, which is expected for a local KB.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install yuzhi - 安装完成后,直接呼叫该 Skill 的名称或使用
/yuzhi触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Maintenance update with modification to scripts/kb.py.
- No changes to user-facing features or documentation.
v1.0.0
御知库(yuzhi)1.0.0 – 个人知识库系统上线
- 支持文档存储(Markdown/PDF/TXT)、语义与关键词双轨搜索、自动标签分类。
- 提供 CLI 命令:添加、检索、列表、统计等核心功能。
- 问答模式自动触发知识库检索,AI 优先用库中文档内容回答。
- 灵活标签体系覆盖制度、项目、技术等多种文档类型。
- 检索优先基于语义相似度、关键词匹配及时间权重。
元数据
常见问题
御知库 是什么?
御知库——个人知识库系统。当帝提问时,优先从知识库检索答案。支持文档存储(Markdown/PDF/TXT)、语义搜索、关键词搜索、自动分类。帝说"查一下xxx"、"/知识库 xxx"或询问知识类问题时触发。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 150 次。
如何安装 御知库?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install yuzhi」即可一键安装,无需额外配置。
御知库 是免费的吗?
是的,御知库 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
御知库 支持哪些平台?
御知库 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 御知库?
由 zton100(@zton100)开发并维护,当前版本 v1.0.1。
推荐 Skills