What problem does it solve? Saving web pages as clean markdown often fails because of login walls, CAPTCHAs, JavaScript-heavy rendering, and cluttered page layouts. This Skill fetches any URL through a real Chrome browser via the DevTools Protocol and converts the content into structured markdown, handling authentication gates and noisy pages automatically. ## Core Features & Use Cases - Site-Specific Adapters: Built-in extractors for X/Twitter (tweets, threads, articles), YouTube (transcripts with timestamps), Hacker News (threaded comments), and a generic Defuddle/Readability fallback for any other page. - Login & CAPTCHA Handling: Interaction wait modes open a visible Chrome window, auto-detect login or challenge gates, and resume extraction once cleared. - Media Download & Quality Gate: Optionally downloads images and videos to local folders with rewritten markdown links, plus a quality-check workflow to detect low-quality headless captures. - Use Case: Save a long X thread or a YouTube video transcript as a local markdown file with all images downloaded, organized by domain and slug for a personal knowledge base. ## Quick Start Ask the agent to save a webpage as markdown, for example: fetch https://example.com/article and save it as markdown with images downloaded.