Loading...
Loading...
Use for browser automation through camoufox-browser: open a page, inspect it with snapshot refs, click, fill, select, upload, take screenshots, and drive websites through the CLI instead of direct browser code.
npx skill4agent add rlgrpe/camoufox-browser-cli camoufoxcamoufox-browsercamoufox-browser open https://example.comcamoufox-browser snapshotcamoufox-browser click 'button:Sign in'
camoufox-browser fill 'textbox:Email' user@example.com
camoufox-browser select 'combobox:Country' Ukraine
camoufox-browser upload 'textbox:Resume' /absolute/path/resume.pdfsnapshotcamoufox-browser screenshot --output page.png
camoufox-browser eval '() => document.title'startcamoufox-browsercamoufox-browser start --headless--proxycamoufox-browsercamoufox-browser --helpnpx skills add <repo> --skill camoufoxcamoufox-browser open <url>
camoufox-browser snapshot
camoufox-browser click <ref>
camoufox-browser fill <ref> <text>
camoufox-browser select <ref> <value> [more-values...]
camoufox-browser upload <ref> <file> [more-files...]
camoufox-browser screenshot [--output FILE]
camoufox-browser closecamoufox-browser start [--headless] [--os windows|macos|linux] [--proxy PROXY]
camoufox-browser stop
camoufox-browser status
camoufox-browser tabs list|new|close [index]|select <index>