·browser-automation
</>

browser-automation

civitai/civitai

Browser-Automatisierung über HTTP-Server. Unterstützt mehrere gleichzeitige Sitzungen für Mehrbenutzertests, gespeicherte Abläufe und profilbasierte Authentifizierungspersistenz.

18Installationen·3Trend·@civitai

Installation

$npx skills add https://github.com/civitai/civitai --skill browser-automation

SKILL.md

Explore pages interactively, build reusable flows, and test multi-user scenarios.

| /profiles | GET | List auth profiles with descriptions | | /sessions | GET | List active sessions | | /sessions | POST | Create session { name, url, profile?, headless? } | | /sessions/:name | DELETE | Close session | | /flows | GET | List saved flows | | /flows/:name/run | POST | Run flow { profile?, startUrl?, headless? } |

| /status | GET | Session status | | /inspect | GET | Page state + screenshot. Add ?fullPage=true for full-page screenshot | | /chunk | POST | Execute code { label, code } | | /navigate | POST | Navigate { url, fullPage? }. Set fullPage: true for full-page screenshot | | /save-auth | POST | Save auth { profile, description } |

Original anzeigen

Fakten (zitierbereit)

Stabile Felder und Befehle für KI/Such-Zitate.

Installationsbefehl
npx skills add https://github.com/civitai/civitai --skill browser-automation
Kategorie
</>Entwicklung
Verifiziert
Erstes Auftreten
2026-02-01
Aktualisiert
2026-02-18

Schnelle Antworten

Was ist browser-automation?

Browser-Automatisierung über HTTP-Server. Unterstützt mehrere gleichzeitige Sitzungen für Mehrbenutzertests, gespeicherte Abläufe und profilbasierte Authentifizierungspersistenz. Quelle: civitai/civitai.

Wie installiere ich browser-automation?

Ö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/civitai/civitai --skill browser-automation Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code oder Cursor

Wo ist das Quell-Repository?

https://github.com/civitai/civitai