御知库

v1.0.1

御知库——个人知识库系统。当帝提问时,优先从知识库检索答案。支持文档存储(Markdown/PDF/TXT)、语义搜索、关键词搜索、自动分类。帝说"查一下xxx"、"/知识库 xxx"或询问知识类问题时触发。

0· 73·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

basevk970zcmt9d6hwy6dxp3a6qwxy983qkaaknowledgevk970zcmt9d6hwy6dxp3a6qwxy983qkaalatestvk970zcmt9d6hwy6dxp3a6qwxy983qkaaragvk970zcmt9d6hwy6dxp3a6qwxy983qkaasearchvk970zcmt9d6hwy6dxp3a6qwxy983qkaa

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments