/install create-opc-wiki
create-opc-wiki
Scaffold a personal LLM wiki on the Karpathy pattern in 30 seconds. Multi-agent native, MCP server built-in, SEO/GEO-optimized publish target.
What this skill does
Run the scaffolder against any folder and you get a complete personal-knowledge-base vault:
agent-rules/main.md— single source of truth, synced to 9 agent file formats (CLAUDE.md, AGENTS.md, .cursor/rules/main.mdc, .cursorrules, .github/copilot-instructions.md, .trae/rules.md, .openclaw/rules.md, .hermes/agent.md)- Three reusable skills:
/wiki-ingest,/wiki-query,/wiki-lint - Five source recipes: arXiv paper, X thread, YouTube transcript, RSS article, podcast transcript
- Privacy-tagged frontmatter:
public | private | secret - An MCP server with three tools (
wiki_query,wiki_list,wiki_read) and a hard privacy gate (privacy: secretpages never leave the box) - Optional Astro static site target with sitemap.xml, llms.txt, robots.txt, RSS feed, OpenGraph + JSON-LD per page
How to invoke
The skill wraps the published npm package create-opc-wiki@latest. From any agent that can run a shell command:
npx -y create-opc-wiki@latest \x3Cpath> --yes --agents=openclaw,claude,codex,cursor
Common one-liners:
| Agent | Command |
|---|---|
| OpenClaw | npx -y create-opc-wiki@latest ~/wiki --yes --agents=openclaw,claude |
| Claude Code | npx -y create-opc-wiki@latest ~/wiki --yes --agents=claude |
| Codex CLI | npx -y create-opc-wiki@latest ~/wiki --yes --agents=codex |
| Cursor | npx -y create-opc-wiki@latest ~/wiki --yes --agents=cursor |
| All of them | npx -y create-opc-wiki@latest ~/wiki --yes --agents=openclaw,claude,codex,cursor,hermes,vscode,trae |
Add --no-mcp, --no-site, --no-recipes, or --no-git to skip those layers. --json emits machine-readable result on stdout.
How to use the generated vault
- Open the folder in Obsidian (it's a valid Obsidian vault) — and/or
- Open the folder in your AI agent (it reads
CLAUDE.md/AGENTS.md/.openclaw/rules.md/ etc.) - From inside the agent, use the three skills:
/wiki-ingest \x3Curl-or-file>— drop a new source, agent files it intoraw/and synthesizes wiki pages/wiki-query \x3Cquestion>— natural-language query across compiled wiki/wiki-lint— health-check (contradictions, stalespeculativeclaims, orphan pages)
The MCP server in mcp/server.mjs exposes the wiki to any MCP client (Claude Desktop, Cursor, Codex). Run npm install && npm start from the mcp/ directory.
Why a wiki and not just RAG
Most LLM-on-files setups re-derive answers from raw docs at every query. There's no accumulation. Quoting Karpathy's gist:
The LLM incrementally builds and maintains a persistent wiki — a structured, interlinked collection of markdown files that sits between you and the raw sources. The wiki keeps getting richer with every source you add and every question you ask.
This skill operationalizes exactly that, with concrete choices for ontology, agent rules, MCP, and publishing.
Privacy & security
privacy: secretpages never returned by the MCP server (enforced atmcp/server.mjs:38)privacy: publicis the only level that publishes (enforced atsite/build.mjs:53)- Default frontmatter privacy is
private— nothing publishes by accident - The scaffolder runs once, locally, and exits — no telemetry, no network calls during scaffolding except the optional
npminstall you trigger yourself
Links
- npm: \x3Chttps://www.npmjs.com/package/create-opc-wiki>
- GitHub: \x3Chttps://github.com/MackDing/create-opc-wiki>
- Inspiration: \x3Chttps://gist.github.com/karpathy/442a6bf555914893e9891c11519de94f>
- Stability scope: see
STABILITY.mdin the repo for the semver-stable surface - Per-agent install recipes: see
docs/INSTALL-FOR-AGENTS.mdin the repo
License
MIT. Inspired by Andrej Karpathy's "LLM Wiki" gist; implementation choices are this project's. Full attribution in INSPIRATION.md.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install create-opc-wiki - 安装完成后,直接呼叫该 Skill 的名称或使用
/create-opc-wiki触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Clawhub Skill 是什么?
Scaffold a personal LLM wiki (Karpathy pattern) — multi-agent, MCP-ready, with SEO/GEO publish target. Compiles knowledge into a persistent wiki instead of r... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 54 次。
如何安装 Clawhub Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install create-opc-wiki」即可一键安装,无需额外配置。
Clawhub Skill 是免费的吗?
是的,Clawhub Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Clawhub Skill 支持哪些平台?
Clawhub Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Clawhub Skill?
由 Blossom(@mackding)开发并维护,当前版本 v1.0.1。