pdf

Extract text and metadata from PDF files using pdf-parse.

8|1|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/greghavens/triggerfish --skill pdf-greghavens
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdf
Source: https://github.com/greghavens/triggerfish/tree/main/skills/bundled/pdf
Command: npx skills add https://github.com/greghavens/triggerfish --skill pdf-greghavens

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of extracting text and metadata from PDF files, saving users time and effort in manual data retrieval.

Core Features & Use Cases

  • Text Extraction: Extracts all textual content from PDF documents.
  • Metadata Retrieval: Provides access to document metadata such as the number of pages and information fields.
  • Use Case: Quickly get the full text content of a research paper or a report stored in PDF format for analysis or summarization.

Quick Start

Use the pdf skill to extract all text and metadata from the document located at /path/to/document.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 from a PDF file for analysis or summarization?

PDF text extraction is automated by this skill using the pdf-parse package to pull all textual content. It converts document content into a machine-readable format, providing the full text needed for further processing like analysis or summarization.

Can I retrieve document metadata like page count when parsing a PDF?

Yes, PDF metadata retrieval is supported alongside text extraction. The skill provides access to document information fields such as the total number of pages, allowing you to parse both content and structural metadata from your files simultaneously.

What is the best way to get machine-readable text from bulk PDF documents?

The best way to get machine-readable text from bulk PDF documents is using this skill, which is specifically designed for bulk text extraction scenarios. It processes the PDF files and outputs the extracted content in a format ready for downstream tasks.

Does PDF text extraction work without installing external dependencies?

PDF text extraction works within the exec environment and relies on the pdf-parse npm package to function. You need to ensure your environment supports running these scripts to successfully extract text and metadata from your documents.

What are the limitations of automated PDF parsing for text retrieval?

Automated PDF parsing focuses on extracting raw text and metadata fields like page count. It does not inherently interpret the extracted content, so further analysis or summarization requires additional processing steps after the initial text extraction is complete.