Was ist browser?
Webbrowser-Automatisierung mit KI-optimierten Snapshots für Claude-Flow-Agenten Quelle: ruvnet/ruview.
Webbrowser-Automatisierung mit KI-optimierten Snapshots für Claude-Flow-Agenten
Installieren Sie den KI-Skill browser schnell in Ihrer Entwicklungsumgebung über die Kommandozeile
Quelle: ruvnet/ruview.
Web browser automation using agent-browser with AI-optimized snapshots. Reduces context by 93% using element refs (@e1, @e2) instead of full DOM.
| open | Navigate to URL | | back | Go back | | forward | Go forward | | reload | Reload page | | close | Close browser |
| snapshot | Full accessibility tree | | snapshot -i | Interactive elements only (buttons, links, inputs) | | snapshot -c | Compact (remove empty elements) | | snapshot -d 3 | Limit depth to 3 levels | | screenshot [path] | Capture screenshot (base64 if no path) |
Webbrowser-Automatisierung mit KI-optimierten Snapshots für Claude-Flow-Agenten Quelle: ruvnet/ruview.
Stabile Felder und Befehle für KI/Such-Zitate.
npx skills add https://github.com/ruvnet/ruview --skill browserWebbrowser-Automatisierung mit KI-optimierten Snapshots für Claude-Flow-Agenten Quelle: ruvnet/ruview.
Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/ruvnet/ruview --skill browser Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code, Cursor oder OpenClaw
https://github.com/ruvnet/ruview