Конвертация веб-страниц в Markdown
★ 7.3 · content
baoyu-url-to-markdown is a Claude Code skill that fetches any URL and converts its content to clean Markdown using the baoyu-fetch CLI, which runs on Chrome CDP with site-specific adapters. Built-in adapters cover X/Twitter, YouTube transcripts, Hacker News threads, and generic pages via Defuddle. The skill handles login and CAPTCHA flows through `--wait-for interaction` and `--wait-for force` modes, and supports `--download-media` to save images and videos locally with rewritten Markdown links. On first run, it walks through a guided EXTEND.md setup to configure the default output directory and media handling preferences. Ideal for developers and researchers who need to archive web pages, articles, or video transcripts as Markdown for further processing or analysis.
- #url-scraping
- #markdown-conversion
- #web-content
- #chrome-cdp
- #automation