Claude Skill

swarmclawai/swarmvault

SwarmVault 是一个受 Karpathy 的 LLM Wiki 启发的本地优先 RAG 知识库编译器。将原始研究转化为持久的 Markdown 维基、知识图谱和混合搜索,成果随时间积累。内置 MCP 服务器,支持 Claude Code、Codex、OpenCode、OpenClaw。

概览

Stars571
Forks72
语言TypeScript
最后更新2026-06-12
最近同步2026-06-17
前往 GitHub

仓库信息

拥有者swarmclawai
仓库swarmvault
完整名称swarmclawai/swarmvault
Repo ID1,203,219,280

安装这个 Skill

npm install -g @swarmvaultai/cli

Registry 信息

类型mcp_server
质量分95/100
验证状态readme_parsed
最近验证2026-06-09
平台
ClaudeMCPOpenClawCodexCursor
能力
browserpdfmemorysearchimagevideoterminalworkflowagent-memoryai-agents
识别文件
README.mdREADME.zh-CN.mddocsmanifest.jsonpackage.json
配置键
OPENAI_API_KEYOPENROUTER_API_KEYURLPACKAGE_JSON
安装方式
  • npm install -g @swarmvaultai/cli
  • npm install -g @swarmvaultai/cli@latest

项目简介

SwarmVault 是一个受 Karpathy 的 LLM Wiki 启发的本地优先 RAG 知识库编译器。它将原始研究转化为持久的 Markdown 维基、知识图谱和混合搜索,这些成果会随时间不断积累。内置 MCP 服务器,支持 Claude Code、Codex、OpenCode 和 OpenClaw。

英文描述

The local-first LLM Wiki: open-source knowledge graph builder, RAG knowledge base, and agent memory store. Built on Andrej Karpathy's pattern. An Obsidian alternative for personal knowledge management, AI second brain, and durable Claude Code / Codex / OpenClaw memory.

要点

  • 本地优先的 RAG 知识库编译器
  • 生成持久的 Markdown 维基
  • 构建知识图谱
  • 随时间积累的混合搜索
  • 为 Claude Code、Codex、OpenCode、OpenClaw 提供 MCP 服务器
  • 受 Karpathy 的 LLM Wiki 启发

使用场景

  • 从原始笔记构建个人研究维基
  • 为 AI 代理创建持久的知识库
  • 编译特定领域的知识图谱
  • 为 Claude Code 提供本地 RAG 上下文增强
  • 团队长期知识积累

README 摘要

# SwarmVault <!-- readme-language-nav:start --> **Languages:** [English](README.md) | [简体中文](README.zh-CN.md) | [日本語](README.ja.md) <!-- readme-language-nav:end --> [![npm](https://img.shields.io/npm/v/@swarmvaultai/cli)](https://www.npmjs.com/package/@swarmvaultai/cli) [![npm downloads](https://img.shields.io/npm/dw/@swarmvaultai/cli)](https://www.npmjs.com/package/@swarmvaultai/cli) [![GitHub stars](https://img.shields.io/github/stars/swarmclawai/swarmvault)](https://github.com/swarmclawai/swarmvault) [![license](https://img.shields.io/badge/license-MIT-green)](LICENSE) [![node](https://img.shields.io/badge/node-%3E%3D24-brightgreen)]() **The local-first LLM Wiki, knowledge graph builder, and RAG knowledge base for AI agents.** SwarmVault turns docs, code, transcripts, notes, and URLs into a durable markdown wiki plus a local graph you can inspect, query, and hand to agents. Start with one command, then learn the deeper graph, review, context-pack, and automation workflows when you need them. Documentation on the website is currently English-first. If wording drifts between translations, [README.md](README.md) is the canonical source. <!-- readme-section:try-it --> ## Try It in 30 Seconds ```bash npm install -g @swarmvaultai/cli swarmvault quickstart ./your-repo ``` `quickstart` initializes a vault in the current directory, ingests a local file, directory, or public GitHub repo, compiles the wiki and graph, writes share artifacts, and opens the local graph viewer. It is the beginner-friendly alias for `swarmvault scan`. No repo handy? ```bash swarmvault demo ``` After your first compile, the most useful next commands are: ```bash swarmvault next swarmvault query "What are the key concepts?" swarmvault graph serve swarmvault doctor swarmvault candidate list

话题

探索更多

数据来自 GitHub,同步时间:2026-06-17