source-ingest

source-ingest is a skill for Claude Code from vassiliylakhonin/agenda-intelligence-md. It costs 90 tokens per session (2,119 once invoked), scanned A, original, MIT.

A source-processing guide that turns a PDF, DOCX, spreadsheet, URL, article, or transcript into a structured record with metadata, excerpts, and evidence labels.

In plain words
What is it for?
Use it before analyzing a supplied document or transcript, especially when the result needs provenance—the record of where each claim came from.
Why use it?
It reduces the risk of missing authorship or dates and helps keep later analysis tied to the correct source and claims.

Skill for Claude Code

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

Needs its repository: it reads a path above its own folder, which exists only inside the repository. The line is `sanctions.json`](../../source-requirements/sanctions.json) or the relevant.

Part of the agenda-intelligence plugin — 3 skills, 2 MCP servers shipped together

Good fit Use it before analyzing a supplied document or transcript, especially when the result needs provenance—the record of where each claim came from.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/vassiliylakhonin/agenda-intelligence-md
agentmods
npx agentmods add skills/vassiliylakhonin/agenda-intelligence-md/source-ingest

Made for: Claude Code.

Or install agenda-intelligence, the plugin that ships this one along with the rest of its 3 skills, 2 MCP servers.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/vassiliylakhonin/agenda-intelligence-md/source-ingest/github.svg)](https://agentmods.dev/skills/vassiliylakhonin/agenda-intelligence-md/source-ingest)
Your own site
<a href="https://agentmods.dev/skills/vassiliylakhonin/agenda-intelligence-md/source-ingest"><img src="https://agentmods.dev/badge/skills/vassiliylakhonin/agenda-intelligence-md/source-ingest/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 source-ingest

Your own site · 80×15
<a href="https://agentmods.dev/skills/vassiliylakhonin/agenda-intelligence-md/source-ingest"><img src="https://agentmods.dev/badge/skills/vassiliylakhonin/agenda-intelligence-md/source-ingest.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 90 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,119 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00090 $0.02119
Opus 5 $0.00045 $0.01059
Sonnet 5 $0.00018 $0.00424
Haiku 4.5 $0.00009 $0.00212

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

Security

Grade A, and why

source-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 11d 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.

skills/source-ingest/SKILL.md · 168 lines

How it starts

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

Source Ingest

Use this skill to process a raw source into a normalized record before analysis.

Do not skip this step when the user provides an external document that will be used as evidence. Running analysis directly on an unprocessed source risks attributing the wrong source type, missing date/author context, and carrying in unsupported claims.

When to use

  • User provides a PDF, DOCX, XLSX, or file path.
  • User pastes a URL or article text.
  • User shares a transcript (speech, meeting, interview, briefing).
  • You are about to run agenda-intelligence or a policy-risk memo and the evidence base is user-provided or a specific retrieved document.

When not to use

  • General web browsing without a specific document.
  • Reasoning-only analysis where no source is being ingested.
  • You are writing or editing a memo that is already sourced.

Live retrieval limitations

Many authoritative sources (OFAC/Treasury, FATF, Reuters, major think-tanks) block automated retrieval in CLI and agent environments. If a URL fetch fails:

  1. Do not fabricate the document content.
  2. Mark the source as [primary][verify] or [secondary][verify] based on what it would be if accessed.
  3. Note the retrieval failure explicitly in the source record under "Source limitations."
  4. Downgrade the downstream memo's evidence mode to mixed or reasoning_only as appropriate.
  5. Include a [verify] flag on every claim derived from that source.

The memo's limitation note must reflect which sources were not accessed.

Output format

Produce a source record in this shape:

## Source record

**Title:** [Full title or best approximation if absent]
**Author / publisher:** [Name, institution, or "Unknown"]
**Date:** [Publication or document date, YYYY-MM-DD or YYYY-MM if only month known]
**Document type:** [official-doc | regulatory-filing | court-record | company-filing | research-report | media-article | think-tank-report | transcript | dataset | other]
**URL or file:** [URL or filename]
**Retrieval / received date:** [YYYY-MM-DD — when you accessed or received it]
**Language:** [Language of the source]

### Axis A classification (SOURCE_POLICY)
**Source type:** [primary | secondary | user-provided]
- `primary` — official document, legal text, regulator statement, sanctions list, court record, company filing, parliamentary record, treaty text, directly accessed.
- `secondary` — think-tank report, media article, analyst commentary, research note.
- `user-provided` — provided by the user in this session, not independently verified.

### Axis B flags
[Add if applicable]
- `[verify]` — if a key claim should be confirmed against the original before operational use.
- `[stale-risk: YYYY-MM]` — if the document is dated and the covered facts may have changed.

### Key claims (extracted)

For each material claim in the document, produce one line:

| Claim | Page / section | Provenance | Action flag |
|---|---|---|---|
| [Quoted or closely paraphrased claim] | [p. N or §N] | [primary / secondary / user-provided / inference] | [verify / stale-risk: YYYY-MM / none] |

Limit to 5–10 claims most relevant to the user's task. Do not list everything.

This table is the accountable claim inventory for the downstream memo. The analysis that consumes this record must account for every row: each claim ends as **used** (woven in, with its provenance tag), **flagged-but-not-used** ("I cannot verify [X]; it is not used"), **conflict-surfaced** (both positions named with provenance), or **out-of-scope** (explicitly excluded, with a one-line reason). Silently dropping a listed claim between this record and the memo is an honesty failure, not a length optimization.

### Key excerpts (quoted)

> "[Direct quote from source, including enough context to be intelligible.]"
> — [Author if named], [Title], [Date], [Page or section if known]

Include 2–5 excerpts that are most likely to be cited in the downstream analysis.

### Source limitations

State what this source does and does not establish:

- **Establishes:** [What factual claims are directly supported by this document.]
- **Does not establish:** [What the document cannot support — scope limits, missing data, what it does not screen or verify.]
- **Potential bias or framing:** [Publisher orientation, advocacy position, or conflict of interest if relevant.]

### Routing

Based on the document's topic, suggest which source-requirements pack and skill references to load next:

- **Source-requirements (Agenda Intelligence MD):** [e.g.,
  `sanctions.json`](../../source-requirements/sanctions.json) or the relevant
  sibling file under `source-requirements/`.
- **Skill reference (Agenda Intelligence MD):** [e.g., the sanctions
  reference](../agenda-intelligence/references/sector/sanctions.md) or the
  relevant sibling file under `../agenda-intelligence/references/`.
- **Vertical source guide:** If the document relates to a specific region, load the relevant vertical skill's source guide for source tiering, freshness horizons, and authoritative URL pointers:
  - Central Asia / Caspian: `docs/source-guide.md` in [central-asia-caspian-hybrid-intelligence-skill](https://github.com/vassiliylakhonin/central-asia-caspian-hybrid-intelligence-skill)
  - Gulf / Middle East: `docs/source-guide.md` in [gulf-middle-east-hybrid-intelligence-skill](https://github.com/vassiliylakhonin/gulf-middle-east-hybrid-intelligence-skill)
- **Evidence-pack JSON mode:** one of `live_source_backed`, `user_provided`,
  `reasoning_only`, or `mixed`, as defined by
  [`SOURCE_POLICY.md`](../../SOURCE_POLICY.md).
- **Agenda-memo JSON mode:** one of `reasoning_only`, `user_provided`, or
  `mixed`, as defined by
  [`agenda-memo.schema.json`](../../schemas/v1/agenda-memo.schema.json). The
  product shell does not accept `live_source_backed`; sources retrieved upstream
  are supplied to it by the caller and therefore map to `user_provided` or
  `mixed`.

Read the full file on GitHub · 168 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. 11d ago First seen · 168 lines · 90 tokens per session scan A 8ae315f71058

Subscribe to this mod's changes

source-ingest is a skill published in the GitHub repository vassiliylakhonin/agenda-intelligence-md (6 stars, last pushed 2d ago), licensed MIT. It adds 90 tokens to every session and 2,119 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 skills, from other repositories

onenote

OneNote MCP connects an AI assistant to Microsoft OneNote through the Microsoft Graph API: browsing notebooks/sections/pages, reading full page content (HTML), creating pages, and full-text search across the user's notes. 13 tools, dual transport (stdio + HTTP streamable on 10907).

sandraschi/onenote-mcp · 0 tokens

textual

Build, style, and debug terminal user interfaces in Python with Textual. Use when the user mentions Textual, a TUI, App/Widget/Screen subclasses, reactive attributes, TCSS or Textual CSS, textual run, textual console, or compose(). Do NOT use for plain CLI argument parsing (use click-cli), Rich-only static output (use…

vinsonconsulting/califa-cards · 88 tokens

n8n-binary-and-data

Handle files and binary data in n8n correctly. Use when working with files, images, PDFs, attachments, uploads or downloads, base64, vision/multimodal input, or when an AI agent needs a file as tool input or output — and whenever the user mentions $binary, binaryPropertyName, "read the PDF", "attach the file", "send…

czlonkowski/n8n-mcp · 135 tokens

extracting-keywords

Use when extracting keywords (YAKE/RAKE) from documents — and, secondarily, when detecting document language or generating embeddings for RAG and search. Covers the keyword config (and its feature gating), --detect-language, and the standalone embed command with real flags.

xberg-io/xberg · 63 tokens

format-specific-extraction

Format-specific document extraction workflows.

xberg-io/xberg · 10 tokens

typescript-providers

Implement, modify, test, or document TypeScript provider packages under ts/packages/providers, including framework adapters for OpenAI, Anthropic, Google, LangChain, Mastra, Vercel, LlamaIndex, Cloudflare, and Claude Agent SDK. Use for provider-specific TS work; do not use for core-only changes.

ComposioHQ/composio · 70 tokens