Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

FlowCrawl — Stealth Web Scraper That Bypasses Everything

v1.1.0

Stealth web scraper. Give it any URL and it punches through Cloudflare, bot detection, and WAFs automatically using a 3-tier cascade (plain HTTP → TLS spoof...

0· 426· 4 versions· 0 current· 0 all-time· Updated 6h ago· MIT-0

Install

openclaw skills install flowcrawl

FlowCrawl

Scrape any website. Bypass any bot protection. Free.

Install Scrapling First

pip install scrapling

Scrapling installs Playwright automatically on first run. That's the only dependency.

Quick Usage

# Single URL — prints clean markdown to stdout
python3 ~/clawd/skills/flowcrawl/scripts/flowcrawl.py https://example.com

# Spider the whole site
python3 ~/clawd/skills/flowcrawl/scripts/flowcrawl.py https://example.com --deep

# Deep crawl with limits, save and combine
python3 ~/clawd/skills/flowcrawl/scripts/flowcrawl.py https://example.com --deep --limit 30 --combine

# JSON output — pipe into anything
python3 ~/clawd/skills/flowcrawl/scripts/flowcrawl.py https://example.com --json

Add Alias (Recommended)

echo 'alias flowcrawl="python3 ~/clawd/skills/flowcrawl/scripts/flowcrawl.py"' >> ~/.zshrc
source ~/.zshrc

Then just: flowcrawl https://example.com

How It Works

FlowCrawl uses a 3-tier fetcher cascade. Starts fast, escalates only when blocked:

TierMethodHandles
1Plain HTTPMost sites, instant
2Stealth + TLS spoofCloudflare, Imperva, basic WAFs
3Full JS executionSPAs, heavy JS, aggressive bot detection

Auto-detects blocking (403, 503, "Just a moment...") and escalates silently.

All Options

FlagDescriptionDefault
--deepSpider whole site following internal linksoff
--depth NMax hop depth from start URL3
--limit NMax pages to crawl50
--combineMerge all pages into one fileoff
--format md|txtOutput formatmd
--output DIROutput directory./flowcrawl-output
--jsonStructured JSON outputoff
--quietSuppress progress logsoff

Version tags

latestvk979q1mjcdaqykb0mxh6f45zfh83ege9

Runtime requirements

🦞 Clawdis