What problem does it solve? Web content is locked behind site-specific anti-bot mechanisms, paywalls, and video formats, making it hard to get clean, machine-readable text from a URL. This Skill routes any URL to the right adapter and returns structured Markdown output. ## Core Features & Use Cases - Domain Routing: Automatically dispatches URLs to dedicated adapters for WeChat (mp.weixin.qq.com), Bilibili video, YouTube, and generic webpages. - Anti-Bot Fallback Chain: The generic adapter tries Scrapling first, then curl with HTML stripping, then the r.jina.ai reader proxy to bypass Cloudflare-protected sites. - Video Content Extraction: Bilibili downloads audio via WBI-signed API (or saves CC subtitles directly); YouTube prefers yt-dlp subtitles and falls back to best-audio download for ASR. - Use Case: Paste a WeChat article link and receive structured JSON with title, author, publish time, full Markdown body, and image URLs, ready for summarization or archiving. ## Quick Start Fetch this URL and give me the article content as Markdown: https://mp.weixin.qq.com/s/xxx