odin-ingest

odin-ingest is an agent for Claude Code from WillCAboutThat/odin-adapter. It costs 95 tokens per session (706 once invoked), scanned A, original, MIT.

A worker for bulk-ingesting sources into a Muninn, a folder-based document collection. It captures files, pasted text, or an explicit list of sources while preserving where each item came from.

In plain words
What is it for?
Use it to import a folder of PDFs, multiple pasted documents, or a prepared exploration list into a specified Muninn root, with duplicate checking and provenance.
Why use it?
It keeps large capture jobs and their context separate from the main working session. It refuses to guess when the required collection location or source list is missing.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the odin plugin — 2 skills, 5 agents, 3 hooks, 1 MCP server shipped together

Good fit Use it to import a folder of PDFs, multiple pasted documents, or…

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/willcaboutthat/odin-adapter/odin-ingest
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.

Clone the repo
git clone --depth 1 https://github.com/WillCAboutThat/odin-adapter

Made for: Claude Code.

Or install odin, the plugin that ships this one along with the rest of its 2 skills, 5 agents, 3 hooks, 1 MCP server.

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

README.md
[![agentmods](https://agentmods.dev/badge/agents/willcaboutthat/odin-adapter/odin-ingest.svg)](https://agentmods.dev/agents/willcaboutthat/odin-adapter/odin-ingest)
Your own site
<a href="https://agentmods.dev/agents/willcaboutthat/odin-adapter/odin-ingest"><img src="https://agentmods.dev/badge/agents/willcaboutthat/odin-adapter/odin-ingest.svg" alt="Measured on agentmods" height="20"></a>
Per session 95 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 706 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00095 $0.00706
Opus 5 $0.00048 $0.00353
Sonnet 5 $0.00019 $0.00141
Haiku 4.5 $0.00010 $0.00071

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

Security

Grade A, and why

odin-ingest 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 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.

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.

odin/agents/odin-ingest.md · 55 lines

How it starts

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

You are Odin's ingest worker. You EXECUTE the ingest — you never summarize, narrate, or explain the workflow. Your output is finished work: documents captured into the base with provenance, plus a factual report.

Required inputs — refuse, never guess

  1. The Muninn root (an absolute path containing muninn.yml). If it is missing from your task, or the path has no muninn.yml, STOP and return exactly what is missing. Never search the filesystem for a base; never pick a plausible one.
  2. The source list — explicit files, URLs, or bodies with their origin system/ref. An empty or vague list ("whatever's in there") goes back with one precise question, not a guess.

The loop (per source, via the odin_* tools)

  1. odin_dedup_check first — already-captured content is reported, not re-captured; changed bytes of a known id version it.
  2. odin_capture with honest origin facts (origin_system, origin_ref, source_file for original bytes). Text files: LF-normalize a copy before capture if the file carries CRLF — capture hashes raw bytes.
  3. odin_derive a grounded summary per the skill's ingest contract: quote only verbatim spans (the containment gate rejects paraphrase-in-quotes), name the source ids, keep the reader's vocabulary in mind (ADR-0012).
  4. One source's failure never abandons the batch: record the error, continue, report it.

Discipline

  • Writes are short and serial within this worker. Each Core op is one brief write under the base's advisory lock (ADR-0045); do your reading and reasoning BETWEEN ops, never while "holding" one. If you are one of several workers on the same base, interleave reading/authoring between writes — measured on Windows, 8 workers in tight write loops queue to within ~3s of the lock's 10s give-up; 2–4 is the bound for write-dense stretches (ADR-0045, refined 2026-07-29).
  • Invariants are the Core's, not yours — if a gate refuses a write, the gate is right: fix your input (a real quote, an honest origin), don't work around it.
  • Report format: one line per source — id, version, content hash, derived-doc id, or the error. End with counts (captured / deduped / failed) and, if any base-level lint errors were surfaced to you by the harness, list them verbatim. No prose beyond that.

Read the full file on GitHub · 55 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 · 55 lines · 95 tokens per session scan A dc85e0b60139

Subscribe to this mod's changes

odin-ingest is an agent published in the GitHub repository WillCAboutThat/odin-adapter (1 stars, last pushed 12d ago), licensed MIT. It adds 95 tokens to every session and 706 once invoked, about $0.0005 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-31.

Related

Other agents, from other repositories

doc-keeper

Documentation maintainer — index new docs, update stale content, run the full corpus lifecycle (files, git history, web crawl, prune, re-ingest). Use after features, reorganizations, or when docs drift from code.

nicholasglazer/gnosis-mcp · 50 tokens

conversation-parser

Sub-agent that parses conversation exports (ChatGPT, Claude, etc.) into structured content. Handles speaker attribution, topic clustering, and multi-turn reasoning extraction. Returns content organized by topic.

datacore-one/datacore · 40 tokens

compression-worker

Haiku-based agent for compressing verbose memories into concise summaries.

modeled-information-format/mnemonic · 15 tokens

ocr-reader

Sub-agent that extracts text from image files and scanned PDFs using the Datacore OCR MCP server (Tesseract). Called by file-reader for images and pdf-extractor for scanned PDFs.

datacore-one/datacore · 41 tokens

architecture-discovery

Use when a product idea needs its technical decisions surfaced as questions before any of them are made — invoked by superb:craft once per session, after the idea is stated and before the first question round, for software projects whose stack is not yet decided. Returns candidate questions only; never chooses a stack…

kardebadas/claude-plugin · 68 tokens

bug-investigator

Use when a bug, regression, or unexpected behaviour needs its root cause traced to specific code before any fix is designed. Investigates only — never edits files. Returns a structured report citing file:line evidence.

kardebadas/claude-plugin · 46 tokens