install-pdf-full

install-pdf-full is a skill for Claude Code, Codex from roomi-fields/rtfm. It costs 61 tokens per session (205 once invoked), scanned A, original, MIT.

A full PDF parser installer for extracting text and structure from difficult PDF files, including tables, figures, and scanned pages.

In plain words
What is it for?
For installing the parser and its CPU-only dependencies in an isolated environment, then re-indexing project PDFs.
Why use it?
Basic PDF text extraction can lose layout or fail on scanned documents; this adds the larger parser needed for those files.

Skill for Claude CodeCodex

Part of the rtfm plugin — 5 skills, 2 commands, 4 hooks, 1 MCP server shipped together

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 skills/roomi-fields/rtfm/install-pdf-full
Any agent
npx skills add roomi-fields/rtfm --skill install-pdf-full
Clone the repo
git clone --depth 1 https://github.com/roomi-fields/rtfm

Made for: Claude Code, Codex.

Or install rtfm, the plugin that ships this one along with the rest of its 5 skills, 2 commands, 4 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 install-pdf-full

README.md
[![agentmods](https://agentmods.dev/badge/skills/roomi-fields/rtfm/install-pdf-full.svg)](https://agentmods.dev/skills/roomi-fields/rtfm/install-pdf-full)
Your own site
<a href="https://agentmods.dev/skills/roomi-fields/rtfm/install-pdf-full"><img src="https://agentmods.dev/badge/skills/roomi-fields/rtfm/install-pdf-full.svg" alt="Measured on agentmods" height="20"></a>
Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 205 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.00061 $0.00205
Opus 5 $0.00030 $0.00102
Sonnet 5 $0.00012 $0.00041
Haiku 4.5 $0.00006 $0.00020

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

Security

Grade A, and why

install-pdf-full 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 3d 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/install-pdf-full/SKILL.md · 16 lines

What it actually says

Warn the user first: this downloads ~1.5 GB (torch CPU-only build is ~500 MB, marker-pdf and its deps add the rest). Confirm they want to proceed before running.

If confirmed, run this command via the Bash tool:

"${CLAUDE_PLUGIN_ROOT}/bin/rtfm-install-extras" pdf-full

After it completes, tell the user to restart Claude Code, then run rtfm_sync to re-index PDFs with the richer parser.

The install uses the PyTorch CPU index (https://download.pytorch.org/whl/cpu) to avoid pulling the default 5 GB CUDA build. No GPU required.

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. 3d ago First seen · 16 lines · 61 tokens per session scan A 9569667037fb

Subscribe to this mod's changes

install-pdf-full is a skill published in the GitHub repository roomi-fields/rtfm (24 stars, last pushed 3d ago), licensed MIT. It adds 61 tokens to every session and 205 once invoked, about $0.0003 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-30.

Related

Other skills, from other repositories

parse-document

Convert a PDF, scan, image of a page, or office file to clean markdown through the connected Superlinked MCP edge, so the source document is not read into model context directly. Use when the user asks to read, parse, OCR, extract from, summarize, or answer questions about a document.

superlinked/sie · 64 tokens

superlinked-docs

Offload document, image, and structured-output work to the Superlinked inference cluster: convert PDF/DOCX/PPTX/XLSX/HTML/scans to clean markdown, describe an image (caption + tags), or produce schema/grammar-constrained JSON off the cluster — instead of ingesting the file directly, which can reduce the tokens billed…

superlinked/sie · 125 tokens

haypile

Search the user's local documents (PDF, docx, pptx, markdown, text, HTML, mbox email) through Haypile, a local search daemon. Use when the user asks what their files say, wants passages from contracts, papers, or notes, or wants a folder indexed for search. Every result carries a file and page citation. Runs entirely…

BenyD/haypile · 78 tokens

foundry-hosted-agent-validation

Step-by-step process for validating a Python Foundry hosted agent sample (under python/samples/04-hosting/foundry-hosted-agents/) end to end — running it locally (native runtime and azd ai agent run) and after deploying it to an Azure AI Foundry project with azd. Use this when asked to validate a hosted agent sample.

microsoft/agent-framework · 82 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

format-specific-extraction

Format-specific document extraction workflows.

xberg-io/xberg · 10 tokens