From 6aa47cc92907132f9aabfa616762b4131683aff4 Mon Sep 17 00:00:00 2001 From: Ziming Wang <125807850+ZenAlexa@users.noreply.github.com> Date: Fri, 10 Apr 2026 00:50:27 +0800 Subject: [PATCH 1/3] Add Uni-CLI to awesome list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e681aab..24a38f6 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ for a curated list of packages and resources. * [Hackathon Starter](https://github.com/sahat/hackathon-starter) - A boilerplate for Node.js web applications. * [Node-RED](https://github.com/node-red/node-red) - A visual tool for wiring the Internet of Things * [nscm](https://github.com/nodesource/nscm) - An open-source CLI tool for working with NodeSource Certified Modules +* [Uni-CLI](https://github.com/olo-dot-io/Uni-CLI) ([npm](https://www.npmjs.com/package/@zenalexa/unicli)) - Universal CLI for AI agents with 756 commands across 167 sites. Self-repairing YAML adapters, auto-JSON output, and browser automation via CDP. **Electron apps** From 3af53d8945ef98eb9c43f9f1fe9b44041587bef4 Mon Sep 17 00:00:00 2001 From: ZenAlexa Date: Wed, 6 May 2026 19:27:12 +0800 Subject: [PATCH 2/3] chore: refresh Uni-CLI counts to current public README STATS The originally-submitted entry quoted the v0.18x-era snapshot (167 sites, 756 commands, ~80 tokens). The repo's live README STATS counters now read 238 sites and 1,458 commands. Refreshed numbers come from those counters; per-call token budget references docs/BENCHMARK.md (the fixture-mode benchmark in the repo) instead of an inline figure that was no longer accurate. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24a38f6..321a169 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ for a curated list of packages and resources. * [Hackathon Starter](https://github.com/sahat/hackathon-starter) - A boilerplate for Node.js web applications. * [Node-RED](https://github.com/node-red/node-red) - A visual tool for wiring the Internet of Things * [nscm](https://github.com/nodesource/nscm) - An open-source CLI tool for working with NodeSource Certified Modules -* [Uni-CLI](https://github.com/olo-dot-io/Uni-CLI) ([npm](https://www.npmjs.com/package/@zenalexa/unicli)) - Universal CLI for AI agents with 756 commands across 167 sites. Self-repairing YAML adapters, auto-JSON output, and browser automation via CDP. +* [Uni-CLI](https://github.com/olo-dot-io/Uni-CLI) ([npm](https://www.npmjs.com/package/@zenalexa/unicli)) - Universal CLI for AI agents with 1,458 commands across 238 sites. Self-repairing YAML adapters, auto-JSON output, and browser automation via CDP. **Electron apps** From 72784edaa39e5873a28b54d799ef0c8a1e741908 Mon Sep 17 00:00:00 2001 From: ZenAlexa Date: Wed, 6 May 2026 20:02:29 +0800 Subject: [PATCH 3/3] chore: drop hardcoded counts; defer to repo's live STATS counters Hardcoding numbers (sites/commands) in third-party lists guarantees they go stale between an active release cycle and the maintainer's review. Refactor: describe the catalog qualitatively (web, desktop, Electron, bridge CLIs) and point readers to the repo's own `` markers in README.md and the benchmark numbers in docs/BENCHMARK.md. Single source of truth, never drifts. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 321a169..d31823d 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ for a curated list of packages and resources. * [Hackathon Starter](https://github.com/sahat/hackathon-starter) - A boilerplate for Node.js web applications. * [Node-RED](https://github.com/node-red/node-red) - A visual tool for wiring the Internet of Things * [nscm](https://github.com/nodesource/nscm) - An open-source CLI tool for working with NodeSource Certified Modules -* [Uni-CLI](https://github.com/olo-dot-io/Uni-CLI) ([npm](https://www.npmjs.com/package/@zenalexa/unicli)) - Universal CLI for AI agents with 1,458 commands across 238 sites. Self-repairing YAML adapters, auto-JSON output, and browser automation via CDP. +* [Uni-CLI](https://github.com/olo-dot-io/Uni-CLI) ([npm](https://www.npmjs.com/package/@zenalexa/unicli)) - Universal CLI for AI agents exposing web, desktop, and Electron apps as deterministic commands. Self-repairing YAML adapters, auto-JSON output, and browser automation via CDP. **Electron apps**