Che cos'è browser-automation?
Automazione del browser tramite server HTTP. Supporta più sessioni simultanee per test multiutente, flussi salvati e persistenza di autenticazione basata sul profilo. Fonte: civitai/civitai.
Automazione del browser tramite server HTTP. Supporta più sessioni simultanee per test multiutente, flussi salvati e persistenza di autenticazione basata sul profilo.
Installa rapidamente la skill AI browser-automation nel tuo ambiente di sviluppo tramite riga di comando
Fonte: civitai/civitai.
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 } |
Campi e comandi stabili per citazioni AI/ricerca.
npx skills add https://github.com/civitai/civitai --skill browser-automationAutomazione del browser tramite server HTTP. Supporta più sessioni simultanee per test multiutente, flussi salvati e persistenza di autenticazione basata sul profilo. Fonte: civitai/civitai.
Apri il tuo terminale o strumento da riga di comando (Terminal, iTerm, Windows Terminal, ecc.) Copia ed esegui questo comando: npx skills add https://github.com/civitai/civitai --skill browser-automation Dopo l'installazione, la skill verrà configurata automaticamente nel tuo ambiente AI di coding e sarà pronta all'uso in Claude Code, Cursor o OpenClaw
https://github.com/civitai/civitai