unicli-usage

Featured

Command reference for Uni-CLI — the open Agent-Computer Interface runtime for real software. Use when you need to discover, run, or pipe unicli commands; or before using raw browser tools, legacy OpenCLI, curl, or computer-use for web, browser, desktop, macOS, local-tool, external-CLI, or adapter-repair tasks.

AI & Automation 271 stars 2 forks Updated 4 days ago Apache-2.0

Install

View on GitHub

Quality Score: 89/100

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

Skill Content

# unicli Usage Guide ## Quick Reference ```bash unicli search "intent" # Find the right command first unicli list # List all available commands unicli list --type web-api # Filter by adapter type unicli list --site bilibili # Filter by site name unicli <site> <command> [options] # Run any command unicli hackernews top --limit 5 # Example: HN top stories unicli hackernews search "AI agents" # Example: search HN unicli doctor # System health check unicli browser doctor --json # Browser/profile/CDP reliability report unicli browser doctor --repair # Start only the windowless broker unicli browser start # Start hidden managed provider on demand unicli browser --focus start # Explicit existing-Chrome foreground control ``` ## Output Formats All commands support `--format` / `-f`: | Format | Use Case | | --------- | ----------------------------------- | | `md` | Default v2 AgentEnvelope for agents | | `json` | Machine parsing / jq | | `yaml` | Config-friendly envelope | | `csv` | Spreadsheet import | | `compact` | Pipe-friendly row stream | ```bash unicli hackernews top -f json | jq '.data[0].title' unicli hackernews top -f csv > stories.csv ``` ## Adapter Types | Type | Description | Example | | --------- |...

Details

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

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category