agent-loop-browser
Installation
SKILL.md
Agent Loop Browser
Browser automation for the agent-loop. Use this for:
- Taking screenshots of deployed previews for visual validation
- Filling forms, clicking buttons, navigating pages
- Checking live UI behavior as part of PR verification
- Capturing before/after proof for autonomous PRs
Prerequisites
Prefer the existing Chrome session (logged-in state, extensions, cookies).
DevTools MCP Check
# Check if Chrome DevTools MCP is available
mcporter list chrome-devtools --schema 2>/dev/null || echo "MCP not available"