camoufoxAnti-detect browser automation using Camoufox (Firefox-based). Use instead of Chrome/Playwright for bot-detection-heavy sites like X/Twitter, Naver, and other protected sites. Provides stealth browsing with OS/browser fingerprint spoofing, humanized mouse movements, and persistent sessions.
Install via ClawdBot CLI:
clawdbot install GoodGoodJM/camoufoxUse instead of OpenClaw's built-in browser tool for bot-detection sites.
bash scripts/setup.sh
source ~/.openclaw/workspace/camoufox-env/bin/activate
xvfb-run -a --server-args="-screen 0 1920x1080x24" python3 your_script.py
from camoufox.sync_api import Camoufox
with Camoufox(
headless=False, # MUST be False (True gets detected)
os='linux', # MUST match server OS (stack traces leak real OS)
humanize=True,
persistent_context=True,
user_data_dir='~/.openclaw/camoufox-profile'
) as browser:
page = browser.new_page()
# Use standard Playwright API from here
~/.openclaw/workspace/camoufox-env/~/.openclaw/camoufox-profile/First visit to protected sites may need manual CAPTCHA:
DISPLAY=:1 python3 scripts/login_session.py https://site.com/login
Solve via VNC, session saves to profile for future automation.
scripts/setup.sh - Install dependenciesscripts/browse.py --screenshot out.png - Quick browsescripts/login_session.py - VNC manual loginGenerated Mar 1, 2026
Automated data collection from bot-protected platforms like X/Twitter for market research and sentiment analysis. Camoufox's fingerprint spoofing and humanized interactions bypass detection mechanisms that block standard automation tools.
Monitoring competitor pricing on protected e-commerce sites that employ anti-bot measures. Persistent sessions maintain login states, allowing continuous tracking without repeated CAPTCHA challenges after initial manual setup.
Scraping content from regional news portals like Naver that have strict bot detection. The OS/browser fingerprint matching prevents leaks that would reveal automation, enabling reliable content collection.
Managing multiple social media or platform accounts where manual login would be impractical. The persistent profile stores sessions, allowing automated posting or interaction while appearing as legitimate human browsing.
Gathering data from protected academic or government websites for research purposes. Humanized mouse movements and stealth browsing mimic organic user behavior to avoid IP blocks or access restrictions.
Providing cleaned, structured data from protected sites to clients who need market intelligence. The automation handles the complex scraping, while clients pay for processed insights rather than building their own infrastructure.
Helping businesses implement Camoufox-based solutions for their specific use cases like social media management or competitive analysis. Revenue comes from setup, customization, and ongoing support services.
Operating a service that runs Camoufox scripts on behalf of clients, handling infrastructure, CAPTCHA solving, and data delivery. Clients avoid technical complexity while getting reliable data from detection-heavy sites.
💬 Integration Tip
Ensure your server OS matches the 'os' parameter exactly to prevent detection through stack trace leaks, and always run with headless=False as specified in the documentation.
Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with w...
Playwright-based web scraping OpenClaw Skill with anti-bot protection. Successfully tested on complex sites like Discuss.com.hk.
Browser automation and web scraping with Playwright. Forms, screenshots, data extraction. Works standalone or via MCP. Testing included.
Performs deep scraping of complex sites like YouTube using containerized Crawlee, extracting validated, ad-free transcripts and content as JSON output.
Automate web tasks like form filling, data scraping, testing, monitoring, and scheduled jobs with multi-browser support and retry mechanisms.
Web scraping and content comprehension agent — multi-strategy extraction with cascade fallback, news detection, boilerplate removal, structured metadata, and...