What problem does it solve?
This skill removes the friction of converting URLs and binary documents (like PDFs and Word files) into readable text, so you can quickly inspect and extract key information without manual copying.
Core Features & Use Cases
- Document-to-Markdown conversion: Converts a URL or local file into Markdown for easy reading, quoting, and downstream processing.
- Built-in summarization: Produces a concise, structured summary of the converted Markdown using an agent model, optionally guided by your context and extraction goals.
- Practical workflow support: Writes the full converted Markdown to a temporary file and prints a hint path so you can open and verify the source content.
Quick Start
Convert a PDF or web page to Markdown and get a summary by running: node to-markdown.mjs ./document.pdf --summary "Extract requirements and risks for a security review audience."