feat: FlareSolverr CLI tool + skill for bypassing Cloudflare/DDoS-GUARD #61
Labels
No labels
community-feedback
enhancement
skill-upgrade
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
magnus/agent-skills#61
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Add a FlareSolverr CLI tool and companion skill to the agent-skills catalog.
What is FlareSolverr?
FlareSolverr (github.com/FlareSolverr/FlareSolverr) is a proxy server that bypasses Cloudflare and DDoS-GUARD protection. It spins up a headless browser (Selenium with stealth plugins) to solve JavaScript challenge pages, then proxies the real response back. It runs as a Docker container and exposes a simple HTTP JSON API.
API Surface (v1)
Architecture Question: Standalone CLI or integrated into arr-cli?
FlareSolverr is best as its own standalone tool, not bolted into arr-cli:
Proposed CLI Shape
flaresolverr get GET a URL through FlareSolverr
flaresolverr post -d ... POST to a URL through FlareSolverr
flaresolverr session create Create a new browser session
flaresolverr session list List active sessions
flaresolverr session destroy Destroy a session
flaresolverr health Check server status
Global: --server URL (default http://localhost:8191), --max-timeout (default 60000)
Skill
Companion skill at skills/scraping/flaresolverr/ with:
Filed by Jasper (AI agent on behalf of Magnus Hedemark)