📦 Clawhub

v1.0.1

搭建个人 LLM wiki(Karpathy 模式)——多智能体、支持 MCP、面向 SEO/GEO 发布。将知识编译为持久 wiki,而非 r...

0· 17·0 当前·0 累计
mackding 头像by @mackding (Blossom)·MIT.
下载技能包
License
MIT.
最后更新
2026/4/26
0
安全扫描
VirusTotal
Pending
查看报告
OpenClaw
可疑
medium confidence
该技能与其声明目的一致(通过调用 npm 包搭建 wiki),但它指示代理下载并执行未包含在技能包内的远程代码(npx/npm),并提出无法验证的隐私/遥测声明——这种不匹配需引起警惕。
评估建议
This skill instructs the agent to run npx to download and execute the create-opc-wiki npm package and to run npm install/start in generated directories. That is coherent with scaffolding a wiki, but you should verify the external package before running it: review the npm package and GitHub repo (https://www.npmjs.com/package/create-opc-wiki and https://github.com/MackDing/create-opc-wiki), inspect mcp/server.mjs and site/build.mjs to confirm the claimed privacy gates, and prefer pinning to a spe...
详细分析 ▾
用途与能力
The name/description (scaffold a personal LLM wiki) matches the instructions: the SKILL.md explicitly wraps an npm package create-opc-wiki and provides commands to scaffold a vault, run an MCP server, and build a static site. Required capabilities (filesystem access, running shell commands, optional npm installs) are consistent with the claimed functionality.
指令范围
The instructions tell the agent to run shell commands (npx -y create-opc-wiki@latest <path> and later npm install/npm start in generated subdirs). This is within the scope of scaffolding a project, but it does cause the agent to fetch and execute third-party code at runtime. The SKILL.md also asserts privacy guarantees (lines referencing mcp/server.mjs:38 and site/build.mjs:53) even though the skill bundle contains no code to verify those claims — the guarantees are unverified assertions about external package code.
安装机制
There is no install spec in the skill bundle; instead the runtime instructions invoke npx to pull create-opc-wiki@latest from npm. Fetching and executing an npm package at runtime is a moderate-to-high risk pattern because arbitrary code will be downloaded and run locally. While npm is a well-known registry (less risky than random URLs), the actual package contents are not included in the skill and were not scanned here, so behavior and telemetry cannot be audited from this bundle.
凭证需求
The skill declares no required environment variables, credentials, or config paths. That aligns with the stated purpose; nothing in SKILL.md asks the agent to read unrelated secrets. The lack of requested credentials is a positive sign.
持久化与权限
always is false and the skill is user-invocable (normal). The skill does not request persistent platform-level privileges or modify other skills. Note: the agent is allowed to invoke the skill autonomously by platform defaults, but that is not unique to this skill and is not by itself flagged here.
安全有层次,运行前请审查代码。

License

MIT.

请查看许可证条款了解详情。

运行时依赖

无特殊依赖

版本

latestv1.0.12026/4/26

v1.0.1:安装时自动为 gh-CLI 点星;技能清单已发布至 ClawHub。

Pending

安装命令

点击复制
官方npx clawhub@latest install create-opc-wiki
镜像加速npx clawhub@latest install create-opc-wiki --registry https://cn.longxiaskill.com

技能文档

30 秒按 Karpathy 模式 生成个人 LLM 维基。多智能体原生、内置 MCP 服务器、SEO/GEO 优化发布目标。

功能

对任意目录运行脚手架,即刻获得完整个人知识库:
  • agent-rules/main.md —— 唯一事实源,同步至 9 种智能体格式(CLAUDE.md、AGENTS.md、.cursor/rules/main.mdc、.cursorrules、.github/copilot-instructions.md、.trae/rules.md、.openclaw/rules.md、.hermes/agent.md)
  • 三大复用技能:/wiki-ingest/wiki-query/wiki-lint
  • 五大来源配方:arXiv 论文、X 推文、YouTube 字幕、RSS 文章、播客字幕
  • 隐私标签 frontmatter:public | private | secret
  • MCP 服务器,含三工具(wiki_querywiki_listwiki_read)及硬隐私门(privacy: secret 页面绝不外泄
  • 可选 Astro 静态站目标,自带 sitemap.xml、llms.txt、robots.txt、RSS、OpenGraph + JSON-LD

调用

技能封装已发布 npm 包 create-opc-wiki@latest。任意可执行 shell 的智能体: ``bash npx -y create-opc-wiki@latest --yes --agents=openclaw,claude,codex,cursor `

常用一行命令: | 智能体 | 命令 | |---|---| | 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 | | 全量 | npx -y create-opc-wiki@latest ~/wiki --yes --agents=openclaw,claude,codex,cursor,hermes,vscode,trae |

--no-mcp--no-site--no-recipes--no-git 可跳过对应层;--json 输出机器可读结果。

使用生成的库

  • Obsidian 打开该文件夹(即为合法 Obsidian 库)——或
  • AI 智能体打开该文件夹(读取 CLAUDE.md / AGENTS.md / .openclaw/rules.md 等)
  • 在智能体内使用三大技能:
- /wiki-ingest —— 丢入新来源,自动归档到 raw/ 并合成维基页 - /wiki-query <问题> —— 自然语言查询已编译维基 - /wiki-lint —— 健康检查(矛盾、过时推测、孤儿页)

MCP 服务器位于 mcp/server.mjs,供任意 MCP 客户端(Claude Desktop、Cursor、Codex)调用。在 mcp/ 目录执行 npm install && npm start 即可。

为何用维基而非纯 RAG

多数“LLM 读文件”方案每次查询都重新解析原始文档,无积累。引 Karpathy 原话
LLM 增量构建并维护一份持久维基——介于你与原始来源之间的结构化、互联的 Markdown 文件集合。每新增来源、每提一问,维基都更丰富。

本技能将其落地,并固化本体、智能体规则、MCP、发布等具体实现。

隐私与安全

  • privacy: secret 页面永不被 MCP 服务器返回(mcp/server.mjs:38 强制)
  • privacy: public 唯一可发布级别(site/build.mjs:53 强制)
  • 默认 frontmatter 隐私为 private——不会意外发布
  • 脚手架仅本地运行一次即退出——无遥测,无网络调用(除你手动触发的可选 npm install

链接

  • npm:
  • GitHub:
  • 灵感:
  • 稳定性范围: 见仓库 STABILITY.md
  • 各智能体安装指南: 见仓库 docs/INSTALL-FOR-AGENTS.md

许可证

MIT。受 Andrej Karpathy “LLM Wiki” gist 启发;实现细节归本项目。完整致谢见 INSPIRATION.md`。

数据来源ClawHub ↗ · 中文优化:龙虾技能库