Analysis updated 2026-05-18
Turn a folder of lecture notes or research papers into a browsable wiki with a knowledge graph.
Let an AI coding agent organize a messy project's documentation into linked wiki pages.
Ask questions about your own documents locally without sending them anywhere by default.
| cdsassj00/llm-wiki | 1lystore/awaek | 47cid/wp2shell-lab | |
|---|---|---|---|
| Stars | 13 | 13 | 13 |
| Language | Python | Python | Python |
| Setup difficulty | moderate | moderate | moderate |
| Complexity | 2/5 | 2/5 | 4/5 |
| Audience | vibe coder | vibe coder | researcher |
Figures from each repo's GitHub metadata at analysis time.
Needs Python 3.10+ and, for AI search, an API key or Claude CLI login for one provider.
llm-wiki is a skill that coding assistants like Claude, Cursor, or Codex can install and use to turn a folder of your documents into a browsable wiki with a 3D knowledge graph view, in a style inspired by Andrej Karpathy. You point an agent at a folder of documents such as lecture notes, research papers, or project files, and the agent asks a few questions, then builds an organized wiki out of them along with a visual map of how the documents connect. Installation happens through a command called npx skills add, which installs only the skill code itself to a shared agent skills folder. It does not read or copy your personal files, and it does not create any workspace or API keys on its own. The actual wiki setup and any AI configuration only happen afterward, inside a local workspace folder that you choose yourself. Once set up, a local bridge program runs only on your own computer, listening at the local address 127.0.0.1, and serves a handful of fixed actions: checking health, searching, asking questions, and exporting results. There is no general command execution endpoint. A one-click launcher script starts this bridge and opens an HTML page showing local search, document previews, links between documents, and an optional AI chat feature. By default, everything stays on your machine. If you turn on the optional AI search feature, only short excerpts from your top search results, capped at about 12 kilobytes, are sent to whichever AI provider you choose. Supported providers include the Claude command line tool, OpenRouter, OpenAI, Gemini, and Anthropic directly, and you only need to set up one of them. API keys are meant to be entered through a dedicated hidden-input setup tool rather than typed into chat windows or command lines. The project requires Python 3.10 or newer, plus a small set of Python dependencies, and optionally LibreOffice if you need to read older Office document formats. It is aimed at people already using AI coding agents who want a private, local way to organize and query their own documents, and it is released under the MIT license.
A skill that lets AI coding agents turn a local folder of documents into a searchable wiki with a 3D graph view.
Mainly Python. The stack also includes Python, HTML, Claude CLI.
MIT license: use, modify, and share freely, including commercially, as long as you keep the copyright notice.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly vibe coder.
This repo across BitVibe Labs
Verify against the repo before relying on details.