A personal knowledge base that builds and maintains itself. Drop in sources — Claude (or Codex/Gemini) reads them, extracts knowledge, and maintains a persistent interlinked wiki. Works with Claude Code, Codex, OpenCode, Gemini CLI. No API key needed.
LLM Wiki Agent is a Python-based coding agent skill that automates the construction and maintenance of a personal wiki from source documents. Users drop files into a `raw/` directory and issue ingest commands; the agent reads each document, extracts entities, concepts, and key ideas, then writes and cross-references structured Markdown pages under a `wiki/` directory with subdirectories for sources, entities, concepts, and syntheses. It also generates an interactive knowledge graph (`graph.html`) using vis.js, with community detection clustering related topics and dotted edges representing inferred implicit relationships. A standout feature is contradiction flagging at ingest time rather than query time, and a lint command that identifies orphan pages and suggests missing sources. The tool integrates directly with Claude Code via dedicated slash commands (`/wiki-ingest`, `/wiki-query`, `/wiki-lint`, `/wiki-graph` defined in `.claude/commands/`), and also supports Codex, OpenCode, and Gemini CLI through agent-specific config files. No API key or Python setup is required. Researchers, students, and anyone building a long-term knowledge base across formats including PDF, DOCX, EPUB, and PPTX will find it useful.
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Healthy fork ratio
- ✓Clear description
- ✓Topics declared
- ✓Mature repo (>1y old)
git clone https://github.com/SamurAIGPT/llm-wiki-agentTools overview
What people ask about llm-wiki-agent
What is SamurAIGPT/llm-wiki-agent?
+
SamurAIGPT/llm-wiki-agent is tools for the Claude AI ecosystem. A personal knowledge base that builds and maintains itself. Drop in sources — Claude (or Codex/Gemini) reads them, extracts knowledge, and maintains a persistent interlinked wiki. Works with Claude Code, Codex, OpenCode, Gemini CLI. No API key needed. It has 2.9k GitHub stars and was last updated today.
How do I install llm-wiki-agent?
+
You can install llm-wiki-agent by cloning the repository (https://github.com/SamurAIGPT/llm-wiki-agent) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is SamurAIGPT/llm-wiki-agent safe to use?
+
Our security agent has analyzed SamurAIGPT/llm-wiki-agent and assigned a Trust Score of 100/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.
Who maintains SamurAIGPT/llm-wiki-agent?
+
SamurAIGPT/llm-wiki-agent is maintained by SamurAIGPT. The last recorded GitHub activity is from today, with 6 open issues.
Are there alternatives to llm-wiki-agent?
+
Yes. On ClaudeWave you can browse similar tools at /categories/tools, sorted by popularity or recent activity.
Deploy llm-wiki-agent to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/samuraigpt-llm-wiki-agent)<a href="https://claudewave.com/repo/samuraigpt-llm-wiki-agent"><img src="https://claudewave.com/api/badge/samuraigpt-llm-wiki-agent" alt="Featured on ClaudeWave: SamurAIGPT/llm-wiki-agent" width="320" height="64" /></a>More Tools
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.
An AI SKILL that provide design intelligence for building professional UI/UX multiple platforms
🪨 why use many token when few token do trick — Claude Code skill that cuts 65% of tokens by talking like caveman
AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs, papers, images, or videos into a queryable knowledge graph. App code + database schema + infrastructure in one graph.
A light-weight and powerful meta-prompting, context engineering and spec-driven development system for Claude Code by TÂCHES.
CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies