📦 auto-wiki — 知识编译器
v1.0.1将源文件渐进式编译为持久化 Wiki,实现跨会话知识累积,为智能体提供可复用的知识库。
0· 107·0 当前·0 累计
下载技能包
最后更新
2026/4/9
安全扫描
OpenClaw
安全
high confidenceNULL
评估建议
This skill appears coherent and implements what it claims, but before installing or using it consider: 1) Confirm the working directory where .wiki/ will be created—do not run it from a directory containing sensitive files because it will list and write files in the working tree. 2) The skill will create/modify .wiki/{topic}/ files and a local SQLite data.db; add .wiki/ to .gitignore if you don't want the wiki committed. 3) Network activity (WebSearch, WebFetch, external MCP validators like mcp....详细分析 ▾
✓ 用途与能力
The name/description (knowledge compiler → persistent wiki) aligns with included code (store.py, schema.py) and SKILL.md. Declared runtime needs (Python 3.8+, pydantic, filesystem write under .wiki/) are consistent with the code and flows. Optional network enhancements (WebSearch, external MCP validators) are presented as optional enhancements and are documented in the SKILL.md.
ℹ 指令范围
SKILL.md instructs the agent to scan/create/read/write files under a .wiki/ directory, initialize a local SQLite data.db, and optionally create .obsidian/ config. These actions are coherent with the skill purpose. The skill can also call optional network tools: WebSearch/WebFetch and external MCP validators (e.g., mcp.ablemind.cc) for lint/coverage/deep-dive; SKILL.md says network calls are optional and that the agent will confirm directory creation with the user. Note: deep-dive/active ingest modes will cause autonomous network activity if search tools are available—this is documented but is a privacy/operational consideration the user should review before enabling active mode.
✓ 安装机制
There is no install spec (instruction-only), which minimizes install-time risk. The package includes Python scripts (store.py/schema.py). The only external Python dependency called out is pydantic; SKILL.md instructs to pip install it if needed. No URLs are downloaded or executed as part of an install step, and no binaries or opaque archives are pulled.
✓ 凭证需求
The skill does not request any environment variables or credentials. Optional interactions with external validators/web search are declared to be public/read-only and do not require user secrets. The only required privilege is filesystem write access under the chosen working directory (to create .wiki/, data.db, and optional .obsidian/ config), which is proportionate to the stated purpose.
✓ 持久化与权限
The skill is not always-on (always:false) and does not request system-wide persistence. It writes data only under .wiki/ in the working directory and initializes a local SQLite DB; it does not declare changes to other skills or global agent configuration beyond creating its own .obsidian/ config inside .wiki/. Autonomous invocation (disable-model-invocation:false) is the platform default and is not in itself a disqualifier.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.12026/4/9
NULL
● 无害
安装命令
点击复制官方npx clawhub@latest install auto-wiki
镜像加速npx clawhub@latest install auto-wiki --registry https://cn.longxiaskill.com