Pdf To Md
Description
Zero-dependency Claude Code skill for converting PDF to Markdown. No venvs, no AI models, works offline.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
pdf-to-md
Zero-dependency Claude Code skill for converting PDF documents to well-structured Markdown.
Most PDF-to-Markdown tools rely on heavy dependencies — Python virtual environments, AI model downloads (~2GB+), or multi-step setup. This skill takes a different approach: it leverages Claude's native multimodal Read tool to visually parse PDF pages, and uses poppler's `pdfimages` to extract embedded figures losslessly. No venvs, no pip installs, no model downloads. Just copy one file and start converting.
How it works
- Claude's Read tool views the PDF visually - seeing the actual rendered pages, not lossy text extraction
pdfimages(from poppler) extracts embedded figures at their original resolution - no cropping, no guesswork- Claude structures the markdown with full awareness of the document layout - headings, tables, lists, references
Install
# Copy the skill file
mkdir -p ~/.claude/skills/pdf-to-md
cp SKILL.md ~/.claude/skills/pdf-to-md/
# Install poppler for image extraction (optional, skip if PDFs have no figures)
brew install poppler # macOS
# apt install poppler-utils # Linux
Usage
Just ask Claude Code to convert a PDF:
把这个 PDF 转成 markdown
Convert paper.pdf to markdown
PDF to MD: report.pdf
The skill triggers automatically when it detects PDF-to-markdown intent.
Output
source-document.pdf
source-document.md # Generated markdown
images/
figure1_architecture.png # Extracted figures (original resolution)
figure2_results.png
Features
- Heading hierarchy - maps section numbering (1, 1.1, 1.1.1) to markdown levels
- Image extraction - lossless extraction of embedded figures via
pdfimages - Table conversion - PDF tables to markdown tables, merged across pages
- Reference preservation - numbered citations with DOI links
- Equation support - LaTeX notation where recognizable
- Gantt charts / timelines - converted to markdown tables
- **Lar
Related Skills
Agency Agents
A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy inject
AI Firecrawl
🔥 The API to search, scrape, and interact with the web for AI
AI Artifacts Builder
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web tech
AI Headroom
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agen
AI CrewAI
Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewA
AI TrendRadar
⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的
AI