Start the client
启动客户端
Run Clawser on your computer to open the relay on 127.0.0.1.
在电脑上运行 Clawser,在 127.0.0.1 上开启 relay。
Local browser automation
本地浏览器自动化
Clawser connects your own local scripts to a tab you choose. Keep the session you are already signed into, and drive real workflows through a local CDP relay.
Clawser 把你自己的本地脚本连接到你选择的标签页。保留已有登录状态,通过本机 CDP relay 操作真实工作流。
$ clawser start
✓ relay listening on 127.0.0.1:18792
waiting for a tab to be attached…
$ clawser snapshot --json
✓ tab ready for automation
How it works
工作方式
Clawser does not launch a separate, isolated browser. It works with a tab you already have open, including its current session and sign-in state.
Clawser 不会另行启动隔离的浏览器实例,而是使用你已经打开的标签页,并保留当前会话与登录状态。
Run Clawser on your computer to open the relay on 127.0.0.1.
在电脑上运行 Clawser,在 127.0.0.1 上开启 relay。
Use the toolbar action to attach the exact tab you want to control.
通过工具栏操作,明确接入你想控制的标签页。
Your script operates the tab through the Chrome DevTools Protocol.
你的脚本通过 Chrome DevTools Protocol 操作该标签页。
Built for real workflows
面向真实工作流
Inspect, interact, verify, and troubleshoot from scripts or the command line.
通过脚本或命令行完成检查、交互、验证和问题排查。
Tabs, snapshots, console output, page errors, and network activity.
查看标签页、页面快照、控制台输出、页面错误与网络活动。
Click, type, select, drag, upload, download, and handle dialogs.
点击、输入、选择、拖拽、上传、下载并处理对话框。
Run integration checks in the environment and account state you use.
在你实际使用的环境和账号状态中运行集成验证。
Use CLI commands and structured JSON output from Node.js or RPA scripts.
在 Node.js 或 RPA 脚本中使用 CLI 命令和结构化 JSON 输出。
Private by architecture
架构即隐私
The extension is a local bridge between your tab and the Clawser client you run. The destination and behavior of your scripts remain under your control.
扩展只负责在标签页与你运行的 Clawser 客户端之间建立本地连接。脚本的用途和行为始终由你控制。
Quick install
快速安装
Install the client, start it, then attach the tab you want to automate.
安装并启动客户端,然后接入你想自动化的标签页。
curl -fsSL https://www.agilecho.top/install.sh | bash
iex (irm https://www.agilecho.top/install.ps1)
Requires Node.js 22.12 or later. Full source installation and extension setup are documented on GitHub.
需要 Node.js 22.12 或更高版本。源码安装和扩展设置步骤详见 GitHub。
Open source · MIT
开源 · MIT
Read the source, report an issue, or contribute a fix.
查看源码、反馈问题或贡献修复。