flaresolverr-cli

Execute browser-backed HTTP requests to bypass Cloudflare and DDoS-GUARD anti-bot protections.

40|6|Updated Jul 11, 2026
One-click install
npx skills add https://github.com/magnus919/agent-skills --skill flaresolverr-cli
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: flaresolverr-cli
Source: https://github.com/magnus919/agent-skills/tree/main/flaresolverr-cli
Command: npx skills add https://github.com/magnus919/agent-skills --skill flaresolverr-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill solves the issue of being blocked by Cloudflare or DDoS-GUARD challenges when attempting to perform automated web requests, allowing agents to access protected content seamlessly.

Core Features & Use Cases

  • Browser-backed GET and POST requests that handle anti-bot challenges automatically.
  • Full session lifecycle management including creation, listing, and destruction of browser sessions.
  • Readiness probes to ensure the FlareSolverr service is operational before executing tasks.
  • Use case: An agent needs to scrape data from a site protected by a JavaScript challenge; this skill provides the necessary browser-emulated request capability to retrieve the page content.

Quick Start

Use the flaresolverr-cli to perform a browser-backed GET request to the target URL https://example.com using the local FlareSolverr service.

Frequently Asked Questions about flaresolverr-cli

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

FAQPage Schema
How do I bypass Cloudflare challenges when web scraping?▼

To bypass Cloudflare challenges when web scraping, you can use a headless browser solution like FlareSolverr to execute browser-backed HTTP requests that automatically solve JavaScript anti-bot protections and return the cleared page content.

How do I automate GET requests on sites protected by DDoS-GUARD?▼

Automating GET requests on sites protected by DDoS-GUARD involves routing requests through a headless browser proxy that handles the anti-bot challenge transparently. This skill facilitates those browser-emulated requests to retrieve protected page content seamlessly.

Do I need a running FlareSolverr service to bypass anti-bot protections?▼

Yes, you need a running FlareSolverr service instance and a Python 3.8+ environment. The skill acts as a CLI client that sends readiness probes and manages browser sessions on the service to execute the challenge-solving requests.

Can I manage browser sessions for web scraping with this tool?▼

Yes, you can manage full browser session lifecycles including creation, listing, and destruction. This session management allows agents to maintain authenticated states and persist cookies across multiple browser-backed HTTP requests.

Why does my automated HTTP request fail on a Cloudflare protected site?▼

Automated HTTP requests fail on Cloudflare protected sites because standard requests lack the JavaScript execution needed to solve anti-bot challenges. Using a headless browser approach executes the challenge scripts and retrieves the actual page content.