π¦ ClawHub
Camofox Browser Remote
by @kuo77122
Remote-mode anti-detection browser automation using Camoufox (Firefox fork with C++ fingerprint spoofing). Requires CAMOFOX_URL pointing to an externally-man...
π‘ Examples
camofox-remote open https://example.com # Create tab + navigate
camofox-remote snapshot # Get page elements with @refs
camofox-remote click @e1 # Click element
camofox-remote type @e2 "hello" # Type text
camofox-remote eval "document.title" # Execute arbitrary JavaScript
camofox-remote screenshot # Save PNG
camofox-remote close # Close tab
TERMINAL
clawhub install camofox-browser-remote