ingest-collection

ingest-collection is a command for Claude Code from nvk/llm-wiki. It costs 31 tokens per session (3,796 once invoked), scanned A, original, MIT.

A command for importing a bounded collection of source material into a wiki as preserved raw records. Examples include documentation repositories, encyclopaedia data, message archives, and web-archive snapshots.

In plain words
What is it for?
Use it to bulk-import source collections, retain their provenance, and prepare them for creating synthesized topic or reference pages.
Why use it?
It keeps the original sources and their origins intact before later work combines them into articles.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

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

About the project

LLM Wiki is a system that uses AI agents to research sources, compile knowledge bases, organize project briefs, and answer questions from the resulting wiki. It is used to turn rough ideas and investigations into structured, reusable knowledge for agents, including Claude Code, Codex, and OpenCode. The catalogue entries are commands, hooks, skills, instructions, and a plugin that implement its workflow.

nvk/llm-wiki · 1,193 stars · on GitHub · llm-wiki.net

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

Made for: Claude Code.

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 ingest-collection

README.md
[![agentmods](https://agentmods.dev/badge/commands/nvk/llm-wiki/ingest-collection.svg)](https://agentmods.dev/commands/nvk/llm-wiki/ingest-collection)
Your own site
<a href="https://agentmods.dev/commands/nvk/llm-wiki/ingest-collection"><img src="https://agentmods.dev/badge/commands/nvk/llm-wiki/ingest-collection.svg" alt="Measured on agentmods" height="20"></a>
Per session 31 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,796 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.1 $0.00031 $0.03796
Opus 5 $0.00015 $0.01898
Sonnet 5 $0.00006 $0.00759
Haiku 4.5 $0.00003 $0.00380

Measured 6d ago against content hash 24566d0080a4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

ingest-collection 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 6d 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(mv:*), Bash(cp:*), Bash(rm:*), Bash(basename:*), Bash(find:*), Bash(git:*), Bash(curl:*), Bash(python3:*), Bash(bunz
claude-plugin/commands/ingest-collection.md · 260 lines

How it starts

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

Your task

Bulk-ingest a collection into the wiki as immutable raw sources. A collection is a bounded upstream corpus, not a single article: a Git repository full of specs, a BIP repository, a MediaWiki XML dump/API site, a CSV/JSON message archive, or a Wayback CDX snapshot set. Do not compile one wiki article per upstream page by default. First preserve raw sources with provenance, then compile synthesized topic/concept/reference articles.

Resolve the wiki. Follow the same resolution flow as /wiki:ingest:

  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 → 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/; --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>; current directory has .wiki/ → use it; else → HUB.
  4. If <wiki>/_index.md is missing and --new-topic <name> is set, create the topic wiki using the init protocol before ingesting. If no wiki exists and no --new-topic, stop and ask for a target wiki.

Archive rule: collection ingest skips archived topic wikis by default. If --wiki <name> resolves to status: archived or a path under topics/.archive/, stop and ask the user to restore it with /wiki:archive restore <name> or rerun with --include-archived. When explicitly included, write only inside that archived topic path and keep it archived. Auto-classification and --new-topic collision checks should treat archived topics as unavailable unless the user explicitly restores or includes archived context.

Read skills/wiki-manager/references/ingestion.md and skills/wiki-manager/references/wiki-structure.md, then follow the collection ingestion protocol.

Read the full file on GitHub · 260 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. 6d ago First seen · 260 lines · 31 tokens per session scan A 24566d0080a4

Subscribe to this mod's changes

ingest-collection is a command published in the GitHub repository nvk/llm-wiki (1,193 stars, last pushed 9d ago), licensed MIT. It adds 31 tokens to every session and 3,796 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.