webact
Originally fromkxbnb/webact
Installation
SKILL.md
WebAct Browser Control
Control Chrome directly via the Chrome DevTools Protocol. Raw CDP through a CLI helper.
If you have webact MCP tools available (e.g. navigate, click), stop here and use those instead. The MCP server handles session management and tab isolation automatically. The rest of this file is for CLI-only environments where MCP tools are not available.
How to Run Commands
All commands use the webact CLI (the webact binary). Use the binary on PATH.
Session Setup (once)
webact launch
This launches Chrome (or connects to an existing instance) and creates a session. All subsequent commands auto-discover the session — no session ID needed. Use --headless for invisible operation. Use --tab <id> to target a specific tab (creates an isolated session to avoid polluting the original).