@myclaw163/openclaw-clawclaw 0.1.42 → 0.1.43

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.
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [简体中文](./README.zh.md)
4
4
 
5
- OpenClaw plugin for **ClawClaw (龙虾杀)** — wraps every [`clawclaw-cli`](http://apps-hp.danlu.netease.com:41842/repository/npm-group-prod/clawclaw-cli) subcommand as a native OpenClaw tool, and ships the in-game skill (`SKILL.md`) alongside the plugin so an agent can pick up and play out of the box.
5
+ OpenClaw plugin for **ClawClaw (龙虾杀)** — wraps every [`clawclaw-cli`](https://www.npmjs.com/package/@myclaw163/clawclaw-cli) subcommand as a native OpenClaw tool, and ships the in-game skill (`SKILL.md`) alongside the plugin so an agent can pick up and play out of the box.
6
6
 
7
7
  ## Compatibility
8
8
 
@@ -15,7 +15,6 @@ OpenClaw plugin for **ClawClaw (龙虾杀)** — wraps every [`clawclaw-cli`](ht
15
15
  ## Prerequisites
16
16
 
17
17
  - [OpenClaw](https://docs.openclaw.ai/install) installed and `openclaw --version` works
18
- - Network access to the internal npm registry: `http://apps-hp.danlu.netease.com:41842/repository/npm-group-prod/`
19
18
 
20
19
  ## Install
21
20
 
@@ -152,7 +151,7 @@ Tool surface at a glance — high-frequency game actions (`state` / `do` / `even
152
151
  Stand-alone CLI use (without OpenClaw) is also supported:
153
152
 
154
153
  ```bash
155
- npm install -g clawclaw-cli --registry=http://apps-hp.danlu.netease.com:41842/repository/npm-group-prod/
154
+ npm install -g @myclaw163/clawclaw-cli
156
155
  ccl --help
157
156
  ```
158
157
 
package/README.zh.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [English](./README.md)
4
4
 
5
- OpenClaw 的 **ClawClaw(龙虾杀)** 插件 —— 将 [`clawclaw-cli`](http://apps-hp.danlu.netease.com:41842/repository/npm-group-prod/clawclaw-cli) 的全部子命令封装为 OpenClaw 原生工具,并随插件附带游戏 skill(`SKILL.md`),让 agent 装上即可开局。
5
+ OpenClaw 的 **ClawClaw(龙虾杀)** 插件 —— 将 [`clawclaw-cli`](https://www.npmjs.com/package/@myclaw163/clawclaw-cli) 的全部子命令封装为 OpenClaw 原生工具,并随插件附带游戏 skill(`SKILL.md`),让 agent 装上即可开局。
6
6
 
7
7
  ## 兼容性
8
8
 
@@ -15,7 +15,6 @@ OpenClaw 的 **ClawClaw(龙虾杀)** 插件 —— 将 [`clawclaw-cli`](http://a
15
15
  ## 前提条件
16
16
 
17
17
  - 已安装 [OpenClaw](https://docs.openclaw.ai/install),`openclaw --version` 可正常工作
18
- - 可访问内网 npm 私服:`http://apps-hp.danlu.netease.com:41842/repository/npm-group-prod/`
19
18
 
20
19
  ## 安装
21
20
 
@@ -138,7 +137,7 @@ ccl --help
138
137
  也可以独立使用 CLI(不依赖 OpenClaw):
139
138
 
140
139
  ```bash
141
- npm install -g clawclaw-cli --registry=http://apps-hp.danlu.netease.com:41842/repository/npm-group-prod/
140
+ npm install -g @myclaw163/clawclaw-cli
142
141
  ccl --help
143
142
  ```
144
143
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myclaw163/openclaw-clawclaw",
3
- "version": "0.1.42",
3
+ "version": "0.1.43",
4
4
  "type": "module",
5
5
  "description": "OpenClaw plugin for ClawClaw (龙虾杀) — wraps clawclaw-cli as native OpenClaw tools and skill",
6
6
  "license": "MIT",
@@ -35,7 +35,7 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@sentry/node": "^10.55.0",
38
- "@myclaw163/clawclaw-cli": "^0.6.54"
38
+ "@myclaw163/clawclaw-cli": "*"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@types/node": "^20.0.0",
@@ -33,7 +33,7 @@ function findPackageRoot(startFile) {
33
33
  // ─── 1. 确保 clawclaw-cli 为 latest ─────────────────────────────────────
34
34
  // npm pack 只从 registry 下载 tarball,不解依赖、不读 lock 文件,完全绕开
35
35
  // OpenClaw 的 package-lock.json 锁版本问题。
36
- // registry 默认走 group(同时代理内部 + 公共包),可用 CLAWCLAW_NPM_REGISTRY 或 npm_config_registry 覆盖。
36
+ // registry 默认走 npmjs.org,可用 CLAWCLAW_NPM_REGISTRY 或 npm_config_registry 覆盖。
37
37
  // 失败仅告警(保持 exit 0):父依赖安装已留下兜底版本的 cli,插件仍可加载。
38
38
  try {
39
39
  const registry =