web-access

Route and fetch web content using adaptive strategies and domain-based routing.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/cris-m/flopsy --skill web-access-cris-m
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: web-access
Source: https://github.com/cris-m/flopsy/tree/main/src/team/templates/skills/web-access
Command: npx skills add https://github.com/cris-m/flopsy --skill web-access-cris-m

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Accessing diverse web content reliably is complex and time-consuming, especially when sites differ in structure and access method.

Core Features & Use Cases

  • Routing by domain to the right tool based on site patterns (social media, complex sites, general sites)
  • Multi-strategy access: direct fetch, browser agent, and raw HTTP fallbacks
  • Use Case: A bot aggregates data from social platforms and e-commerce sites, delivering a unified content feed.

Quick Start

Tell web-access to fetch content from https://example.com and route it using the best strategy.

Frequently Asked Questions about web-access

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

FAQPage Schema
How do I fetch web content from JavaScript-heavy pages using an automated agent?▼

Fetching web content from JavaScript-heavy pages is handled by routing requests to a browser agent strategy, which renders dynamic scripts to extract fully loaded page content automatically.

What is the best way to automate data extraction from multiple social media domains?▼

Automating data extraction from multiple social media domains is achieved through domain-based routing, which identifies site patterns and selects the optimal access strategy for each specific platform.

Can I use direct HTTP fallbacks when standard web extraction tools fail?▼

Yes, you can use raw HTTP fallbacks when standard web extraction tools fail, as the skill implements multi-strategy access with robust error handling to ensure reliable content retrieval.

Does domain-based routing work for aggregating data from e-commerce sites?▼

Domain-based routing works for aggregating data from e-commerce sites by analyzing site patterns and automatically selecting the best tool, enabling bots to deliver a unified content feed.

Why does web content routing fail on complex sites and how is it handled?▼

Web content routing fails on complex sites due to structural variations, but it is handled by modular routing logic that implements robust error handling and multi-strategy fallbacks per domain.