unicli-operate

Solid

Compatibility guide for `unicli operate`. Prefer `unicli browser`, which now exposes the same operator surface plus daemon/session 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 Prefer `unicli browser` for new work: ```bash unicli browser open <url> unicli browser state unicli browser click <ref> unicli browser type <ref> <text> unicli browser find --css <selector> unicli browser extract unicli browser tabs unicli browser frames ``` `unicli operate ...` still works, but it is now the compatibility path over the same implementation. ## Core Workflow 1. `open` -> navigate to URL 2. `state` -> inspect DOM, get `[ref]` numbers for interactive elements 3. interact -> `click`, `type`, `select`, `keys` using ref numbers 4. verify -> `state` again or `get value <ref>` to confirm 5. extract -> `eval` for structured data **Always `state` before interacting. Never guess ref numbers.** ## All Operate Subcommands ```bash # Navigation unicli operate open <url> # Navigate to URL unicli operate back # Go back in history unicli operate scroll [direction] # down, up, bottom, top unicli operate close # Close automation window # Inspection unicli operate state # DOM tree with [ref] indices unicli operate screenshot [path] # Save visual capture # Get data unicli operate get title|url # Page title or URL unicli operate get text <ref> # Element text by ref unicli operate get value <ref> # Input value (verify after type) unicli operate get html [selector] # Page or scoped HTML unicli operate get attributes <ref> # Element attributes # Interaction u...

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