web-browser
Installation
SKILL.md
Web Browser (agent-browser + Lightpanda)
Use agent-browser CLI via exec for all web browsing tasks.
Default engine: Lightpanda (fast, low-RAM). Falls back to Chrome if needed.
Quick Reference
Open a page
agent-browser open https://example.com
Get page content (text snapshot)
# Full content with text (for reading pages)
agent-browser snapshot
# Interactive elements only (for finding buttons/links/inputs to click)
agent-browser snapshot -i