This skill provides comprehensive PDF manipulation capabilities.
Available Operations
Text Extraction
Use pdftotext or Python's pdfplumber to extract text:
pdftotext input.pdf output.txt
Table Extraction
Use tabula-py for extracting tables:
import tabula
tables = tabula.read_pdf("input.pdf", pages="all")
Scripts
See scripts/extract_text.py for a complete extraction script.
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: holsee-conjure-pdf3description: PDF Skill4---56# PDF Skill78This skill provides comprehensive PDF manipulation capabilities.910## Available Operations1112### Text Extraction1314Use `pdftotext` or Python's `pdfplumber` to extract text:1516```bash17pdftotext input.pdf output.txt18```1920### Table Extraction2122Use `tabula-py` for extracting tables:2324```python25import tabula26tables = tabula.read_pdf("input.pdf", pages="all")27```2829## Scripts3031See `scripts/extract_text.py` for a complete extraction script.3233---34> Converted and distributed by [TomeVault](https://tomevault.io/claim/holsee) — claim your Tome and manage your conversions.35<!-- tomevault:4.0:skill_md:2026-04-11 -->
Run npx skillmds@latest add tomevault-io/holsee-conjure-pdf in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
PDF Skill It is listed under Docs & Writing on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.