Agent Skill
2/7/2026browser
When testing web UI, load this skill to take screenshots and interact with elements.
D
djgrant
2GitHub Stars
1Views
npx skills add djgrant/the-scientist
SKILL.md
| Name | browser |
| Description | When testing web UI, load this skill to take screenshots and interact with elements. |
name: browser description: When testing web UI, load this skill to take screenshots and interact with elements.
::workflow::
DO
- open <url> to start session
- snapshot to see current state and get @refs
- interact with elements (click, type, etc.) using @refs or selectors
- screenshot to verify result END
Commands
agent-browser <command>
Common commands: open <url>, snapshot, click <selector|@ref>, type <selector|@ref> <text>, screenshot.
Use agent-browser --help for full command list.
Skills Info
Original Name:browserAuthor:djgrant
Download