pdf

Extract text and structured data from PDF documents using pypdf and pdfplumber.

8|4|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/jscraik/Agent-Skills --skill pdf-jscraik
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdf
Source: https://github.com/jscraik/Agent-Skills/tree/main
Command: npx skills add https://github.com/jscraik/Agent-Skills --skill pdf-jscraik

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 text and table data from PDF invoices?

You can automate PDF data extraction using this Skill with pdfplumber to parse binary streams and pull structured table data into usable formats like CSV 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 applying data to PDF documents, eliminating the tedious manual work of entering data into forms.

Do I need pypdf and pdfplumber installed to extract structured PDF data?

Yes, this Skill requires pypdf and pdfplumber to parse binary PDF streams and extract structured data. These Python libraries handle the document processing logic for your administrative workflows.

What is the best way to automate archival data retrieval from PDF documents?

The best way to automate archival data retrieval is using this Skill to parse PDFs with pypdf. It applies to administrative workflows, extracting text from documents for digitization without manual effort.

Does this PDF extraction approach work for batch processing hundreds of files?

Yes, this approach handles batch processing for administrative workflows. You can extract structured data like invoice numbers and dates from hundreds of PDF documents and compile them into a single CSV file.