Agent skill

pdf-processor

Extracts text and tables from PDF documents. Use when working with PDF files or when the user needs document analysis.

Stars 1
Forks 0

Install this agent skill to your Project

npx add-skill https://github.com/intent-solutions-io/create-agent-skill-md/tree/main/examples/valid-skill

SKILL.md

PDF Processor

Overview

Process PDF documents to extract text, tables, and metadata.

Instructions

  1. Validate the PDF file exists and is readable
  2. Extract text content using appropriate parser
  3. Identify and extract tabular data
  4. Return structured output

Examples

Input: "Extract the text from report.pdf" Output: Plain text content of the document

Input: "Get all tables from financial-report.pdf" Output: CSV-formatted table data

Error Handling

If the PDF is encrypted, inform the user that a password may be required. If the file is corrupted, return an appropriate error message.

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results