pdf-to-markdown
Installation
SKILL.md
Read a PDF file
Converts a PDF to Markdown and prints to stdout:
uv run --with pymupdf4llm ~/.kiro/skills/pdf-to-markdown/scripts/pdf_to_markdown.py "<path_to_pdf>"
Save as .md file:
uv run --with pymupdf4llm ~/.kiro/skills/pdf-to-markdown/scripts/pdf_to_markdown.py "<path_to_pdf>" "<output.md>"
Write a PDF file
Preferred: Directly from markdown content (no intermediate file)
Pipe markdown content directly using --stdin: