collect

collect is a command for coding agents from nvk/llm-wiki. It costs 32 tokens per session (4,511 once invoked), scanned A, original, MIT.

A command for finding and cataloguing a limited set of items, such as tools, projects, products, media, people, or examples. It keeps the discovery context and source details for later use.

In plain words
What is it for?
Use it to discover, organize, remove duplicates from, and optionally inventory a defined collection of things.
Why use it?
It separates finding possible items from deciding what they mean, making research easier to review and reuse.

Command

Part of the claude-plugin plugin — 1 skill, 28 commands shipped together

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 commands/nvk/llm-wiki/collect
Clone the repo
git clone --depth 1 https://github.com/nvk/llm-wiki

Or install claude-plugin, the plugin that ships this one along with the rest of its 1 skill, 28 commands.

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 collect

README.md
[![agentmods](https://agentmods.dev/badge/commands/nvk/llm-wiki/collect.svg)](https://agentmods.dev/commands/nvk/llm-wiki/collect)
Your own site
<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>
Per session 32 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 4,511 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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 $0.00032 $0.04511
Opus 5 $0.00016 $0.02256
Sonnet 5 $0.00006 $0.00902
Haiku 4.5 $0.00003 $0.00451

Measured 3d ago against content hash 3f12f026df37, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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
claude-plugin/commands/collect.md · 423 lines

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:research when the user wants an answer, explanation, thesis, or synthesized wiki articles.
  • Use /wiki:ingest-collection when the input is a structured upstream corpus such as a Git repo, MediaWiki dump/API, message archive, or Wayback CDX set.
  • Use /wiki:inventory directly when the user already knows the records to track and no discovery/catalog pass is needed.
  • Use /wiki:collect when 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:

  1. Read $HOME/.config/llm-wiki/config.json. If it has hub_path, expand leading ~ only and prefer that path; use resolved_path only as a fallback cache when the expanded hub_path is unavailable and resolved_path is initialized. If config has only resolved_path, use it. If the configured path can be statted but reading wikis.json or listing topics/ fails with Operation not permitted, stop and ask the user to grant Full Disk Access/iCloud Drive access to the launcher; do not fall back to ~/wiki or resolved_path. Do not write machine-specific resolved_path into shared configs.
  2. If no config exists, read $HOME/wiki/_index.md. If it exists, use $HOME/wiki as HUB. If nothing is found, ask where to create the wiki.
  3. Wiki location, first match: --local -> .wiki/; --wiki <name> -> HUB/wikis.json lookup with portable path resolution (<HUB>, ~, absolute, or HUB-relative), falling back to HUB/topics/<name> if stale; current directory has .wiki/ -> use it; otherwise use HUB.
  4. Read <wiki>/_index.md to verify. If missing, stop with "No wiki found. Run /wiki init first."

Read the full file on GitHub · 423 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. 3d ago First seen · 423 lines · 32 tokens per session scan A 3f12f026df37

Subscribe to this mod's changes

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.