llm-wiki-agent
A personal knowledge base that builds and maintains itself using various AI agents.
GraphCanon updated 2w · GitHub synced 2w · 28 views this month
Decision brief
llm-wiki-agent serves as a self-maintained personal knowledge base using AI agents like Claude, Codex, OpenCode, and Gemini CLI.
Good fit when
- When you need to create an interlinked wiki without setting up API keys or configuring Python environments.
- If your workflow involves frequent updates from multiple input sources where automation of knowledge extraction is beneficial.
Avoid when
- If the process requires strict privacy controls and no third-party AI agents can be used.
- When your project needs real-time interaction with APIs for dynamic content integration, as llm-wiki-agent does not support API-driven operations.
Observed Jul 14, 2026 · Source: enrich:decision_facts
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Very active (5d since push)
- As of 2w
- Provenance
- Not a fork · Organization account
- As of 2w
- Security (OSV)
- No criticals
- As of 1mo
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
pip install llm-wiki-agent PyPISimilar tools
Same-category neighbours. No typed graph edges are catalogued for this tool yet.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
This repository contains a system for building a self-maintained and persistent interlinked wiki based on input sources read by specified AI agents like Claude, Codex, OpenCode, or Gemini CLI. The tool is designed to work without requiring API keys and focuses on creating and maintaining personal knowledge bases.
Capability facts
- Languages
- python
Source: github.language+pyproject.toml · Aug 8, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Source: README excerpt (regex_v1, Aug 8, 2026)
Open in your agent — no API key or Python setup needed:Source link
Tags
README
Install
Requires: Claude Code, Codex, Gemini CLI, or any agent that reads a config file.
git clone https://github.com/SamurAIGPT/llm-wiki-agent.git
cd llm-wiki-agent
Open in your agent — no API key or Python setup needed:
claude # reads CLAUDE.md + .claude/commands/ (slash commands available)
codex # reads AGENTS.md
opencode # reads AGENTS.md
gemini # reads GEMINI.md
License
MIT License — see LICENSE for details.
For agents
This page has a .md twin and JSON over the API.