agent-browser-loop
Installation
SKILL.md
Agent Browser Loop
Control a browser via CLI. Execute actions, read state, and verify UI changes in a stepwise loop.
Quick Start
TIP: Check package.json for dev server scripts to find the port to test
# Open a URL (starts browser daemon automatically)
agent-browser open http://localhost:3000
# Interact and verify
agent-browser act click:button_0
agent-browser wait --text "Success"
agent-browser state