camoufox-cli

Installation
SKILL.md

Anti-Detect Browser Automation with camoufox-cli

Core Workflow

Every browser automation follows this pattern:

  1. Navigate: camoufox-cli open <url>
  2. Snapshot: camoufox-cli snapshot -i (get element refs like @e1, @e2)
  3. Interact: Use refs to click, fill, select
  4. Re-snapshot: After navigation or DOM changes, get fresh refs
  5. Close: camoufox-cli close when the entire task is complete — with the same --tab/--session flags as your other commands. Keep it open if the user may have follow-up instructions.
camoufox-cli open https://example.com/form
camoufox-cli snapshot -i
# Output: - textbox "Email" [ref=e1]
#         - textbox "Password" [ref=e2]
#         - button "Submit" [ref=e3]
Installs
826
GitHub Stars
340
First Seen
Mar 9, 2026
camoufox-cli — bin-huang/camoufox-cli