Skip to content

Uni-CLIThe universal interface between AI agents and the world's software.

A shell-native command layer for real operations: discover by intent, execute typed adapters, return structured AgentEnvelopes, and repair broken automation in place.

Uni-CLI otter mascot holding a terminal tablet

Current Version

v0.216.3 is live on npm.

Apollo · Collins shipped on 2026-04-27; the @zenalexa/unicli npm latest tag now points to this release.

Version
v0.216.3
Catalog
235 sites / 1448 commands
Package
@zenalexa/unicli
  • Published as the npm latest tag with provenance.
  • OpenCLI parity remains at 0 missing sites and 0 missing commands against the current reference manifest.
  • Fast-path discovery now falls back cleanly when the generated manifest is absent.
  • The public docs catalog now reports the current 235-site, 1448-command surface.

One catalog, many surfaces

From one intent search to a runnable command.

Uni-CLI keeps the first interaction small: search the catalog, choose the narrow command, run it, and get a structured result or a repairable error.

235sites
1448commands
5surface families
v2agent envelope

Positioning

Uni-CLI is built for agents that already have a shell. MCP compatibility is available, but the primary path is faster and smaller: discover with unicli search, inspect with unicli describe, execute with unicli <site> <command>, and repair through the adapter path in the error envelope.

First Command

bash
npm install -g @zenalexa/unicli
unicli search "hacker news frontpage"
unicli hackernews top --limit 5

Choose The Right Entry Point

NeedStart here
Install and runGetting Started
See supported sitesSites Catalog
Wire into an agentIntegrations
Add or repair a toolAdapters and Self-Repair
Check exact behaviorAdapter Format, Pipeline Steps, Exit Codes
Understand the shapeArchitecture, Benchmarks, Roadmap

Agent Index

The website also publishes an agent-readable index at /llms.txt. It points agents to the install path, command catalog, adapter format, and repair loop without making them crawl the whole site first.

Released under the Apache-2.0 License