Agent skill
pdf-processing
Extract text from PDFs, fill forms, and merge documents
Install this agent skill to your Project
npx add-skill https://github.com/PrefectHQ/fastmcp/tree/main/examples/skills/sample_skills/pdf-processing
SKILL.md
PDF Processing Skill
This skill helps you work with PDF documents.
Capabilities
- Extract text content from PDF files
- Fill form fields in PDF documents
- Merge multiple PDFs into one
- Split PDFs into separate pages
Usage
When working with PDFs, use the appropriate tools:
- For text extraction: Read the PDF and parse its content
- For forms: Identify form fields and fill them programmatically
- For merging: Combine multiple documents in the desired order
Additional Resources
See reference.md for detailed API documentation.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
reviewing-code
Review code for quality, maintainability, and correctness. Use when reviewing pull requests, evaluating code changes, or providing feedback on implementations. Focuses on API design, patterns, and actionable feedback.
review-pr
Monitor and respond to automated PR reviews (Codex bot). Use when pushing a PR, checking review status, or responding to bot feedback. Handles the full cycle of push -> wait for review -> evaluate comments -> fix -> re-push.
testing-python
Write and evaluate effective Python tests using pytest. Use when writing tests, reviewing test code, debugging test failures, or improving test coverage. Covers test design, fixtures, parameterization, mocking, and async testing.
code-review
Review code for quality, maintainability, and correctness
fastmcp-client-cli
Query and invoke tools on MCP servers using fastmcp list and fastmcp call. Use when you need to discover what tools a server offers, call tools, or integrate MCP servers into workflows.
cli
Prefect CLI commands for mutations. The MCP server is read-only - use this skill when you need to trigger deployments, cancel flow runs, create automations, or modify Prefect resources.
Didn't find tool you were looking for?