Browser Automation Skill
Automate browser tasks using the built-in browser engine and Computer Use agent.
Usage
/browser-automation <action> [target] [options]
Actions
| Action | Description | Example |
|---|---|---|
navigate |
Navigate to a URL | /browser-automation navigate https://example.com |
click |
Click an element | /browser-automation click "Login button" |
type |
Type text into focused element | /browser-automation type "Hello world" |
screenshot |
Capture page screenshot | /browser-automation screenshot |
fill-form |
Auto-fill a form | /browser-automation fill-form name=John email=john@example.com |
extract |
Extract page data | /browser-automation extract tables |
Features
- Smart Element Location: XPath, CSS selectors, text content, visual matching
- Form Automation: Auto-detect and fill form fields
- Data Extraction: Tables, lists, structured content
- Screenshots: Full page and element-level capture
- Template Actions: Pre-built automation templates