unicli-usage

Solid

Command reference and usage guide for unicli — the universal CLI for AI agents. 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 146 stars 3 forks Updated 2 days ago Apache-2.0

Install

View on GitHub

Quality Score: 87/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

# 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 # Safe repair for local automation CDP unicli browser start # Background-safe CDP startup unicli browser --focus start # Foreground only for explicit login ``` ## 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
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