pdf-official

pdf-official is a skill for Claude Code, Codex from evoelsewhere/evoflux. It costs 115 tokens per session (2,387 once invoked), scanned A, original, Apache-2.0.

A toolkit for reading, creating, changing, and completing PDF files. PDF is a document format commonly used for fixed-layout reports, forms, invoices, and scanned pages.

In plain words
What is it for?
Use it to extract text or tables, merge or split pages, rotate or crop documents, add watermarks, compress files, create reports, or fill forms.
Why use it?
It handles both ordinary PDFs and image-only scans, including text extraction, OCR, which turns images of text into searchable text, and validation after changes.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to extract text or tables, merge or split pages, rotate or crop documents, add watermarks, compress files, create reports, or fill forms.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/evoelsewhere/evoflux/pdf-official
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 evoelsewhere/evoflux --skill pdf-official
Clone the repo
git clone --depth 1 https://github.com/evoelsewhere/evoflux

Made for: Claude Code, Codex.

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 pdf-official

README.md
[![agentmods](https://agentmods.dev/badge/skills/evoelsewhere/evoflux/pdf-official/github.svg)](https://agentmods.dev/skills/evoelsewhere/evoflux/pdf-official)
Your own site
<a href="https://agentmods.dev/skills/evoelsewhere/evoflux/pdf-official"><img src="https://agentmods.dev/badge/skills/evoelsewhere/evoflux/pdf-official/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 pdf-official

Your own site · 80×15
<a href="https://agentmods.dev/skills/evoelsewhere/evoflux/pdf-official"><img src="https://agentmods.dev/badge/skills/evoelsewhere/evoflux/pdf-official.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 115 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,387 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.00115 $0.02387
Opus 5 $0.00057 $0.01193
Sonnet 5 $0.00023 $0.00477
Haiku 4.5 $0.00012 $0.00239

Measured 4d ago against content hash 71f5613e8eaf, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

pdf-official 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.

The scan reads SKILL.md. This mod also ships 11 executable files (scripts/apply_values.py, scripts/carve.py, scripts/combine.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.

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.

app/agent/builtin_skills/pdf-official/SKILL.md · 177 lines

How it starts

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

PDF skill

An Apache-2.0 toolkit for reading, composing, transforming, and filling PDF files. Written from scratch on top of permissively-licensed open-source libraries (pypdf, pdfplumber, pypdfium2, reportlab, pdf-lib, qpdf) so this can be embedded in commercial projects without special agreement.

Route the task

Pick the sub-guide by the verb of the request.

Task Path Read
Pull text / tables / metadata / images out of an existing PDF Extract extract.md
Combine, carve, rotate, crop, watermark, encrypt, or shrink Transform transform.md
Build a PDF that doesn't exist yet (report, invoice, certificate) Compose compose.md
Fill a form (AcroForm or scanned) Interactive interactive.md
Scanned / image-only PDF (no selectable text) Extract → OCR extract.md §5

If a task mixes several of these, follow the order: probe → plan → extract or compose → validate.

Every path starts with a probe. scripts/survey.py returns page count, whether the file is encrypted, whether it has an AcroForm, and whether page 1 looks like a scan.

Pipeline

Probe first, always. Composition passes two gates; extraction and transformation pass none.

Phase 0  Probe the file              ← page count, encryption, form, text layer
Phase 1  Settle the brief            ← composition only, ask once
Phase 2  Page model                  ← GATE: composition only
Phase 3  Extract / transform / compose
Phase 4  Verify and repair           ← loop until it passes
Phase 5  Hand off

Phase 0 — Probe. scripts/survey.py answers more than any question would. It decides which path applies and stops you from asking the user what the file already states.

Phase 1 — Settle the brief. Only for composition, and only for what the request leaves open: reader and use, content boundaries, fidelity constraints. One ask_user call, at most three questions. Two questions are never defaultable — an encrypted file needs its password from the user, and a change that would break a signature or pass off cropping as redaction needs their decision first. Read interview.md.

Read the full file on GitHub · 177 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. 4d ago First seen · 177 lines · 115 tokens per session scan A 71f5613e8eaf

Subscribe to this mod's changes

pdf-official is a skill published in the GitHub repository evoelsewhere/evoflux (7 stars, last pushed yesterday), licensed Apache-2.0. It adds 115 tokens to every session and 2,387 once invoked, about $0.0006 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-09-06.

Related

Other skills, from other repositories

pdf

Read, create, inspect, render, and verify PDF files where visual layout matters, including fillable AcroForms. Use Poppler rendering plus Python tools such as reportlab, pdfplumber, and pypdf for generation and extraction.

rojim666/SztuCode · 51 tokens

pdf

Read, create and manipulate PDF files — extract text and tables, merge, split, rotate, reorder and delete pages, read and fill AcroForm fields, add or strip metadata, encrypt and decrypt, and generate new PDFs from HTML or from scratch. Also covers rasterising pages to images so a PDF can actually be looked at, and…

smith-network-solutions/threadknot · 88 tokens

pdf-monster

Analyze PDF files by converting them into agent-readable text, OCR text, page render images, and extracted embedded images without polluting the working directory. Use when an agent needs to read, summarize, inspect, compare, quote, or reason about PDFs, especially when the foundation model cannot ingest PDFs directly…

rojim666/SztuCode · 77 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

pdf

Read, extract, split, merge, rotate, watermark, fill, OCR, or create PDF files with verification of page counts and text extraction.

Hmbown/CodeWhale · 31 tokens

pandoc

Convert documents between formats (Markdown, DOCX, HTML, PDF, RST, EPUB, LaTeX) via the pandoc CLI. Use to transform a document from one format to another.

AtomicBot-ai/atomic-agent · 45 tokens