pdf-fill

pdf-fill is a skill for Claude Code, Codex from getskillseal/skillseal. It costs 11 tokens per session (179 once invoked), scanned A, original, MIT.

A utility that fills a fillable PDF form from a JSON record, which is structured text containing field names and values. It produces a completed PDF while keeping it editable unless flattening is requested.

In plain words
What is it for?
Use it to map JSON values into PDF fields, create completed forms, and verify required fields.
Why use it?
It removes repetitive manual form entry and helps ensure required fields are included in the finished document.

Skill for Claude CodeCodex

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/getskillseal/skillseal/pdf-fill
Any agent
npx skills add getskillseal/skillseal --skill pdf-fill
Clone the repo
git clone --depth 1 https://github.com/getskillseal/skillseal

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/getskillseal/skillseal/pdf-fill.svg)](https://agentmods.dev/skills/getskillseal/skillseal/pdf-fill)
Your own site
<a href="https://agentmods.dev/skills/getskillseal/skillseal/pdf-fill"><img src="https://agentmods.dev/badge/skills/getskillseal/skillseal/pdf-fill.svg" alt="Measured on agentmods" height="20"></a>
Per session 11 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 179 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.00011 $0.00179
Opus 5 $0.00005 $0.00089
Sonnet 5 $0.00002 $0.00036
Haiku 4.5 $0.00001 $0.00018

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

Security

Grade A, and why

pdf-fill 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 1 executable file (scripts/fill.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.

skills-ref/document/pdf-fill/SKILL.md · 28 lines

What it actually says

Fill a PDF Form

When to Use

The user has a fillable PDF and a set of field values, and wants a completed copy.

Procedure

  1. Read the field map in references/fields.md.
  2. Run scripts/fill.py <template.pdf> <values.json> <out.pdf>.
  3. Return the absolute path to the output PDF.

Pitfalls

  • Flatten the form only if the user asks; flattened PDFs are not re-editable.

Verification

  • Confirm every required field in the field map is present in the output.
Files

What ships with it

2 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. 4d ago First seen · 28 lines · 11 tokens per session scan A 101bf4a01acb

Subscribe to this mod's changes

pdf-fill is a skill published in the GitHub repository getskillseal/skillseal (2 stars, last pushed 22d ago), licensed MIT. It adds 11 tokens to every session and 179 once invoked, about $0.0001 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

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

Use this skill when the user has attached a PDF, paper, report, or other document and the answer needs content from more than one place in it: summarize the methods or any other section, compare sections, find where a topic is discussed, read a value or label off a figure or chart, or find/list/extract every instance…

UnicomAI/wanwu · 192 tokens

smart-data-collection

智能数据采集技能,用于从图片或文档(PDF、Word、Excel)中提取结构化数据,基于知识网络完成字段映射,生成SQL并写入数据库。当用户提到"数据采集"、"从文档提取数据"、"图片转数据"、"数据导入"、"文档数据入库"、"批量数据提取"或需要从非结构化文件中提取结构化数据并存储时,自动使用此技能。.

UnicomAI/wanwu · 115 tokens

paper-figures

Extract figures from downloaded papers and include them in survey/review reports. Use when the report covers other groups' work and benefits from their architecture diagrams, experimental plots, or system schematics. Your brain prompt supplies the absolute path to the extract-figures script as {{EXTRACTFIGURES}} — use…

Muuuun/luxas · 79 tokens

yj-ocr-parser

文档解析技能,用于解析PDF文档和图片(jpg/png/jpeg)并将其转换为Markdown格式输出。支持标题层级、表格(HTML格式)、公式(LaTeX格式)、图片(链接形式)等复杂内容的解析。当用户提到"解析PDF"、"文档解析"、"PDF转Markdown"、"提取PDF内容"、"解析文档"、"文档内容提取"、"PDF内容识别"、"图片解析"、"图片转文字"、"识别图片内容"等场景时使用此技能。即使用户只是要求读取或查看PDF/图片文件内容,也应考虑使用此技能。.

UnicomAI/wanwu · 153 tokens

pdf-editing

Use the bundled tools; do not install nano-pdf, pypdf, qpdf, Poppler, or another PDF package during a task.

Orkas-AI/Orkas · 3 tokens