pdf

pdf is a skill for Claude Code from HybridAIOne/hybridclaw. It costs 37 tokens per session (1,597 once invoked), scanned A, original, MIT.

A PDF document skill for creating, reading, rendering, parsing, filling, merging, and splitting PDF files. PDF is a fixed-layout document format commonly used for forms, invoices, and reports.

In plain words
What is it for?
Use it to extract text, render pages as images, read invoice fields, fill forms, add positioned text, create PDFs, and combine or separate files.
Why use it?
It removes the need to handle common PDF tasks with separate ad-hoc tools and supports safer form filling and document processing.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter.

Good fit Use it to extract text, render pages as images, read invoice fields, fill forms, add positioned text, create PDFs, and combine or separate files.

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

Made for: Claude Code.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/hybridaione/hybridclaw/pdf"><img src="https://agentmods.dev/badge/skills/hybridaione/hybridclaw/pdf.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,597 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.00037 $0.01597
Opus 5 $0.00018 $0.00798
Sonnet 5 $0.00007 $0.00319
Haiku 4.5 $0.00004 $0.00160

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

Security

Grade A, and why

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

The scan reads SKILL.md. This mod also ships 12 executable files (scripts/_pdf_form_runtime.mjs, scripts/_pdf_runtime.mjs, scripts/check_bounding_boxes.mjs, …), 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/pdf/SKILL.md · 186 lines

How it starts

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

PDF

Use this skill whenever the user mentions a .pdf file or asks to inspect, extract, summarize, render, or fill one.

This skill is intentionally Node/JS-only for supported workflows. Do not switch to Python, Poppler CLIs, browser tricks, local HTTP servers, mdls, strings, or ad-hoc PDF decompression unless the user explicitly asks you to debug the runtime itself.

Supported Workflows

  • create new PDFs with text content
  • extract text from PDFs
  • render PDF pages to PNG images
  • extract invoice/document fields from PDF text
  • inspect and fill native PDF form fields
  • place text into non-fillable PDFs with explicit coordinates
  • create validation overlays for non-fillable form coordinates
  • merge or split PDFs with pdf-lib

Non-Goals

The bundled skill does not guarantee:

  • OCR
  • encrypted/decrypted PDF workflows
  • damaged/repair-oriented PDF recovery
  • external CLI dependencies

If the user asks for one of those, state that it is outside the bundled Node workflow before considering anything else.

Working Rules

  • Assume commands run from the workspace root.
  • If the current turn already includes extracted PDF text in an injected <file> block, use that text directly and answer. Do not rediscover the file.
  • Use the bundled scripts in skills/pdf/scripts/ first.
  • For PDFs outside the workspace, keep the original absolute path when invoking the Node scripts from bash.
  • For folder discovery outside the workspace, use bash with find. Do not use glob, ad-hoc Python file discovery, or browser tools.
  • Use a linear workflow. Stop as soon as one step succeeds.
  • Use workspace-relative output paths for final PDFs you expect HybridClaw to keep, return, or attach.
  • Use /tmp only for temporary output when page images or other scratch intermediates are needed.
  • For ordinary extraction tasks, do not probe pdfinfo, pdftotext, pdftoppm, mdls, strings, qlmanage, or browser tools.
  • Before filling any form, read forms.md.
  • For advanced bundled JS patterns, read reference.md.

Read the full file on GitHub · 186 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. 9d ago First seen · 186 lines · 37 tokens per session scan A f515c917d4b8

Subscribe to this mod's changes

pdf is a skill published in the GitHub repository HybridAIOne/hybridclaw (132 stars, last pushed yesterday), licensed MIT. It adds 37 tokens to every session and 1,597 once invoked, about $0.0002 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-03.

Related

Other skills, from other repositories

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

pdf

Read, extract (text/tables), create, merge/split/rotate, watermark, encrypt, fill, and render-to-image .pdf files. Use whenever the user uploads a .pdf or asks to produce, edit, or pull data out of one.

HKUDS/DeepTutor · 54 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

A workflow for extracting structured information from images and documents such as PDFs, Word files, and spreadsheets, then storing it in a database.

UnicomAI/wanwu · 115 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

summarize

Summarize URLs or files with the summarize CLI (web, PDFs, images, audio, YouTube).

UnicomAI/wanwu · 26 tokens