What problem does it solve?
Many modern web pages render content client-side with JavaScript, so a plain HTTP fetch returns incomplete HTML. This Skill renders pages in a headless browser and converts the fully loaded content into clean Markdown for reading, archiving, or feeding into other tools.
Core Features & Use Cases
- Headless Browser Rendering: Uses Playwright's Chromium to load pages and execute client-side JavaScript before capturing content.
- HTML to Markdown Conversion: Converts the rendered page body into Markdown using markpaste with the turndown converter.
- Flexible Dependency Resolution: Uses a local markpaste clone when available, otherwise falls back to the published npm package.
- Use Case: Fetch a JavaScript-heavy documentation page or article and pipe the resulting Markdown into notes, a static site, or an LLM prompt.
Quick Start
Fetch the page at a given URL and output its content as Markdown to the terminal.