PDF Processing Skill

Extract text, images, and metadata from PDF documents.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/GaloSerranoA/GALOGPT --skill pdf-processing-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: PDF Processing Skill
Source: https://github.com/GaloSerranoA/GALOGPT/tree/main/AI_Brain/skills/available_skills/pdf
Command: npx skills add https://github.com/GaloSerranoA/GALOGPT --skill pdf-processing-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pypdf2, pdfplumber, pdfminer.

What problem does it solve?

This skill liberates you from the tedious manual extraction of information from PDF documents. It automates the process of getting text, images, and metadata out of PDFs, saving you significant time and effort on document analysis and conversion.

Core Features & Use Cases

  • Content Extraction: Extract text, images, and metadata from single or multi-page PDFs.
  • Format Conversion: Convert PDF content into various formats like text, Markdown, JSON, or HTML.
  • Intelligent Analysis: Integrates with AI_Brain's systems for intelligent document analysis and pattern detection.
  • Use Case: Automatically process a folder of research papers in PDF format, extracting all text and key metadata (author, title) into a structured JSON file for quick review and indexing.

Quick Start

Use the 'PDF Processing Skill' to extract all text content from the document '/path/to/report.pdf' using 'pdfplumber' and save it as a text file to '/path/to/output.txt'.