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.
git clone --depth 1 https://github.com/reductoai/claude-pluginsnpx agentmods add skills/reductoai/claude-plugins/reducto-document-parsingWrote 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.
[](https://agentmods.dev/skills/reductoai/claude-plugins/reducto-document-parsing)<a href="https://agentmods.dev/skills/reductoai/claude-plugins/reducto-document-parsing"><img src="https://agentmods.dev/badge/skills/reductoai/claude-plugins/reducto-document-parsing/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.
<a href="https://agentmods.dev/skills/reductoai/claude-plugins/reducto-document-parsing"><img src="https://agentmods.dev/badge/skills/reductoai/claude-plugins/reducto-document-parsing.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00076 | $0.01457 |
| Opus 5 | $0.00038 | $0.00728 |
| Sonnet 5 | $0.00015 | $0.00291 |
| Haiku 4.5 | $0.00008 | $0.00146 |
Grade A, and why
reducto-document-parsing 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 9d 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.
How it starts
The opening of the file, as written. The whole thing — 205 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Reducto CLI - Document Processing
This skill provides guidance for using the Reducto CLI to parse, extract, and edit documents.
Overview
Reducto CLI is a powerful document processing tool that uses AI to:
- Parse documents into clean Markdown with metadata
- Extract structured data according to JSON schemas
- Edit documents using natural language instructions
Prerequisites
Before using reducto commands, ensure the user is authenticated:
uvx --from reducto-cli reducto login
This opens a browser for device code authentication.
Supported File Types
- PDF:
.pdf - Images:
.png,.jpg,.jpeg - Office documents:
.doc,.docx,.ppt,.pptx - Spreadsheets:
.xls,.xlsx
Commands
1. Parse Documents
Convert documents to Markdown with YAML front matter containing metadata.
Basic usage:
uvx --from reducto-cli reducto parse path/to/document.pdf
Parse entire directory:
uvx --from reducto-cli reducto parse ./documents/
Output: Creates <filename>.parse.md files with parsed content.
Parse Options
| Flag | Description |
|---|---|
--agentic |
Enables all agentic options for tables, text, and figures. Increases accuracy but also increases latency. Use for complex layouts or when maximum accuracy is needed. |
--change-tracking |
Returns <s> tags around strikethrough text, <u> tags around underlined text, and <change> tags around colored adjacent strikethrough and underlined text. Useful for documents with revision history. |
--highlights |
Include highlighted text in output |
--hyperlinks |
Include embedded hyperlinks |
--comments |
Include document comments |
Examples:
# Maximum accuracy (slower)
uvx --from reducto-cli reducto parse document.pdf --agentic
# Contract with change tracking
uvx --from reducto-cli reducto parse contract.pdf --change-tracking
# All metadata
uvx --from reducto-cli reducto parse document.pdf --hyperlinks --comments --highlights
# Combined flags
uvx --from reducto-cli reducto parse legal_doc.pdf --agentic --change-tracking --comments
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.
- 9d ago First seen · 205 lines · 76 tokens per session scan A 51ca8332ca72
reducto-document-parsing is a skill published in the GitHub repository reductoai/claude-plugins (2 stars, last pushed 3mo ago), licensed MIT. It adds 76 tokens to every session and 1,457 once invoked, about $0.0004 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.
Other skills, from other repositories
doc-reader
Read any common document/data file — PDF, Word (.docx), Excel (.xlsx/.xls), PowerPoint (.pptx), images (OCR), CSV/TSV, plain text, JSON/YAML/TOML, HTML/XML, and most source-code files. Use the readdocument tool.
skill-doc-delivery
Convert markdown to DOCX, PPTX, XLSX, PDF office documents — use when you need exportable deliverables.
unified-deliverable-workflow
Generate spreadsheets, diagrams, and PDF reports with iteration budgeting and error recovery.
document-python-direct-exec
Use direct Python execution for reliable spreadsheet and document/PDF generation operations.
document-direct-python
Use direct Python execution for reliable document creation including spreadsheets, PDFs, and structured reports.
document-python-direct
Use direct Python execution for reliable spreadsheet and document/PDF generation operations.