surf
Installation
SKILL.md
Surf Browser Automation
Control Chrome browser via CLI or Unix socket.
CLI Quick Reference
surf --help # Full help
surf <group> # Group help (tab, scroll, page, wait, dialog, emulate, form, perf, ai)
surf --help-full # All commands
surf --find <term> # Search tools
surf --help-topic <topic> # Topic guide (refs, semantic, frames, devices, windows)
Core Workflow
# 1. Navigate to page
surf navigate "https://example.com"
Related skills