Skip to content

Commit fe82b38

Browse files
authored
docs: update outdated adapter counts, operate commands, and skill references (#701)
- Update adapter count from 50+/60+/66+ to 70+ across all docs (actual: 74 sites) - Add missing operate commands (eval, network, init, verify) to README - Add opencli-operate skill to Install AI Skills section in both READMEs - Replace outdated "Playwright MCP Bridge" with "Browser Bridge" in doubao docs
1 parent 4d036a5 commit fe82b38

5 files changed

Lines changed: 10 additions & 8 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ There are many great browser automation tools. Here's when opencli is the right
4545

4646
- **Zero LLM cost** — No tokens consumed at runtime. Run 10,000 times and pay nothing.
4747
- **Deterministic** — Same command, same output schema, every time. Pipeable, scriptable, CI-friendly.
48-
- **Broad coverage**50+ sites across global and Chinese platforms (Bilibili, Zhihu, Xiaohongshu, Reddit, HackerNews, and more), plus desktop Electron apps via CDP.
48+
- **Broad coverage**70+ sites across global and Chinese platforms (Bilibili, Zhihu, Xiaohongshu, Reddit, HackerNews, and more), plus desktop Electron apps via CDP.
4949

5050
> For a detailed comparison with Browser-Use, Crawl4AI, Firecrawl, and others, see the [Comparison Guide](./docs/comparison.md).
5151
@@ -98,7 +98,7 @@ opencli operate state # 2. See interactive eleme
9898
opencli operate eval "document.title" # 3. Extract data
9999
```
100100

101-
More commands: `click`, `type`, `select`, `keys`, `wait`, `get`, `screenshot`, `scroll`, `back`, `close`.
101+
More commands: `click`, `type`, `select`, `keys`, `wait`, `get`, `screenshot`, `scroll`, `back`, `eval`, `network`, `init`, `verify`, `close`.
102102

103103
See [`skills/opencli-operate/SKILL.md`](./skills/opencli-operate/SKILL.md) for full documentation.
104104

@@ -118,6 +118,7 @@ npx skills add jackwener/opencli
118118

119119
# Or install specific skills
120120
npx skills add jackwener/opencli --skill opencli-usage # Command reference
121+
npx skills add jackwener/opencli --skill opencli-operate # Browser automation for AI agents
121122
npx skills add jackwener/opencli --skill opencli-explorer # Adapter development guide
122123
npx skills add jackwener/opencli --skill opencli-oneshot # Quick command reference
123124
```
@@ -160,7 +161,7 @@ git clone git@github.com:jackwener/opencli.git && cd opencli && npm install && n
160161
| **notebooklm** | `status` `list` `open` `select` `current` `get` `metadata` `source-list` `source-get` `source-fulltext` `source-guide` `history` `note-list` `notes-list` `notes-get` `summary` |
161162
| **spotify** | `auth` `status` `play` `pause` `next` `prev` `volume` `search` `queue` `shuffle` `repeat` |
162163

163-
66+ adapters in total — **[→ see all supported sites & commands](./docs/adapters/index.md)**
164+
70+ adapters in total — **[→ see all supported sites & commands](./docs/adapters/index.md)**
164165

165166
## CLI Hub
166167

README.zh-CN.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ CLI all electron!现在支持把所有 electron 应用 CLI 化,从而组合
4545

4646
- **零 LLM 成本** — 运行时不消耗任何 token,跑一万次不花一分钱
4747
- **确定性** — 同一命令永远返回同一结构,可管道化、可脚本化、CI 友好
48-
- **覆盖广泛**50+ 站点,横跨全球与中国平台(B站、知乎、小红书、Reddit、HackerNews 等),并支持通过 CDP 控制桌面 Electron 应用
48+
- **覆盖广泛**70+ 站点,横跨全球与中国平台(B站、知乎、小红书、Reddit、HackerNews 等),并支持通过 CDP 控制桌面 Electron 应用
4949

5050
> 与 Browser-Use、Crawl4AI、Firecrawl 等工具的详细对比,请查看 [Comparison Guide](./docs/comparison.md)
5151
@@ -126,6 +126,7 @@ npx skills add jackwener/opencli
126126

127127
# 或安装特定 skill
128128
npx skills add jackwener/opencli --skill opencli-usage # 命令参考
129+
npx skills add jackwener/opencli --skill opencli-operate # 浏览器自动化(AI Agent 专用)
129130
npx skills add jackwener/opencli --skill opencli-explorer # 适配器开发指南
130131
npx skills add jackwener/opencli --skill opencli-oneshot # 快速命令参考
131132
```
@@ -207,7 +208,7 @@ npx skills add jackwener/opencli --skill opencli-oneshot # 快速命令参
207208
| **bluesky** | `search` `trending` `user` `profile` `thread` `feeds` `followers` `following` `starter-packs` | 公开 |
208209
| **douyin** | `videos` `publish` `drafts` `draft` `delete` `stats` `profile` `update` `hashtag` `location` `activities` `collections` | 浏览器 |
209210

210-
66+ 适配器 — **[→ 查看完整命令列表](./docs/adapters/index.md)**
211+
70+ 适配器 — **[→ 查看完整命令列表](./docs/adapters/index.md)**
211212

212213
### 外部 CLI 枢纽
213214

docs/adapters/browser/doubao.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Browser adapter for [Doubao Chat](https://www.doubao.com/chat).
1616

1717
- Chrome is running
1818
- You are already logged into [doubao.com](https://www.doubao.com/)
19-
- Playwright MCP Bridge / browser bridge is configured for OpenCLI
19+
- Browser Bridge extension is installed and enabled for OpenCLI
2020

2121
## Examples
2222

docs/comparison.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ OpenCLI occupies a specific niche in the browser automation ecosystem. This guid
8787
- **Zero LLM cost** — No tokens consumed at runtime. Run 10,000 times for free.
8888
- **Deterministic output** — Same command always returns the same schema. Pipeable, scriptable, CI-friendly.
8989
- **Speed** — Adapter commands return in seconds, not minutes.
90-
- **Broad platform coverage**50+ sites spanning global platforms (Reddit, HackerNews, Twitter, YouTube) and Chinese platforms (Bilibili, Zhihu, Xiaohongshu, Douban, Weibo) with adapters that understand local anti-bot patterns.
90+
- **Broad platform coverage**70+ sites spanning global platforms (Reddit, HackerNews, Twitter, YouTube) and Chinese platforms (Bilibili, Zhihu, Xiaohongshu, Douban, Weibo) with adapters that understand local anti-bot patterns.
9191
- **Desktop app control** — CDP adapters for Cursor, Codex, Notion, ChatGPT, Discord, and more.
9292
- **Easy to extend** — Drop a `.yaml` or `.ts` adapter into the `clis/` folder for auto-registration. Contributing a new site adapter is straightforward.
9393

skills/opencli-usage/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: opencli-usage
3-
description: "Use when running OpenCLI commands to interact with websites (Bilibili, Twitter, Reddit, Xiaohongshu, etc.), desktop apps (Cursor, Notion), or public APIs (HackerNews, arXiv). Covers installation, command reference, and output formats for 60+ adapters."
3+
description: "Use when running OpenCLI commands to interact with websites (Bilibili, Twitter, Reddit, Xiaohongshu, etc.), desktop apps (Cursor, Notion), or public APIs (HackerNews, arXiv). Covers installation, command reference, and output formats for 70+ adapters."
44
version: 1.6.0
55
author: jackwener
66
tags: [opencli, cli, browser, web, chrome-extension, cdp, bilibili, twitter, reddit, xiaohongshu, github, youtube, AI, agent, automation]

0 commit comments

Comments
 (0)