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-agentResumen de Tools
Lo que la gente pregunta sobre llm-wiki-agent
¿Qué es SamurAIGPT/llm-wiki-agent?
+
SamurAIGPT/llm-wiki-agent es tools para el ecosistema de Claude AI. 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. Tiene 2.9k estrellas en GitHub y se actualizó por última vez today.
¿Cómo se instala llm-wiki-agent?
+
Puedes instalar llm-wiki-agent clonando el repositorio (https://github.com/SamurAIGPT/llm-wiki-agent) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar SamurAIGPT/llm-wiki-agent?
+
Nuestro agente de seguridad ha analizado SamurAIGPT/llm-wiki-agent y le ha asignado un Trust Score de 100/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene SamurAIGPT/llm-wiki-agent?
+
SamurAIGPT/llm-wiki-agent es mantenido por SamurAIGPT. La última actividad registrada en GitHub es de today, con 6 issues abiertos.
¿Hay alternativas a llm-wiki-agent?
+
Sí. En ClaudeWave puedes explorar tools similares en /categories/tools, ordenados por popularidad o actividad reciente.
Despliega llm-wiki-agent en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](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>Más 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