web-reach

Routes web scraping requests to specialized free backends for structured extraction from platforms like YouTube and GitHub.

4|1|Updated Jun 21, 2026
One-click install
npx skills add https://github.com/meiiie/neko-core --skill web-reach
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-reach
Source: https://github.com/meiiie/neko-core/tree/main/skills/web-reach
Command: npx skills add https://github.com/meiiie/neko-core --skill web-reach

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scraping platform web SPAs is inefficient, fragile, and often returns unstructured, low-quality data. This Skill eliminates that hassle by automatically routing requests to each platform's specialized free backend for clean, structured, reliable results.

Core Features & Use Cases

  • Multi-platform routing: Supports 10+ platforms including YouTube, GitHub, Reddit, Twitter/X, Bilibili, RSS feeds, and login-required social media accounts, routing each to its optimal free tool (yt-dlp, gh CLI, agent-reach etc.) instead of generic scraping.
  • Authenticated session support: Handles login-required feeds via browser session bridges, with clear warnings about account risk and platform Terms of Service.
  • Transparent reporting: Clearly communicates which backend was used, and reports limitations like missing tools, login walls, or rate limits instead of inventing content.
  • Use Case: If you need a YouTube video transcript, the latest issues from a GitHub repository, or content from a Reddit thread, this Skill automatically selects the correct tool to retrieve clean data without manual configuration.

Quick Start

Ask the Skill to retrieve the transcript of a specific YouTube video, pull the latest open issues from a public GitHub repository, or fetch the top posts from a Reddit thread, and it will automatically route the request to the appropriate backend for clean, structured results.

Frequently Asked Questions about web-reach

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

FAQPage Schema
How to get structured data from login-required social media accounts?

To get structured data from login-required social media accounts, the routing mechanism uses browser session bridges for authenticated sessions. It clearly warns about account risk and platform Terms of Service.

What is the best way to retrieve open issues from a GitHub repository?

The best way to retrieve open GitHub issues is routing the request through the gh CLI backend. This fetches structured repository data directly instead of parsing fragile HTML, providing reliable and clean results.

Can I fetch Reddit thread content using this instead of generic web scraping?

Yes, you can fetch Reddit thread content by routing requests to specialized free backends. This fetches clean, structured top posts directly, avoiding the inefficiency and fragility of generic SPA scraping.

Why does web scraping social media platforms fail or return unstructured data?

Web scraping social media platforms fails because SPAs dynamically load content, returning unstructured data. Routing requests to specialized backends like agent-reach solves this by fetching clean, structured data directly.

What are the limitations of routing requests to free backends for platform content?

Limitations of routing to free backends include potential missing tools, login walls, and rate limits. The mechanism transparently reports these constraints instead of inventing content or bypassing platform restrictions.

Do I need to manually configure tools like yt-dlp to fetch RSS feeds?

No, you do not need to manually configure tools to fetch RSS feeds. The routing mechanism automatically selects the correct backend for your RSS feed request to retrieve clean, structured data.