Camoufox
Use this skill only for hard targets.
When to use
Use this skill when:
- a user explicitly says “try Camoufox”
- a target site is strongly anti-bot or anti-automation
- current browser layers are failing and a stealthier Firefox-based engine is worth testing
- the task benefits from browser rendering plus stealth
Quick start
bash scripts/install.sh
/root/.openclaw/workspace/.venvs/camoufox/bin/python scripts/visit.py "https://example.com" --mode title --headless --json
/root/.openclaw/workspace/.venvs/camoufox/bin/python scripts/visit.py "https://example.com" --mode full --headless --json
Workflow
- Confirm lighter tools have already failed or are inappropriate.
- Define the hard target and failure mode.
- Use
scripts/visit.pyfor the smallest useful trial. - Escalate to text, screenshot, or full mode only if needed.
Notes
- Do not use Camoufox as the default browsing path.
scripts/visit.pyis the unified entrypoint for this skill.- Use
--wait-selector,--proxy,--cookies, or--cookie-filewhen a protected site needs more control. - Keep detailed human-facing usage in
README.md.