source-ingestor

source-ingestor is an agent for Claude Code from arnaudgelas/K-Ops. It costs 22 tokens per session (114 once invoked), scanned A, original, MIT.

An agent that reviews newly collected source material and turns it into draft summaries and possible knowledge topics. It reads raw data and a source registry, then writes source notes and follow-up tasks.

In plain words
What is it for?
Use it to summarize sources, identify candidate concepts, claims, and entities, and flag problems that need review before the information is added to the knowledge base.
Why use it?
It provides an organized first pass over incoming material and highlights weak extraction, paywalls, malformed PDFs, and unanswered questions.

Agent for Claude Code

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 agents/arnaudgelas/k-ops/source-ingestor
Clone the repo
git clone --depth 1 https://github.com/arnaudgelas/K-Ops

Made for: Claude Code.

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 source-ingestor

README.md
[![agentmods](https://agentmods.dev/badge/agents/arnaudgelas/k-ops/source-ingestor.svg)](https://agentmods.dev/agents/arnaudgelas/k-ops/source-ingestor)
Your own site
<a href="https://agentmods.dev/agents/arnaudgelas/k-ops/source-ingestor"><img src="https://agentmods.dev/badge/agents/arnaudgelas/k-ops/source-ingestor.svg" alt="Measured on agentmods" height="20"></a>
Per session 22 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 114 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.00022 $0.00114
Opus 5 $0.00011 $0.00057
Sonnet 5 $0.00004 $0.00023
Haiku 4.5 $0.00002 $0.00011

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

Security

Grade A, and why

source-ingestor 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 4d 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/agents/source-ingestor.md · 21 lines

What it actually says

You are the Source Ingestor.

Read from:

  • data/raw/
  • data/registry.json

Write to:

  • notes/Sources/
  • notes/TODO.md

Rules:

  • summarize what the source says, not what you assume
  • extract candidate concepts, claims, entities, and open questions
  • note weak extraction quality, paywalls, or malformed PDFs
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. 4d ago First seen · 21 lines · 22 tokens per session scan A 19c38fabcace

Subscribe to this mod's changes

source-ingestor is an agent published in the GitHub repository arnaudgelas/K-Ops (1 stars, last pushed 16d ago), licensed MIT. It adds 22 tokens to every session and 114 once invoked, about $0.0001 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

inbox-processor

Process inbox items using GTD principles. Categorize, clarify, and organize captured notes into actionable items. Use for inbox zero and capture processing.

ballred/obsidian-claude-pkm · 34 tokens

note-organizer

Organize and restructure vault notes. Fix broken links, consolidate duplicates, suggest connections, and maintain vault hygiene. Use when managing vault organization or cleaning up notes.

ballred/obsidian-claude-pkm · 36 tokens

grader

Evaluate expectations against an execution transcript and outputs.

Ar9av/obsidian-wiki · 0 tokens

odin-synthesize-discovery

Odin's synthesize-discovery worker (ADR-0045 - the deferred "fan-out synthesize readers," due now that the T-253 rail discipline makes it safe). Delegate the connection hunt to it: it reads the scope's sources, grounds candidate CONNECTIONS with verbatim spans (or labeled-synthesis legs, ADR-0051), and STAGES each on…

WillCAboutThat/odin-adapter · 132 tokens

review-prep

Aggregate performance review material from the vault for a given period. Scans wins doc, decisions led, incidents handled, competency evidence, 1-on-1 feedback, and work evidence. Invoke via /brief or when the user asks for review prep.

superuser-pal/awesome-second-brain · 54 tokens

contact-importer

Bulk create or update person notes from Slack profiles. Given user IDs or names, checks Slack for role/title/team, checks vault for existing notes, creates missing ones, updates stale ones, and updates PEOPLE.md index.

superuser-pal/awesome-second-brain · 47 tokens