webfetch-plus

Route URLs to platform-specific fetchers for Twitter/X, Douyin, Bilibili, Xiaohongshu, YouTube, and generic webpages.

27|9|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/Leoyishou/personal-ai-company --skill webfetch-plus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: webfetch-plus
Source: https://github.com/Leoyishou/personal-ai-company/tree/main/claude-global/skills/_archived_api-webfetch
Command: npx skills add https://github.com/Leoyishou/personal-ai-company --skill webfetch-plus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

WebFetchPlus eliminates the manual burden of gathering and interpreting content from diverse web sources by automatically routing URLs to the most efficient fetch strategy.

Core Features & Use Cases

  • Smart routing: identify URL type and select the best fetcher (Twitter/X, Douyin, Bilibili, Xiaohongshu, YouTube, or generic HTTP).
  • Multi-source support: fetch from social platforms and generic web pages with a unified interface.
  • Extensible pipeline: supports scripts/references/assets for on-demand processing and enrichment.

Quick Start

Start by asking the tool to fetch a Twitter URL and review the structured output.

Frequently Asked Questions about webfetch-plus

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scrape content from Twitter and Douyin using a single tool?

You can scrape content from Twitter, Douyin, and other platforms using a unified web-fetch interface that automatically routes URLs to the best fetch strategy. This eliminates the need for separate scrapers by detecting the URL type and applying the correct fetcher.

What is the best way to fetch web content from multiple social media platforms?

The best way to fetch web content from multiple social media platforms is using smart URL routing. This approach identifies the source, such as YouTube or Xiaohongshu, and selects the most efficient fetcher to retrieve metadata-rich outputs.

Can I use a generic web scraper for Bilibili and Xiaohongshu URLs?

Yes, you can fetch content from Bilibili and Xiaohongshu URLs using a modular fetcher system. The tool detects the URL type and routes it to a specialized fetcher for the platform, falling back to a generic HTTP fetcher for standard webpages.

How does URL routing work for web scraping tasks?

URL routing for web scraping works by identifying the target domain or URL structure and automatically selecting the best fetch strategy. This ensures that platform-specific scraping logic is applied without manual configuration.

Does web scraping with auto routing handle error management?

Web scraping with auto routing includes built-in error handling to manage fetch failures. If a specific fetcher encounters an issue, the pipeline processes the error to prevent task interruption and maintain output quality.

Do I need multiple dependencies to scrape Twitter and generic webpages?

No, you do not need multiple dependencies to scrape Twitter and generic webpages. The tool operates with zero external dependencies, using an extensible pipeline with scripts and references to handle on-demand processing and enrichment.