Loading...
Loading...
Use ONLY when the user explicitly says: 'use the skill web-to-markdown ...' (or 'use a skill web-to-markdown ...'). Converts webpage URLs to clean Markdown by calling the local web2md CLI (Puppeteer + Readability), suitable for JS-rendered pages.
npx skill4agent add davila7/claude-code-templates web-to-markdownweb2mduse the skill web-to-markdown ...use a skill web-to-markdown ...use the skill web-to-markdownpuppeteer-coreweb2mdurl--print--out ./file.md--out ./some-dir/--chrome-path <path>--interactive--wait-until load|domcontentloaded|networkidle0|networkidle2--wait-for '<css selector>'--wait-ms <milliseconds>--headful--no-sandbox--user-data-dir <dir>use the skill web-to-markdownhttp://https://web2mdcommand -v web2mdnpm install -g web2mdnpm install && npm run build && npm linkweb2md '<url>' --out ./page.mdmkdir -p ./out && web2md '<url>' --out ./out/mkdir -p ./out && web2md '<url>' --interactive --user-data-dir ./tmp/web2md-profile --out ./out/web2md '<url>' --print./out/web2md--out ./out/ls -la <path>wc -c <path>--wait-until networkidle2--wait-until domcontentloaded --wait-ms 2000--wait-for 'main'