pdf

Extracts text and structured data from PDF documents using Python libraries.

1|Updated Jan 18, 2026
One-click install
npx skills add https://github.com/nielsmadan/agentic-coding --skill pdf-nielsmadan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdf
Source: https://github.com/nielsmadan/agentic-coding/tree/main/claude/skills/pdf
Command: npx skills add https://github.com/nielsmadan/agentic-coding --skill pdf-nielsmadan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pypdf, pdfplumber, pdf2image, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill eliminates the tedious manual work of filling out PDF forms and extracting data from documents, saving you hours of repetitive effort.

Core Features & Use Cases

  • Automated Form Filling: Programmatically fill both fillable and non-fillable PDF forms.
  • Data Extraction: Pull text and structured table data from any PDF into usable formats.
  • Use Case: Imagine you have 100 vendor invoices in PDF format. Use this Skill to automatically extract the invoice number, date, and total amount from each one and compile them into a single CSV file.

Quick Start

Use the pdf skill to extract all text from the attached file 'invoice-q3.pdf'.

Frequently Asked Questions about pdf

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract structured table data from PDFs?

You can extract structured table data from PDFs by applying pdfplumber to parse binary PDF streams. This Skill automates pulling text and tabular data into usable formats without manual intervention.

Can I programmatically fill both fillable and non-fillable PDF forms?

Yes, you can programmatically fill both fillable and non-fillable PDF forms. This Skill automates PDF form filling by applying Python libraries to input data into document streams, eliminating tedious manual data entry work.

What's the best way to automate invoice processing from PDF documents?

The best way to automate invoice processing from PDF documents is using this Skill to extract the invoice number, date, and total amount. It parses binary PDF streams and compiles structured data into a single CSV file automatically.

Do I need pypdf and pdfplumber to parse binary PDF streams for form digitization?

Yes, you need pypdf and pdfplumber to parse binary PDF streams for form digitization. This Skill requires these Python dependencies to automate text extraction and structured data retrieval without manual intervention.

Does this PDF data extraction approach work for archival data retrieval?

Yes, this PDF data extraction approach works for archival data retrieval. It applies Python libraries to parse binary PDF streams, pulling text and structured table data into usable formats for administrative workflows.

How do I compile extracted PDF data into a single CSV file?

To compile extracted PDF data into a single CSV file, this Skill parses binary PDF streams using pypdf and pdfplumber. It extracts structured data like invoice numbers and totals, aggregating the results into one usable output.