grounded-rag-ingestion

grounded-rag-ingestion is a skill for Claude Code from PSPDFKit-labs/nutrient-skills. It costs 204 tokens per session (2,847 once invoked), scanned C, original, no licence file.

A document chunking tool that creates JSONL records with each piece linked to its exact source location. RAG, or retrieval-augmented generation, lets an AI retrieve document passages before answering.

In plain words
What is it for?
Use it to prepare documents for embedding and for building grounded, traceable, or auditable RAG systems.
Why use it?
It makes AI answers easier to check because each chunk includes its page, position, reading order, element type, and confidence.

Skill for Claude Code

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

Part of the nutrient-dws plugin — 4 skills shipped together

Good fit Use it to prepare documents for embedding and for building grounded, traceable, or auditable RAG systems.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pspdfkit-labs/nutrient-skills/grounded-rag-ingestion
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.

Any agent
npx skills add PSPDFKit-labs/nutrient-skills --skill grounded-rag-ingestion
Clone the repo
git clone --depth 1 https://github.com/PSPDFKit-labs/nutrient-skills

Made for: Claude Code.

Or install nutrient-dws, the plugin that ships this one along with the rest of its 4 skills.

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 grounded-rag-ingestion

README.md
[![agentmods](https://agentmods.dev/badge/skills/pspdfkit-labs/nutrient-skills/grounded-rag-ingestion/github.svg)](https://agentmods.dev/skills/pspdfkit-labs/nutrient-skills/grounded-rag-ingestion)
Your own site
<a href="https://agentmods.dev/skills/pspdfkit-labs/nutrient-skills/grounded-rag-ingestion"><img src="https://agentmods.dev/badge/skills/pspdfkit-labs/nutrient-skills/grounded-rag-ingestion/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 grounded-rag-ingestion

Your own site · 80×15
<a href="https://agentmods.dev/skills/pspdfkit-labs/nutrient-skills/grounded-rag-ingestion"><img src="https://agentmods.dev/badge/skills/pspdfkit-labs/nutrient-skills/grounded-rag-ingestion.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 204 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,847 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.00204 $0.02847
Opus 5 $0.00102 $0.01424
Sonnet 5 $0.00041 $0.00569
Haiku 4.5 $0.00020 $0.00285

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

Security

Grade C, and why

grounded-rag-ingestion scanned grade C 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 11d ago.

The scan reads SKILL.md. This mod also ships 4 executable files (examples/embed-chunks-illustrative.py, scripts/chunk.py, scripts/test_chunk.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Harvests environment variableshighData exfiltration

Enumerating or grepping the environment for keys collects credentials unrelated to what the mod says it does.

- Get a Nutrient DWS Extract API key at <https://dashboard.nutrient.io/>.
plugins/nutrient-dws/skills/grounded-rag-ingestion/SKILL.md · 208 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 208 lines · 204 tokens per session scan C 7fefb94fe002

Subscribe to this mod's changes

grounded-rag-ingestion is a skill published in the GitHub repository PSPDFKit-labs/nutrient-skills (18 stars, last pushed 5d ago), with no licence file. It adds 204 tokens to every session and 2,847 once invoked, about $0.0010 per session on Opus 5. A static security scan graded it C with 1 finding (harvests environment variables). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

RAG Chunking Strategy Advisor

Given a document type and retrieval goal, recommends the optimal chunking strategy for a RAG pipeline to minimize retrieval failures.

Notysoty/openagentskills · 31 tokens

convert-document-for-rag-ingestion

Convert a document to clean markdown suitable for chunking and embedding in a RAG pipeline.

iterationlayer/skills · 26 tokens

markitdown

Convert heterogeneous documents and selected URIs to Markdown with Microsoft MarkItDown for text analysis, search, and LLM/RAG ingestion. Covers safe local conversion, streams, Office/PDF/data formats, batch workflows, plugins, vision OCR, Azure extraction, and the official MCP server.

K-Dense-AI/scientific-agent-skills · 61 tokens

llamaindex

Data framework for building LLM applications with RAG. Specializes in document ingestion (300+ connectors), indexing, and querying. Features vector indices, query engines, agents, and multi-modal support. Use for document Q&A, chatbots, knowledge retrieval, or building RAG pipelines. Best for data-centric LLM…

davila7/claude-code-templates · 70 tokens

9router-embeddings

Generate vector embeddings via 9Router /v1/embeddings using OpenAI / Gemini / Mistral / Voyage / Nvidia / GitHub embedding models for RAG, semantic search, similarity. Use when the user wants embeddings, vectors, RAG, semantic search, or to embed text.

decolua/9router · 66 tokens

azure-ai

Use for Azure AI: Search, Speech, OpenAI, Document Intelligence. Helps with search, vector/hybrid search, speech-to-text, text-to-speech, transcription, OCR. WHEN: AI Search, query search, vector search, hybrid search, semantic search, speech-to-text, text-to-speech, transcribe, OCR, convert text to speech.

microsoft/skills · 76 tokens