skills/pdf-to-markdown/SKILL.md
Convert PDFs into clean markdown through the hosted Skills runtime.
npx skillsauth add hasna/skills pdf-to-markdownInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Convert a PDF into clean, structured markdown using the hosted Skills runtime. The implementation runs remotely so local agent installs only need this usage contract; no parser source, scripts, or hosted runtime code is copied to the user's machine.
This is a premium remote skill. The hosted runtime handles extraction and cleanup after deterministic PDF processing. Agents should run it through Skills MCP or the CLI, not through copied local source.
skills run pdf-to-markdown --input ./report.pdf --output ./report.md
skills run pdf-to-markdown --input ./contract.pdf --pages 1-5,12 --preserve-pages
| Option | Description | Default |
|--------|-------------|---------|
| --input <path-or-url> | PDF file path or URL | required |
| --pages <ranges> | Page ranges like 1-5,8,10-12 | all pages |
| --output <path> | Save markdown to a file | stdout |
| --preserve-pages | Include page boundary comments | false |
| --table-mode <mode> | markdown or html table output | markdown |
skills auth login.skills setup agents
testing
Merge a GitHub pull request, merge when green, use a merge queue, or decide whether a pull request is mergeable. Use only for explicit merge intent, not ordinary review.
development
Generate premium performance audit reports for web apps, APIs, or SaaS surfaces with metrics, findings, budgets, remediation plans, and manifest metadata.
data-ai
Generate premium customer feedback reports from reviews, support tickets, surveys, call notes, or raw feedback with clusters, sentiment, root causes, roadmap recommendations, evidence, and manifest metadata.
development
Generate high-quality PDF documents from markdown, HTML, or templates