Skip to content

Commit ee8d7cc

Browse files
authored
docs: fix stale adapter counts and .ts reference (#950)
- README.md: "70+ pre-built adapters" → "87+" - docs/comparison.md: "73+ sites" → "87+", ".ts adapter" → ".js adapter"
1 parent 420dc0f commit ee8d7cc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ It also works as a **CLI hub** for local tools such as `gh`, `docker`, and other
2424

2525
- **CLI All Electron** — CLI-ify apps like Antigravity Ultra! Now AI can control itself natively.
2626
- **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: 70+ pre-built adapters, or crystallize your own with `opencli record`.
27+
- **Website → CLI** — Turn any website into a deterministic CLI: 87+ pre-built adapters, or crystallize your own with `opencli record`.
2828
- **Account-safe** — Reuses Chrome/Chromium logged-in state; your credentials never leave the browser.
2929
- **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.
3030
- **AI Agent ready**`explore` discovers APIs, `synthesize` generates adapters, `cascade` finds auth strategies, `browser` controls the browser directly.

docs/comparison.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ 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**73+ 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**87+ 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.
92-
- **Easy to extend** — Drop a `.ts` adapter into the `clis/` folder for auto-registration. Contributing a new site adapter is straightforward.
92+
- **Easy to extend** — Drop a `.js` adapter into the `clis/` folder for auto-registration. Contributing a new site adapter is straightforward.
9393

9494
### opencli's Limitations
9595

0 commit comments

Comments
 (0)