inventory

A command for keeping a durable list of things related to a wiki, such as ideas, tasks, entities, source candidates, collections of material, and open questions.

In plain words
What is it for?
Use it to create and track records that need attention, follow-up, or later conversion into research and wiki content.
Why use it?
It prevents useful items from being lost in notes or mixed up with finished wiki articles.

Command

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/inventory
Clone the repo
git clone --depth 1 https://github.com/nvk/llm-wiki
Per session 34 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,684 The whole file, excluding the scripts and references it only reads on demand.
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 $0.00034 $0.02684
Opus 5 $0.00017 $0.01342
Sonnet 5 $0.00007 $0.00537
Haiku 4.5 $0.00003 $0.00268

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

Security

Grade A, and why

inventory 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 2d 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.

claude-plugin/commands/inventory.md · 184 lines

How it starts

The opening of the file, as written. The whole thing — 184 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Your task

Resolve the wiki. Do NOT broadly search the filesystem — follow these steps:

  1. Read $HOME/.config/llm-wiki/config.json. If it has hub_path, expand leading ~ only (not tildes in com~apple~CloudDocs) 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 → read $HOME/wiki/_index.md. If it exists → HUB = $HOME/wiki. If nothing found, ask the user where to create the wiki.
  3. Wiki location (first match): --local.wiki/ in CWD; --wiki <name>HUB/wikis.json lookup with portable path resolution (<HUB>, ~, absolute, or HUB-relative); if the registry path is stale, fall back to HUB/topics/<name>; CWD has .wiki/ → use it; else → HUB.
  4. Read <wiki>/_index.md to verify. If missing → stop with "No wiki found. Run /wiki init first."

Archive rule: inventory commands operate on active topic wikis by default. If a named target is archived, stop and ask the user to restore it or rerun with --include-archived. When explicitly included, list/update records only inside that archived topic path and label the result as archived. Do not let archived inventory records from archived topics appear in default cross-wiki summaries.

After resolving the wiki, read the inventory reference at skills/wiki-manager/references/inventory.md, then run the requested subcommand.

Inventory records are durable tracking objects, not compiled articles and not raw sources. Use them for physical or digital items, Ideas, ingest candidates, important entities, corpora to watch, open questions, recurring tasks, or "things we want to keep inventory of." They live under inventory/ and can point at raw/wiki/output files without moving them. Route kind: idea through /wiki:idea so it receives research, shaping, and explicit Project-promotion behavior.

Be opinionated. Before writing or migrating records, tell the user whether inventory is the right layer:

  • Good fit: durable state with priority/status/next action, a physical/digital item to own/use/compare, a source/corpus to evaluate later, an entity/watch item, a deliverable-oriented Idea to shape, or a follow-up that should survive the chat session.
  • Too small: one-off source to ingest now, a factual question, or a note with no future action. Route to ingest, query, or raw notes instead.
  • Too big: hundreds of row-like items, datasets, message archives, snapshots, or collections. Create one corpus inventory record plus a dataset manifest or collection ingest, not one inventory record per row.
  • Out of scope: authoritative source text (raw/), synthesized knowledge (wiki/), generated deliverables (output/), project goals (WHY.md), or secrets/private operational data.

For bigger pivots, show a sample table of 1-3 proposed records and the recommendation before asking to apply. Default to dry-run for migrations and bulk conversions.

Read the full file on GitHub · 184 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. 2d ago First seen · 184 lines · 34 tokens per session scan A da9199a7b26d

Subscribe to this mod's changes

inventory is a command published in the GitHub repository nvk/llm-wiki (1,175 stars, last pushed 5d ago), licensed MIT. It adds 34 tokens to every session and 2,684 once invoked, about $0.0002 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.