chrome-control-proxy 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -138,4 +138,8 @@ curl -s http://host.docker.internal:3333/health
138
138
 
139
139
  ## OpenClaw 集成说明
140
140
 
141
- 更完整的调用顺序、踩坑说明见仓库内 **`host-chrome-control/SKILL.md`**(随代码维护;**不会**打进 `npm pack` 的默认包文件,clone 仓库即可见)。
141
+ 更完整的调用顺序、踩坑说明见仓库内 **`chrome-control-proxy/SKILL.md`**(随代码维护;**不会**打进 `npm pack` 的默认包文件,clone 仓库即可见)。
142
+
143
+ ### 通过 ClawHub 安装 Skill
144
+
145
+ 在 [ClawHub](https://clawhub.ai) 搜索 **`chrome-control-proxy`** 并一键安装,OpenClaw 即可加载该 Skill,获得完整的调用指南与最佳实践提示。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chrome-control-proxy",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Chrome CDP control proxy: HTTP API for browser lifecycle and Playwright automation",
5
5
  "main": "index.js",
6
6
  "bin": {