Skip to content

Commit fa208ec

Browse files
authored
docs: sync Highlights cleanup across all doc surfaces (#1009)
- docs/index.md: update feature cards to match README Highlights - docs/zh/index.md: sync Chinese feature cards - docs/guide/getting-started.md: align Highlights section - README.zh-CN.md: rename "为什么是 OpenCLI" to "亮点", align with EN
1 parent 56a727c commit fa208ec

File tree

4 files changed

+38
-29
lines changed

4 files changed

+38
-29
lines changed

README.zh-CN.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,16 @@ OpenCLI 可以用同一套 CLI 做三类事情:
1616

1717
除了网站能力,OpenCLI 还是一个 **CLI 枢纽**:你可以把 `gh``docker` 等本地工具统一注册到 `opencli` 下,也可以通过桌面端适配器控制 Cursor、Codex、Antigravity、ChatGPT、Notion 等 Electron 应用。
1818

19-
## 为什么是 OpenCLI
20-
21-
- **同一个心智模型**:网站、浏览器自动化、Electron 应用、本地 CLI 都走同一个入口。
22-
- **复用真实会话**:浏览器命令直接使用你已经登录的 Chrome/Chromium,而不是重新造一套认证。
23-
- **输出稳定**:适配器命令返回固定结构,适合 shell、脚本、CI 和 AI Agent 工具调用。
24-
- **面向 AI Agent**`browser` 负责实时操作,`explore` 负责探索接口,`synthesize` 负责生成适配器,`cascade` 负责探测认证路径。
25-
- **运行成本低**:已有命令运行时不消耗模型 token。
26-
- **天然可扩展**:既能用内置能力,也能注册本地 CLI,或直接往 `clis/``.js` 适配器。
19+
## 亮点
20+
21+
- **桌面应用控制** — 通过 CDP 直接在终端驱动 Electron 应用(Cursor、Codex、ChatGPT、Notion 等)。
22+
- **浏览器自动化**`browser` 让 AI Agent 直接控制浏览器:点击、输入、提取、截图,完全可编程。
23+
- **网站 → CLI** — 把任何网站变成确定性 CLI:87+ 内置适配器,或用 `opencli generate` 生成新的。
24+
- **账号安全** — 复用 Chrome/Chromium 登录态,凭证永远不会离开浏览器。
25+
- **面向 AI Agent**`explore` 发现 API,`synthesize` 生成适配器,`cascade` 探测认证策略,`browser` 直接控制浏览器。
26+
- **CLI 枢纽** — 统一发现、自动安装、纯透传任何外部 CLI(gh、docker、obsidian 等)。
27+
- **零 LLM 成本** — 运行时不消耗模型 token,跑 10,000 次也不花一分钱。
28+
- **确定性输出** — 相同命令,相同输出结构,每次一致。可管道、可脚本、CI 友好。
2729

2830
## 快速开始
2931

docs/guide/getting-started.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@ OpenCLI turns **any website** or **Electron app** into a command-line interface
1111

1212
## Highlights
1313

14-
- **CLI All Electron** — CLI-ify apps like Antigravity Ultra! Now AI can control itself natively.
14+
- **Desktop App Control** — Drive Electron apps (Cursor, Codex, ChatGPT, Notion, etc.) directly from the terminal via CDP.
15+
- **Browser Automation**`browser` gives AI agents direct browser control: click, type, extract, screenshot — fully scriptable.
16+
- **Website → CLI** — Turn any website into a deterministic CLI: 87+ pre-built adapters, or generate your own with `opencli generate`.
1517
- **Account-safe** — Reuses Chrome's logged-in state; your credentials never leave the browser.
16-
- **AI Agent ready**`explore` discovers APIs, `synthesize` generates adapters, `cascade` finds auth strategies.
17-
- **Self-healing setup**`opencli doctor` auto-starts the daemon and diagnoses extension + live browser connectivity.
18-
- **Dynamic Loader** — Simply drop `.js` adapters into the `clis/` folder for auto-registration.
19-
- **Dual-Engine Architecture** — Supports both declarative pipeline adapters and robust browser runtime TypeScript injections.
18+
- **AI Agent ready**`explore` discovers APIs, `synthesize` generates adapters, `cascade` finds auth strategies, `browser` controls the browser directly.
19+
- **Zero LLM cost** — No tokens consumed at runtime. Run 10,000 times and pay nothing.
20+
- **Deterministic** — Same command, same output schema, every time. Pipeable, scriptable, CI-friendly.
2021

2122
## Quick Start
2223

docs/index.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,21 @@ hero:
1515

1616
features:
1717
- icon: 🖥️
18-
title: CLI All Electron
19-
details: Turn ANY Electron application into a CLI tool — Cursor, Codex, Antigravity, ChatGPT, Notion, and more. AI can control itself natively.
18+
title: Desktop App Control
19+
details: Drive Electron apps (Cursor, Codex, ChatGPT, Notion, etc.) directly from the terminal via CDP.
20+
- icon: 🌐
21+
title: Browser Automation
22+
details: "AI agents get direct browser control: click, type, extract, screenshot — any interaction, fully scriptable."
2023
- icon: 🔐
2124
title: Account Safe
2225
details: Reuses Chrome's logged-in state. Your credentials never leave the browser — no tokens, no exposed passwords.
2326
- icon: 🤖
2427
title: AI Agent Ready
2528
details: "explore discovers APIs, synthesize generates adapters, cascade finds auth strategies. Built for AI-first workflows."
26-
- icon:
27-
title: Dual-Engine Architecture
28-
details: Supports both declarative pipeline adapters and robust browser runtime TypeScript injections for maximum flexibility.
29-
- icon: 🔧
30-
title: Self-Healing Setup
31-
details: "opencli doctor auto-starts the daemon and diagnoses extension + live browser connectivity."
32-
- icon: 📦
33-
title: Dynamic Loader
34-
details: Simply drop .js adapters into the clis/ folder for auto-registration. Zero boilerplate.
29+
- icon: 💰
30+
title: Zero LLM Cost
31+
details: No tokens consumed at runtime. Run 10,000 times and pay nothing.
32+
- icon: 🔁
33+
title: Deterministic
34+
details: Same command, same output schema, every time. Pipeable, scriptable, CI-friendly.
3535
---

docs/zh/index.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,21 @@ hero:
1515

1616
features:
1717
- icon: 🖥️
18-
title: CLI 所有 Electron 应用
19-
details: 将任何 Electron 应用变成 CLI 工具 — Cursor、Codex、Antigravity、ChatGPT、Notion 等。AI 可以原生控制自身。
18+
title: 桌面应用控制
19+
details: 通过 CDP 直接在终端驱动 Electron 应用(Cursor、Codex、ChatGPT、Notion 等)。
20+
- icon: 🌐
21+
title: 浏览器自动化
22+
details: AI Agent 直接控制浏览器:点击、输入、提取、截图 — 任何交互,完全可编程。
2023
- icon: 🔐
2124
title: 账号安全
2225
details: 复用 Chrome 登录态,凭证永远不会离开浏览器 — 无 token,无密码泄露。
2326
- icon: 🤖
2427
title: AI Agent 就绪
2528
details: explore 发现 API,synthesize 生成适配器,cascade 查找认证策略。为 AI 优先工作流而生。
26-
- icon:
27-
title: 双引擎架构
28-
details: 同时支持声明式数据管道和强大的浏览器运行时 JavaScript 注入。
29+
- icon: 💰
30+
title: 零 LLM 成本
31+
details: 运行时不消耗模型 token。跑 10,000 次也不花一分钱。
32+
- icon: 🔁
33+
title: 确定性输出
34+
details: 相同命令,相同输出结构,每次一致。可管道、可脚本、CI 友好。
2935
---

0 commit comments

Comments
 (0)