🔥 Hot Repo: 8K Stars in 15 Days — AI Agents Access Any Website at Zero Token Cost
OpenCLI turns any website, Electron app, or local tool into a deterministic CLI for AI agents — no tokens consumed at runtime, no HTML noise in the context window, and 66+ built-in site adapters out of the box.
By OMC Editorial on 2026-03-29
OpenCLI: The AI-Native CLI Runtime That Hit 8K Stars in 15 Days
jackwener/openclihttps://github.com/jackwener/opencli launched on March 14, 2026 and crossed 8,600 GitHub stars by March 29 — roughly 574 new stars per day — while shipping five separate releases in the past 48 hours alone. The latest, v1.5.5 March 28, added Unix-standard exit codes and rewrote the Sina Finance adapter as a public API call so no browser session is required.
The Problem It Solves
AI agents that need data from websites today typically dump raw HTML into their context window, burning thousands of tokens on boilerplate markup to extract a handful of facts. OpenCLI solves that by pre-building structured command adapters: you run opencli twitter trending and get clean JSON — no HTML, no LLM call at read time. The maintainer states in the README: "No tokens consumed at runtime. Run 10,000 times and pay nothing."
How It Works
OpenCLI runs as a local daemon that connects to Chrome through a lightweight Browser Bridge extension. Commands reuse your existing logged-in Chrome session, so there is no separate login flow and no credentials stored outside the browser. The daemon intercepts CDP traffic to the target site and returns structured output.
The tool uses a Dual-Engine Architecture: declarative YAML adapters for sites with stable public APIs, and TypeScript browser-injection adapters for sites that require an active session. Drop a new .ts or .yaml file into the clis/ folder and OpenCLI auto-registers it on the next opencli list.
66+ Adapters, Including Electron Apps
Current built-in adapters span:
- Social / content: Twitter/X 25 commands, Reddit, Bilibili, Xiaohongshu, Zhihu, YouTube
- Productivity: Spotify, Notion, Obsidian, Lark/Feishu 200+ commands
- Dev tools: gh CLI, Docker, Vercel
- Finance: Sina Finance rewritten to zero-browser in v1.5.5
The headline feature for the AI-agent crowd is Electron App support: OpenCLI exposes a CDP debugging port on any Electron app — Curso