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 commands/nvk/llm-wiki/collectgit clone --depth 1 https://github.com/nvk/llm-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/commands/nvk/llm-wiki/collect)<a href="https://agentmods.dev/commands/nvk/llm-wiki/collect"><img src="https://agentmods.dev/badge/commands/nvk/llm-wiki/collect.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 | $0.00032 | $0.04511 |
| Opus 5 | $0.00016 | $0.02256 |
| Sonnet 5 | $0.00006 | $0.00902 |
| Haiku 4.5 | $0.00003 | $0.00451 |
Grade A, and why
collect scanned grade A with 1 finding 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 3d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
allowed-tools: Read, Write, Edit, Glob, Grep, Bash(ls:*), Bash(wc:*), Bash(date:*), Bash(mkdir:*), Bash(curl:*), Bash(shasum:*), Bash(file:*), Bash(stat:*), WebSearch, WebFetch, Agent How it starts
The opening of the file, as written. The whole thing — 423 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Your task
Find and catalog a bounded set of "things" for the target wiki. This command is for collectible objects and examples where the deliverable is a curated catalog: memes, images, videos, quotes, tools, projects, products, examples, people, venues, source candidates, and similar discoverable artifacts.
Treat collect outputs as a provenance-rich discovery layer for the LLM. They are
where the agent records "I found these things, with this context and confidence,
but I have not yet decided what they mean." Later workflows may promote selected
context pages into raw/, synthesize stable knowledge into wiki/, create
durable tracking records in inventory/, or index large media/data collections
in datasets/.
Collect is not the same as /wiki:research or /wiki:ingest-collection:
- Use
/wiki:researchwhen the user wants an answer, explanation, thesis, or synthesized wiki articles. - Use
/wiki:ingest-collectionwhen the input is a structured upstream corpus such as a Git repo, MediaWiki dump/API, message archive, or Wayback CDX set. - Use
/wiki:inventorydirectly when the user already knows the records to track and no discovery/catalog pass is needed. - Use
/wiki:collectwhen the user says "find", "collect", "catalog", "curate", "gather", "make a list of", or "inventory all the examples of X."
Always be clear about boundedness. "All" means "all discovered within the stated search strategy, quality threshold, and limit", not the entire internet.
Resolve the wiki
Follow the standard resolution flow:
- Read
$HOME/.config/llm-wiki/config.json. If it hashub_path, expand leading~only and prefer that path; useresolved_pathonly as a fallback cache when the expandedhub_pathis unavailable andresolved_pathis initialized. If config has onlyresolved_path, use it. If the configured path can be statted but readingwikis.jsonor listingtopics/fails withOperation not permitted, stop and ask the user to grant Full Disk Access/iCloud Drive access to the launcher; do not fall back to~/wikiorresolved_path. Do not write machine-specificresolved_pathinto shared configs. - If no config exists, read
$HOME/wiki/_index.md. If it exists, use$HOME/wikias HUB. If nothing is found, ask where to create the wiki. - Wiki location, first match:
--local->.wiki/;--wiki <name>->HUB/wikis.jsonlookup with portable path resolution (<HUB>,~, absolute, or HUB-relative), falling back toHUB/topics/<name>if stale; current directory has.wiki/-> use it; otherwise use HUB. - Read
<wiki>/_index.mdto verify. If missing, stop with "No wiki found. Run/wiki initfirst."
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.
- 3d ago First seen · 423 lines · 32 tokens per session scan A 3f12f026df37
collect is a command published in the GitHub repository nvk/llm-wiki (1,175 stars, last pushed 6d ago), licensed MIT. It adds 32 tokens to every session and 4,511 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
implement
Execute phased implementation with validation gates.
project
Generate project documentation (product.md, structure.md, tech.md, codemaps/).
review
Code review with security and @MX tag compliance check.
research-verify
Verify existing research findings against independent primary sources. Upgrades confidence from 'sources agree' to 'independently verified.'.
test-feature
Test a React Native feature on the running simulator/emulator. Verifies UI, user flows, and internal state. Generates a persistent Maestro test file.
fdk-migrate
Migrate a legacy Freshworks app from platform-version 2.3 (2.x), FDK 9.x, and Node 18 to Platform 3.0 with FDK 10.0.1 and Node 24.11.0. Transforms manifest, request templates, Crayons UI, and validates on the new toolchain. Does not install fdk/Node—use fw-setup (or prompt user to add it) per SKILL.md.