Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add instructions/veniveci/vlm-wiki/agents-mdgit clone --depth 1 https://github.com/VeniVeci/VLM-wikiWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/instructions/veniveci/vlm-wiki/agents-md)<a href="https://agentmods.dev/instructions/veniveci/vlm-wiki/agents-md"><img src="https://agentmods.dev/badge/instructions/veniveci/vlm-wiki/agents-md.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.01638 | $0.01638 |
| Opus 5 | $0.00819 | $0.00819 |
| Sonnet 5 | $0.00328 | $0.00328 |
| Haiku 4.5 | $0.00164 | $0.00164 |
Grade A, and why
VLM-wiki AGENTS.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 191 lines — stays where its author put it; the contents beside it link to each section on GitHub.
VLM Wiki Agent
Build and maintain a personal full-modal knowledge base using VLMs (Vision Language Models) and LLMs. Manage multiple directories for different media types, compile them into unified wiki articles. The wiki compounds over time.
Trigger keywords: vlmwiki, add media, add image, add video, add audio, multimodal wiki, 全模态, 记忆库
Model Note: If multi-modal models are not configured in
.vlmwiki/config.json, the agent will automatically use the built-in models from the current AI IDE (e.g., Trae IDE's MiniMax-M2).
Core Philosophy
"The VLM wiki is a persistent, compounding artifact of your life." "The wiki writes and maintains itself with VLM/LLM; the human reads and reflects."
Architecture
Three layers, all under the user's project root:
project/
├── raw/ # Immutable source material (read-only)
│ ├── images/ # Photos, screenshots, images
│ ├── videos/ # Video files with transcripts
│ ├── audio/ # Voice memos, recordings
│ ├── text/ # Text documents, notes
│ └── diary/ # Daily diary entries
│
├── wiki/ # Compiled knowledge articles (VLM/LLM maintained)
│ ├── index.md # Global index
│ ├── log.md # Append-only operation log
│ ├── moments/ # Life moments & milestones
│ ├── people/ # People in your life
│ ├── places/ # Places you've been
│ ├── projects/ # Projects you're working on
│ ├── concepts/ # Topics, ideas, concepts
│ ├── patterns/ # Discovered patterns
│ └── archives/ # Archived syntheses
│
├── .vlmwiki/ # Configuration
│ └── config.json # Model and settings config
│
└── AGENTS.md # This file
Special Files
- wiki/index.md — Global index with one row per article, grouped by category
- wiki/log.md — Append-only operation log
- .vlmwiki/config.json — Model configuration (VLM, LLM, storage paths)
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 5d ago First seen · 191 lines · 1,638 tokens per session scan A f84e13b86d29
VLM-wiki AGENTS.md is an instructions file published in the GitHub repository VeniVeci/VLM-wiki (11 stars, last pushed 2mo ago), licensed MIT. It adds 1,638 tokens to every session, about $0.0082 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
pi-llm-wiki AGENTS.md
AGENTS.md instructions for zosmaai/pi-llm-wiki, covering agents.md, project, tech stack, file layout and conventions.
obsidian-llm-wiki CLAUDE.md
Claude Code instructions for green-dalii/obsidian-llm-wiki, a project described as: Karpathy's LLM Wiki implementation plugin for Obsidian - turns notes and PDFs into a linked, LLM-powered knowledge base with entity pages, concept pages, graph-powered Q&A, and local-first privacy.
mindbase-llm-wiki CLAUDE.md
Claude Code instructions for frankchu91/mindbase-llm-wiki, covering mindbase — north star for claude code, product thesis (one paragraph), the 3-layer architecture (from karpathy), the 3 operations (from karpathy) and special files (from karpathy).
DeepRefine-Skill GEMINI.md
Instructions for HKUST-KnowComp/DeepRefine-Skill, covering deeprefine skill for gemini cli, core behavior and commands.
zissa-wiki CLAUDE.md
Instructions for MetamusicX/zissa-wiki, covering claude.md — research wiki schema, identity, architecture, folder conventions and raw/.
llm-brain CLAUDE.md
Instructions for kimsanguine/llm-brain, covering llm-brain — claude code 운영 지침, 가드레일 (절대 위반 금지), 프라이버시 경계 (agent memory os), 명령어 and ingest.