agent-browser
Installation
SKILL.md
Browser Automation with 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
Core workflow
- Navigate:
agent-browser open <url> - Snapshot:
agent-browser snapshot -i(returns elements with refs like@e1,@e2) - Interact using refs from the snapshot
- Re-snapshot after navigation or significant DOM changes
Related skills
More from giselles-ai/agent-container
build-giselle-agent
>
16writing-task-plans
Writes structured task plans (epics with phased sub-tasks) in the tasks/ directory. Use when asked to plan, break down, or write tasks for a feature, migration, or refactor.
1writing-narrative-pages
Guides marketing page composition using humanistic narrative principles. Use when writing, reviewing, or structuring marketing pages, landing pages, or product story pages.
1