When you need to scrape JavaScript-heavy sites or deal with login walls, this skill wraps the web2md CLI tool, which runs Puppeteer with Readability and Turndown under the hood. It converts web pages to clean Markdown by spinning up a real Chrome instance, so it handles content that won't load without JavaScript. The interactive mode is the standout feature: it pauses the browser so you can manually solve CAPTCHAs or log in before extraction continues. One catch is the explicit trigger requirement, you have to say "use the skill web-to-markdown" or it won't fire, which feels artificial but keeps it from colliding with simpler fetch-based approaches. Good for archiving documentation or research where you need the actual rendered content.
npx skills add https://github.com/davila7/claude-code-templates --skill web-to-markdown