unicli-browser

Solid

Control browser automation sessions via unicli. The browser command now owns lifecycle, interaction, introspection, and daemon diagnostics.

AI & Automation 146 stars 3 forks Updated 2 days ago Apache-2.0

Install

View on GitHub

Quality Score: 93/100

Stars 20%
72
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

## When to Use Use `unicli browser` for both browser lifecycle and direct page interaction. `unicli operate` still exists, but it is now a compatibility alias over the same implementation. ## Quick Start ```bash unicli browser start # Launch Chrome with CDP without a foreground startup window unicli browser doctor --repair # Safe repair: start Uni-CLI automation CDP if needed unicli browser --focus start # Foreground only for explicit interactive login unicli browser status # Check CDP + daemon/session status unicli browser doctor --json # Machine-readable reliability report unicli browser profiles --json # Discover local logged-in profiles unicli browser open <url> # Navigate to a page unicli browser state # DOM accessibility tree with [ref] numbers unicli browser screenshot # Visual capture to file unicli browser find --css ... # Structured DOM query + ref allocation unicli browser extract # Chunked long-form text extraction ``` ## Browser Lifecycle ```bash unicli browser start # Spawn Chrome + daemon in background-safe mode unicli browser doctor --repair # Safe self-repair for local automation CDP unicli browser --focus start # Opt into a foreground startup window unicli browser status # Connection health check unicli daemon status # Daemon process info unicli daemon stop # Stop daemon unicli daemon restart # Restart daemon ``` The daemon auto-exits after idle timeout. Chrome/CDP...

Details

Author
olo-dot-io
Repository
olo-dot-io/Uni-CLI
Created
2 months ago
Last Updated
2 days ago
Language
TypeScript
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category