Agent skill
pdf-processor
Extracts text and tables from PDF documents. Use when working with PDF files or when the user needs document analysis.
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
- Validate the PDF file exists and is readable
- Extract text content using appropriate parser
- Identify and extract tabular data
- 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.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
warning-example
I am a skill that has some quality issues but is technically valid.
My_Invalid_SKILL-With-CAPS
stci-dataops
Research and onboard new data sources for STCI, producing source profiles, collector stubs, and validation rules
verl-rl-training
Provides guidance for training LLMs with reinforcement learning using verl (Volcano Engine RL). Use when implementing RLHF, GRPO, PPO, or other RL algorithms for LLM post-training at scale with flexible infrastructure backends.
openrlhf-training
High-performance RLHF framework with Ray+vLLM acceleration. Use for PPO, GRPO, RLOO, DPO training of large models (7B-70B+). Built on Ray, vLLM, ZeRO-3. 2× faster than DeepSpeedChat with distributed architecture and GPU resource sharing.
gguf-quantization
GGUF format and llama.cpp quantization for efficient CPU/GPU inference. Use when deploying models on consumer hardware, Apple Silicon, or when needing flexible quantization from 2-8 bit without GPU requirements.
Didn't find tool you were looking for?