This is the fallback scraper you reach for when web_fetch hits a wall or you need social media data. It routes to ScrapeCreators for 27+ platforms (TikTok, Instagram, YouTube, LinkedIn, Reddit, Threads, the whole roster), SerpApi for YouTube transcripts, and Firecrawl when a page blocks basic fetching. The OpenAPI routing is smart: you specify intent (profile, posts, single video), it fetches the spec for that endpoint, then makes the call. Costs money per request, so use native fetch first and invoke this when you actually need profiles, comments, transcripts, or anti-bot evasion. The scope is huge but the use case is clear: structured extraction from platforms that don't want to be scraped.
npx skills add https://github.com/starchild-ai-agent/official-skills --skill web-crawler