One-click install
npx skills add https://github.com/NammDev/Goads-Krea --skill pdf-nammdev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdf
Source: https://github.com/NammDev/Goads-Krea/tree/main/.claude/skills/document-skills/pdf
Command: npx skills add https://github.com/NammDev/Goads-Krea --skill pdf-nammdev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill reduces the tedious manual work of extracting text and tables, merging/splitting PDFs, and filling forms, enabling automated document processing workflows.

Core Features & Use Cases

  • Extract text and tables from PDFs and save them in usable formats.
  • Merge, split, and generate PDFs for batch document processing.
  • Fill PDF forms programmatically or render annotations for viewer-friendly forms.
  • Use Case: Automate processing of hundreds of invoices by extracting line items and populating a CSV, then archiving the PDFs.

Quick Start

Run a sample workflow to extract text from document.pdf and output to results.txt.

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 tables from PDFs for automated document processing?

You can extract text and tables from PDFs using this Skill, which leverages Python libraries like pdfplumber and pypdf to parse content into usable formats for automated document workflows.

Can I merge and split PDF files programmatically using Python?

Yes, you can merge and split PDF files programmatically. This Skill uses Python libraries such as pypdf to manipulate document structures, enabling batch generation and document archival workflows.

How do I automate filling out PDF forms in batch?

You can automate filling PDF forms programmatically using this Skill. It targets the digitization of forms across many PDFs, allowing you to populate fields and render annotations for viewer-friendly documents.

Does this PDF processing approach work for batch invoice extraction?

Yes, this approach works for batch invoice extraction. A core use case is automating hundreds of invoices by extracting line items, populating a CSV, and archiving the PDFs for rapid data capture.

What Python libraries do I need for PDF text extraction and generation?

For PDF text extraction and generation, this Skill uses pypdf, pdfplumber, and reportlab. These Python libraries enable you to parse, modify, and generate PDF content without manual document handling.