Files
magnus919_agent-skills/flaresolverr
Magnus HedemarkandGitHub 035e58d3e3 docs(routing): remediate description and neighbor boundaries
Squash-merge verified routing remediation at exact head 690f9c14b0. Required validate and paired evaluation checks passed; advisory droid review had no blocking findings.
2026-09-01 20:05:48 -04:00
..

FlareSolverr

Why Install This Skill

Use a browser-backed proxy when ordinary HTTP clients encounter a browser challenge. The JSON CLI gives an agent a bounded, inspectable interface without requiring a Python package.

Use it only with a private FlareSolverr service and only for sites you are authorized to access.

Use a browser-backed proxy from the terminal when a site rejects ordinary HTTP clients with a Cloudflare or DDoS-GUARD challenge.

What you get

Path Purpose
SKILL.md Agent routing and safe usage
scripts/flaresolverr Dependency-free JSON CLI
scripts/test-flaresolverr.sh Deterministic dry-run smoke checks

What You Get

  • SKILL.md: agent routing and safe usage
  • scripts/flaresolverr: dependency-free JSON CLI
  • scripts/test-flaresolverr.sh: deterministic smoke checks

Quick Start

python3 scripts/flaresolverr health

Quick start

python3 scripts/flaresolverr health
python3 scripts/flaresolverr get https://example.com

Set FLARESOLVERR_SERVER or pass --server. The default is http://localhost:8191. Keep the service private.

Triggers

  • Cloudflare or DDoS-GUARD browser challenges
  • A site that requires cookie-preserving browser requests
  • FlareSolverr session management from an agent workflow

Requirements

Python 3.9+ and a running FlareSolverr service. No Python packages are required.