Skip to content

Commit e3995df

Browse files
authored
docs(readme): tighten tagline + add form-filling example (#1596)
- Replace 2-line tagline (websites/browser/electron/local + reuse logged-in browser) with a single line emphasizing the two core capabilities side by side: 把任意网站变成 CLI & 让 AI Agent 操控登录态浏览器 - Add "Help me fill out this form" as the leading opencli-browser skill example so the table surfaces browser-side capabilities, not just scraping
1 parent 4682ffc commit e3995df

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# OpenCLI
22

3-
> **Turn websites, browser sessions, Electron apps, and local tools into deterministic interfaces for humans and AI agents.**
4-
> Reuse your logged-in browser, automate live workflows, and crystallize repeated actions into reusable CLI commands.
3+
> **Convert any website into a CLI & Drive your logged-in browser from AI agents.**
4+
> Turn websites, browser sessions, Electron apps, and local tools into deterministic interfaces for humans and AI agents.
5+
> Or drive your logged-in browser to do anything — navigate, fill forms, click, extract, automate.
56
67
[![中文文档](https://img.shields.io/badge/docs-%E4%B8%AD%E6%96%87-0F766E?style=flat-square)](./README.zh-CN.md)
78
[![npm](https://img.shields.io/npm/v/@jackwener/opencli?style=flat-square)](https://www.npmjs.com/package/@jackwener/opencli)
@@ -127,7 +128,7 @@ npx skills add jackwener/opencli --skill smart-search
127128
|-------|------------|-------------------------------|
128129
| **opencli-adapter-author** | Operate a site in real time, or write a reusable adapter for a new site | "Help me check my Xiaohongshu notifications" / "Write an adapter for douyin trending" / "Make a command that grabs the top posts from this page" |
129130
| **opencli-autofix** | Repair a broken adapter when a built-in command fails | "`opencli zhihu hot` is returning empty — fix it" |
130-
| **opencli-browser** | Browser automation reference for AI agents | "Use browser commands to scrape this page" |
131+
| **opencli-browser** | Browser automation reference for AI agents | "Help me fill out this form" / "Use browser commands to scrape this page" |
131132
| **opencli-usage** | Quick reference for all OpenCLI commands and sites | "What commands does OpenCLI have for Twitter?" |
132133
| **smart-search** | Search across existing OpenCLI capabilities | "Find me a Bilibili trending adapter" |
133134

README.zh-CN.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# OpenCLI
22

3-
> **把网站、浏览器会话、Electron 应用和本地工具,统一变成适合人类与 AI Agent 使用的确定性接口。**
4-
> 复用浏览器登录态,先自动化真实操作,再把高频流程沉淀成可复用的 CLI 命令。
3+
> **把任意网站变成 CLI & 让 AI Agent 操控你的登录态浏览器。**
4+
> 把网站、浏览器会话、Electron 应用和本地工具,统一变成适合人类与 AI Agent 使用的确定性接口。
5+
> 或者直接操控你的登录态浏览器做任何事 —— 导航、填表单、点击、抓取、自动化。
56
67
[![English](https://img.shields.io/badge/docs-English-1D4ED8?style=flat-square)](./README.md)
78
[![npm](https://img.shields.io/npm/v/@jackwener/opencli?style=flat-square)](https://www.npmjs.com/package/@jackwener/opencli)
@@ -111,7 +112,7 @@ npx skills add jackwener/opencli --skill smart-search
111112
|-------|---------|-------------------|
112113
| **opencli-adapter-author** | 实时操作任意网站,或为新站点写可复用适配器 | "帮我看看小红书的通知" / "帮我做一个抖音热门的适配器" / "帮我做一个抓取这个页面热帖的命令" |
113114
| **opencli-autofix** | 内置命令失败时修复已有适配器 | "`opencli zhihu hot` 返回空了,修一下" |
114-
| **opencli-browser** | 浏览器自动化参考文档 | "用浏览器命令抓取这个页面" |
115+
| **opencli-browser** | 浏览器自动化参考文档 | "帮我填一下这个表单" / "用浏览器命令抓取这个页面" |
115116
| **opencli-usage** | 所有命令和站点的快速参考 | "OpenCLI 有哪些 Twitter 相关的命令?" |
116117
| **smart-search** | 在现有 OpenCLI 能力里搜索 | "帮我找个 B 站热门相关的适配器" |
117118

0 commit comments

Comments
 (0)