📦 Knowledge Lib — 个人知识库
v1.2.0将笔记自动整理成结构化 .md 维基,生成概念页、摘要与交叉引用,一句话“add t…”即可持续扩容你的第二大脑。
0· 113·0 当前·0 累计
下载技能包
最后更新
2026/4/5
安全扫描
OpenClaw
安全
high confidenceNULL
评估建议
This package appears coherent and focused on managing a local markdown wiki. Before installing: (1) confirm whether you want the agent to fetch remote links — the SKILL.md claims 'network: none' but the workflow assumes the agent can web-fetch content; if you don't want network access ensure you supply document contents directly. (2) Inspect the included shell scripts (they are simple and local-only) and ensure you are comfortable allowing the agent to execute them; they will read/write files un...详细分析 ▾
✓ 用途与能力
Name/description (personal knowledge wiki) align with the included shell scripts (ingest, compile, lint, update-index, health) and the SKILL.md workflows. Required capabilities are minimal (reading/writing markdown under ~/.openclaw/workspace/knowledge or an override via KNOWLEDGE_BASE_DIR). No unrelated credentials, config paths, or binaries are requested.
ℹ 指令范围
SKILL.md and the scripts instruct the agent to save, summarize, lint, and query local wiki files. However, the skill expects the agent to 'read the provided content or link' and comments in ingest.sh say 'agent will populate this via web_fetch' — that implies the agent (or host) may need network access to fetch remote links, but the SKILL.md metadata claims 'network: none'. This is an inconsistency (likely documentation/metadata oversight) that you should verify: if you will add remote links, the agent must be allowed to fetch them; otherwise the agent must provide document contents directly.
ℹ 安装机制
There is no install spec (instruction-only), which is lowest-risk. However, the skill package includes executable shell scripts that an agent could run when invoked; these scripts will be written to disk as part of the skill package. The scripts themselves are straightforward (file operations, grep/sed/find) and contain no network calls, hidden endpoints, or obfuscated code.
✓ 凭证需求
No credentials or sensitive environment variables are requested. The only environment variable used is an optional KNOWLEDGE_BASE_DIR to override the default path — this is appropriate and proportional to the skill's purpose.
✓ 持久化与权限
Skill does not request 'always: true' or elevated privileges. It reads and writes only its own workspace files and appends to its own log.md; it does not modify other skills or system-wide settings.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.2.02026/4/5
NULL
● Pending
安装命令
点击复制官方npx clawhub@latest install knowledge-lib
镜像加速npx clawhub@latest install knowledge-lib --registry https://cn.longxiaskill.com镜像同步中