One-click install
npx skills add https://github.com/eduardoabreu81/minimax-agent-gui --skill pdf-eduardoabreu81
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdf
Source: https://github.com/eduardoabreu81/minimax-agent-gui/tree/main/mini_agent/skills/document-skills/pdf
Command: npx skills add https://github.com/eduardoabreu81/minimax-agent-gui --skill pdf-eduardoabreu81

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pypdf, pdfplumber, pdf2image, reportlab, pypdfium2, pdf-lib, pdfjs-dist, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill solves the challenge of manually processing complex PDF documents by providing workflows for extracting, creating, modifying, and completing PDFs efficiently.

Core Features & Use Cases

  • PDF Manipulation: Extract text and tables, merge or split documents, rotate pages, add watermarks, and create new PDF files.
  • Form Processing: Detect fillable fields, extract form metadata, fill interactive forms, and annotate non-fillable forms with user-provided data.
  • Use Case: Process a batch of scanned reports by extracting their text, identifying tables, and generating structured PDF outputs for archival or analysis.

Quick Start

Use the pdf skill to extract text and tables from the attached PDF document and save the results for further analysis.

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 a PDF document?

To extract text and tables from a PDF document, this Skill uses document processing libraries to parse file structures and identify table layouts. It isolates text content and tabular data, preparing the extracted information for structured output and downstream analysis tasks.

What is the best way to fill interactive PDF form fields automatically?

The best way to fill interactive PDF form fields is using a workflow that detects fillable fields and extracts form metadata. This Skill applies coordinate-based edits to populate interactive forms and annotate non-fillable forms with user-provided data reliably.

Can I merge, split, and rotate pages in existing PDF files?

Yes, you can merge, split, and rotate pages in existing PDF files. This Skill performs PDF manipulation by modifying document structures to combine multiple files, separate pages, and alter page orientation for customized document workflows.

Does this PDF processing workflow require OCR preparation for scanned reports?

Yes, handling scanned reports requires OCR preparation. This Skill applies workflows to convert scanned documents into formats ready for text extraction, allowing you to process batches of scanned reports and generate structured PDF outputs.

What dependencies are needed to generate and modify PDF files?

To generate and modify PDF files, the required dependencies include pypdf, pdfplumber, pdf2image, and reportlab. These libraries enable the Skill to validate document structures, handle form fields, and create new PDF files from extracted or user-provided data.