skills/smithery.ai/tool-agent-browser

tool-agent-browser

Installation
SKILL.md

Browser Automation with agent-browser

Setup (run once if command not found)

If agent-browser is not installed, install it globally:

command -v agent-browser >/dev/null 2>&1 || npm install -g agent-browser

Quick start

agent-browser open <url>        # Navigate to page
agent-browser snapshot -i       # Get interactive elements with refs
agent-browser click @e1         # Click element by ref
agent-browser fill @e2 "text"   # Fill input by ref
agent-browser close             # Close browser
Installs
1
First Seen
Apr 29, 2026
tool-agent-browser from smithery.ai