This repository can now use OpenCLI as an additional browser control path alongside the existing browser-use and MCP routes.
- Install and enable the Chrome extension named
Browser Bridge - Ensure
npmis available in PATH - Use PowerShell on Windows
powershell -ExecutionPolicy Bypass -File scripts/setup-opencli.ps1
powershell -ExecutionPolicy Bypass -File scripts/test-opencli.ps1
powershell -ExecutionPolicy Bypass -File scripts/invoke-opencli.ps1 -RunDoctor google search "site:bestblackhatforum.com parasite seo" --limit 5 -f jsonWhat they do:
scripts/setup-opencli.ps1installs@jackwener/opencliglobally, then runsopencli doctorand a browser-required smoke testscripts/test-opencli.ps1validates an existing installation without reinstallingscripts/invoke-opencli.ps1is the generic pass-through wrapper for real OpenCLI commands
This phase adds setup, validation, and a generic invocation layer. It still does not replace existing browser-use, MCP, CAPTCHA, or Cloudflare bypass logic by default.