📦 Karpathy LLM Memory Wiki — 知识聚合编译器
v1.0.9面向 OpenClaw 智能体的编译式知识库:丢入任意资料,自动输出结构化、交叉引用的 Wiki 页面,让知识持续复利而非碎片化散失。
0· 250·0 当前·0 累计
下载技能包
最后更新
2026/4/8
安全扫描
OpenClaw
安全
medium confidenceThe skill's code and runtime instructions are consistent with a Karpathy-style LLM-maintained wiki: no unrelated credentials, no external installers, and its runtime actions are limited to workspace files; minor metadata inconsistencies and the fact that cron/sync are opt‑in are worth your attention before installing.
评估建议
This skill is functionally coherent for building an LLM-maintained wiki, but review a few points before installing:
- Inspect scripts/wiki-setup.sh yourself (it will copy templates into your workspace and append a one‑time Wiki reference to MEMORY.md if present). Run it only in a workspace you control.
- The ingest operation can fetch external URLs when asked — only add trusted sources to work/wiki-sources/ingestion-queue.md.
- Cron creation and SuperMemory sync are opt‑in. Do not pass --with-c...详细分析 ▾
✓ 用途与能力
The name/description match what the files implement: scaffolding for an LLM-maintained wiki (ingest, query, lint) rooted in workspace directories. Required capabilities (creating files under the workspace, optionally scheduling crons or adding the index to a sync script) are proportionate to the stated purpose.
ℹ 指令范围
Runtime instructions confine reads/writes to workspace locations (work/wiki-sources, memory/wiki, index/log, ingestion-queue). The ingest step may fetch web sources ('fetch URL if web source') which is reasonable for ingesting remote docs but means the agent can fetch arbitrary external URLs when asked to ingest. The setup script appends a one‑time Wiki reference to MEMORY.md during install; otherwise the SKILL explicitly declares exclusion zones it will not modify.
✓ 安装机制
This is instruction-only with a local bash setup script and template files — no network downloads, no package installs, no archives extracted. The script copies templates into your workspace and optionally invokes the openclaw CLI to create cron jobs. This is a low-risk install mechanism if you review the script first.
✓ 凭证需求
No credentials or secret environment variables are requested. The script respects OPENCLAW_WORKSPACE_DIR if present and uses HOME/openclaw.json when present. There are no unexplained secret requests.
ℹ 持久化与权限
always: false. The skill is user-invocable and can be run autonomously by the agent (platform default). Creating scheduled crons via openclaw cron create (opt-in) will give the agent periodic autonomous runs (ingest/lint). Enabling SuperMemory sync (--with-sync) will add the wiki index to a cloud sync script if you opt in; that is an explicit, opt-in persistence choice. Be mindful that opt-in cron + autonomous invocation increases the chance of repeated agent actions if you enable them.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.92026/4/7
karpathy-wiki v1.0.9 - Corrected file paths and naming to use `karpathy-wiki` consistently instead of `wiki-system`. - Updated documentation and setup commands in SKILL.md to match the new path convention (e.g., `skills/karpathy-wiki/scripts/wiki-setup.sh`). - Clarified "never modified" memory areas, adding `memory/projects/active/`, `memory/decisions.log`, and `memory/learnings.log` as protected paths. - No functional code changes, but installation, usage, and documentation are now more accurate and less ambiguous.
● 无害
安装命令
点击复制官方npx clawhub@latest install wiki-system
镜像加速npx clawhub@latest install wiki-system --registry https://cn.longxiaskill.com