Browser Automation
- Use agent-browser for AI-driven web interaction (snapshot-ref pattern)
LLM Evaluation
Evaluated by: xiaomi/mimo-v2-flash:free
Last evaluated: March 29, 2026
Prompt Preview
---
name: c-browser
description: Headless browser automation — navigate pages, click elements, fill forms, take screenshots, scrape content using agent-browser or playwright-cli.
tags: [browser, automation, scraping, web]
---
# Browser Automation
## agent-browser (Vercel)
Navigate and interact with web pages using structured snapshots:
```bash
# Open a URL
agent-browser open "https://example.com"
# Get interactive element snapshot (shows clickable refs)
agent-browser snapshot -i
# Click an...
Full prompt length: 1530 characters