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-browsermust be available onPATH.- If browser binaries are missing, run
agent-browser install. - Reuse the default session unless isolation matters; close it with
agent-browser closewhen 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