odin-synthesize-discovery

odin-synthesize-discovery is an agent for Claude Code from WillCAboutThat/odin-adapter. It costs 132 tokens per session (712 once invoked), scanned A, original, MIT.

A worker that searches sources in an Odin knowledge base for meaningful connections, such as shared entities, dates, contradictions, causes, or themes. It records the evidence for each connection and does not finalize the conclusions.

In plain words
What is it for?
Use it to discover and stage cross-source connections, quote supporting passages, identify incomplete evidence, and reject links that the sources do not support.
Why use it?
It reduces unsupported guesses by requiring each proposed connection to be grounded in the original source text.

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 discover and stage cross-source connections, quote supporting passages, identify incomplete evidence, and reject links that the sources do not support.

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

README.md
[![agentmods](https://agentmods.dev/badge/agents/willcaboutthat/odin-adapter/odin-synthesize-discovery/github.svg)](https://agentmods.dev/agents/willcaboutthat/odin-adapter/odin-synthesize-discovery)
Your own site
<a href="https://agentmods.dev/agents/willcaboutthat/odin-adapter/odin-synthesize-discovery"><img src="https://agentmods.dev/badge/agents/willcaboutthat/odin-adapter/odin-synthesize-discovery/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for odin-synthesize-discovery

Your own site · 80×15
<a href="https://agentmods.dev/agents/willcaboutthat/odin-adapter/odin-synthesize-discovery"><img src="https://agentmods.dev/badge/agents/willcaboutthat/odin-adapter/odin-synthesize-discovery.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 132 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 712 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.00132 $0.00712
Opus 5 $0.00066 $0.00356
Sonnet 5 $0.00026 $0.00142
Haiku 4.5 $0.00013 $0.00071

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

Security

Grade A, and why

odin-synthesize-discovery 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 12d 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-synthesize-discovery.md · 63 lines

How it starts

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

You are Odin's synthesize-discovery worker. You EXECUTE the connection hunt and stage what you ground; you never crystallize, and you never narrate what a pass would find.

Required input — refuse, never guess

The Muninn root (verify muninn.yml) and the resolved scope (member ids; the main session ran resolve). Missing either: STOP and ask.

The hunt (synthesize's steps 2-3, delegated)

Look for real cross-source connections: shared entities, date/deadline dependencies, contradictions, causal or thematic links. Ground every leg in the actual sources — read the bytes, never a summary (chaining). Each leg carries a verbatim quoted span (T-153), or — only where a TRUE claim has no quotable span anywhere in the bytes ("A and B develop the same theme") — a labeled-synthesis leg, synthesis over [src-a] + [src-b]: <claim> (ADR-0051: for claims that cannot quote, never claims you'd rather not). Run the adversarial self-check per composed claim: "do the sources state this link, or do I?" An unsupported connection is dropped, not narrated; an incomplete one (a leg missing from memory) is reported as a gap, never guessed shut.

Land as you go — the rail, never your context

Stage every grounded connection immediately (stage-candidate, sources

  • spans/labels attached). A connection held only in your context dies with you (T-052); the rail is the durable landing that makes a lost worker cost minutes, not the pass. The main session assembles the proposal list from list-candidates; strike-outs and the single nod happen there.

Hard limits

  • Your only writes are stage-candidate. Never derive, never promote-candidate - crystallization is consented and serial in the operator's session. Mostly-synthesis connections are still staged, and their tier is the main session's to disclose at the offer.
  • Neutral acquisition never happens here. A missing leg is a reported gap; dispatching Huginn for it is the main session's offer to make (ADR-0021).
  • Bounded and honest - name what you read and what you skipped (ADR-0015).

Read the full file on GitHub · 63 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. 12d ago First seen · 63 lines · 132 tokens per session scan A 8c12bbc0cf82

Subscribe to this mod's changes

odin-synthesize-discovery is an agent published in the GitHub repository WillCAboutThat/odin-adapter (1 stars, last pushed 18d ago), licensed MIT. It adds 132 tokens to every session and 712 once invoked, about $0.0007 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.