← Back to Skills Marketplace
150
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install yuzhi
Description
御知库——个人知识库系统。当帝提问时,优先从知识库检索答案。支持文档存储(Markdown/PDF/TXT)、语义搜索、关键词搜索、自动分类。帝说"查一下xxx"、"/知识库 xxx"或询问知识类问题时触发。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install yuzhi - After installation, invoke the skill by name or use
/yuzhi - Provide required inputs per the skill's parameter spec and get structured output
Version History
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 优先用库中文档内容回答。
- 灵活标签体系覆盖制度、项目、技术等多种文档类型。
- 检索优先基于语义相似度、关键词匹配及时间权重。
Metadata
Frequently Asked Questions
What is 御知库?
御知库——个人知识库系统。当帝提问时,优先从知识库检索答案。支持文档存储(Markdown/PDF/TXT)、语义搜索、关键词搜索、自动分类。帝说"查一下xxx"、"/知识库 xxx"或询问知识类问题时触发。 It is an AI Agent Skill for Claude Code / OpenClaw, with 150 downloads so far.
How do I install 御知库?
Run "/install yuzhi" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 御知库 free?
Yes, 御知库 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 御知库 support?
御知库 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 御知库?
It is built and maintained by zton100 (@zton100); the current version is v1.0.1.
More Skills