browse

Installation
SKILL.md

browse

Use agent-browser directly for browser automation. Keep commands explicit and prefer the built-in session model instead of adding a second wrapper layer.

Requirements

  • agent-browser must be available on PATH.
  • If browser binaries are missing, run agent-browser install.
  • Reuse the default session unless isolation matters; close it with agent-browser close when the workflow is finished.

Default Flow

agent-browser open https://example.com
agent-browser wait --load networkidle
agent-browser snapshot -i

Use snapshot -i when selectors are unclear, then interact with @ref targets from the snapshot output.

Related skills
Installs
19
First Seen
Mar 12, 2026