Skip to content

Commit 56a727c

Browse files
authored
docs: remove empty Why OpenCLI section and clean up Highlights (#1008)
- Remove the empty "Why OpenCLI" heading - Rename "CLI All Electron" to "Desktop App Control" for clarity - Remove "Anti-detection built-in" (exposes implementation details) - Remove "Broad coverage" (duplicates intro and Built-in Commands table) - Merge "Self-healing setup" and "Dynamic Loader" out (minor features) - Rename "External CLI Hub" to "CLI Hub" for brevity
1 parent feedaf9 commit 56a727c

1 file changed

Lines changed: 4 additions & 12 deletions

File tree

README.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,24 +16,16 @@ OpenCLI gives you one surface for three different kinds of automation:
1616

1717
It also works as a **CLI hub** for local tools such as `gh`, `docker`, and other binaries you register yourself, plus **desktop app adapters** for Electron apps like Cursor, Codex, Antigravity, ChatGPT, and Notion.
1818

19-
## Why OpenCLI
20-
21-
---
22-
2319
## Highlights
2420

25-
- **CLI All Electron**CLI-ify apps like Antigravity Ultra! Now AI can control itself natively.
26-
- **Browser Automation**`browser` gives AI agents direct browser control: click, type, extract, screenshot — any interaction, fully scriptable.
27-
- **Website → CLI** — Turn any website into a deterministic CLI: 87+ pre-built adapters, or crystallize your own with `opencli record`.
21+
- **Desktop App Control**Drive Electron apps (Cursor, Codex, ChatGPT, Notion, etc.) directly from the terminal via CDP.
22+
- **Browser Automation**`browser` gives AI agents direct browser control: click, type, extract, screenshot — fully scriptable.
23+
- **Website → CLI** — Turn any website into a deterministic CLI: 87+ pre-built adapters, or generate your own with `opencli generate`.
2824
- **Account-safe** — Reuses Chrome/Chromium logged-in state; your credentials never leave the browser.
29-
- **Anti-detection built-in** — Patches `navigator.webdriver`, stubs `window.chrome`, fakes plugin lists, cleans ChromeDriver/Playwright globals, and strips CDP frames from Error stack traces. Extensive anti-fingerprinting and risk-control evasion measures baked in at every layer.
3025
- **AI Agent ready**`explore` discovers APIs, `synthesize` generates adapters, `cascade` finds auth strategies, `browser` controls the browser directly.
31-
- **External CLI Hub** — Discover, auto-install, and passthrough commands to any external CLI (gh, obsidian, docker, etc). Zero setup.
32-
- **Self-healing setup**`opencli doctor` diagnoses and auto-starts the daemon, extension, and live browser connectivity.
33-
- **Dynamic Loader** — Simply drop `.js` adapters into the `clis/` folder for auto-registration.
26+
- **CLI Hub** — Discover, auto-install, and passthrough commands to any external CLI (gh, docker, obsidian, etc).
3427
- **Zero LLM cost** — No tokens consumed at runtime. Run 10,000 times and pay nothing.
3528
- **Deterministic** — Same command, same output schema, every time. Pipeable, scriptable, CI-friendly.
36-
- **Broad coverage** — 87+ sites across global and Chinese platforms (Bilibili, Zhihu, Xiaohongshu, Reddit, HackerNews, and more), plus desktop Electron apps via CDP.
3729

3830
---
3931

0 commit comments

Comments
 (0)