VLM-wiki AGENTS.md

VLM-wiki AGENTS.md is an instructions file for Codex, OpenCode from VeniVeci/VLM-wiki. It costs 1,638 tokens per session, scanned A, original, MIT.

A set of instructions for maintaining a personal knowledge base from images, videos, audio and text with vision-and-language AI. It stores original material separately from compiled wiki articles.

In plain words
What is it for?
Adding media, managing the wiki folders, compiling knowledge articles and configuring the models used to process them.
Why use it?
It gives an AI agent a consistent way to organise mixed media and build a knowledge base that grows over time.

Instructions file for CodexOpenCode

Written for Codex and OpenCode: the file is AGENTS.md. Also seen: mentions AGENTS.md.

Install

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.

agentmods
npx agentmods add instructions/veniveci/vlm-wiki/agents-md
Clone the repo
git clone --depth 1 https://github.com/VeniVeci/VLM-wiki

Made for: Codex, OpenCode.

Wrote 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.

agentmods badge for VLM-wiki AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/veniveci/vlm-wiki/agents-md.svg)](https://agentmods.dev/instructions/veniveci/vlm-wiki/agents-md)
Your own site
<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>
Per session 1,638 This file is loaded in full into every session.
When invoked 1,638 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 5d ago against content hash f84e13b86d29, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

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.

AGENTS.md · 191 lines

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)

Read the full file on GitHub · 191 lines

Changes

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.

  1. 5d ago First seen · 191 lines · 1,638 tokens per session scan A f84e13b86d29

Subscribe to this mod's changes

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.

Related

Other instructions, from other repositories