A straightforward wrapper around the web2md CLI that spins up Puppeteer to handle JavaScript-heavy pages and convert them to clean Markdown. You get Readability extraction plus Turndown conversion, which works well for docs, articles, and SPAs that don't render without a real browser. The interactive mode is practical for login walls: it pauses Chrome so you can click through a captcha or sign in, then continues the scrape. One quirk: it enforces an explicit trigger phrase, so you have to say "use the skill web-to-markdown" instead of just asking for a URL conversion. Useful if you're already scraping content locally and need something heavier than curl or basic HTTP clients.
npx skills add https://github.com/softaworks/agent-toolkit --skill web-to-markdown