What problem does it solve?
Many web pages are rendered client-side or require interaction and cannot be reliably converted to readable Markdown by simple HTML-to-text tools. This Skill captures a fully rendered DOM via Chrome CDP, preserves an HTML snapshot, and produces clean Markdown with metadata so users can archive, edit, or publish web content without losing structure or media context.
Core Features & Use Cases
- Chrome CDP capture for JavaScript-rendered and login-protected pages, with auto or wait-for-user capture modes.
- Saves a faithful rendered HTML snapshot alongside a Markdown document that includes YAML frontmatter (url, title, description, author, published, captured_at).
- Defuddle-first conversion with an automatic legacy extractor fallback and quality scoring to choose the best result.
- Optional media localization: downloads images and videos into imgs/ and videos/ directories and rewrites links.
- Use Case: Archive an article behind a login, produce a markdown draft for editing, and keep the captured HTML for debugging or provenance.
Quick Start
Capture https://example.com/article and save a rendered HTML snapshot plus a clean markdown file in the default output directory.