openclaw-utils 0.3.0 → 0.3.2
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.aiclaw.md +22 -0
- package/README.aliclaw.md +22 -0
- package/README.amazonclaw.md +12 -0
- package/README.amzclaw.md +12 -0
- package/README.anthropicclaw.md +12 -0
- package/README.appleclaw.md +12 -0
- package/README.autoopenclaw.md +22 -0
- package/README.awsclaw.md +12 -0
- package/README.bdclaw.md +12 -0
- package/README.blclaw.md +12 -0
- package/README.bytclaw.md +12 -0
- package/README.claw-open.md +22 -0
- package/README.clawjs.md +22 -0
- package/README.coclaw.md +12 -0
- package/README.copaw.md +12 -0
- package/README.ddclaw.md +12 -0
- package/README.duclaw.md +12 -0
- package/README.dyclaw.md +12 -0
- package/README.easyclaw.md +12 -0
- package/README.fastclaw.md +22 -0
- package/README.fbclaw.md +12 -0
- package/README.googleclaw.md +12 -0
- package/README.hwclaw.md +12 -0
- package/README.jdclaw.md +12 -0
- package/README.kimiclaw.md +12 -0
- package/README.ksclaw.md +12 -0
- package/README.maxclaw.md +12 -0
- package/README.md +1 -1
- package/README.md.bak +79 -84
- package/README.megaclaw.md +22 -0
- package/README.metaclaw.md +12 -0
- package/README.miclaw.md +12 -0
- package/README.msclaw.md +12 -0
- package/README.mtclaw.md +12 -0
- package/README.nflxclaw.md +12 -0
- package/README.nvdaclaw.md +12 -0
- package/README.open-claw.md +22 -0
- package/README.openaiclaw.md +12 -0
- package/README.openclaw-cli.md +1 -1
- package/README.openclaw-daemon.md +1 -1
- package/README.openclaw-gateway.md +1 -1
- package/README.openclaw-health.md +1 -1
- package/README.openclaw-helper.md +1 -1
- package/README.openclaw-install.md +1 -1
- package/README.openclaw-manage.md +1 -1
- package/README.openclaw-monitor.md +1 -1
- package/README.openclaw-run.md +1 -1
- package/README.openclaw-service.md +1 -1
- package/README.openclaw-setup.md +1 -1
- package/README.openclaw-start.md +1 -1
- package/README.openclaw-tools.md +1 -1
- package/README.openclaw-upgrade.md +1 -1
- package/README.openclaw-utils.md +1 -1
- package/README.openclaw-watch.md +1 -1
- package/README.pddclaw.md +12 -0
- package/README.qclaw-cli.md +22 -0
- package/README.qclaw.md +22 -0
- package/README.smartclaw.md +22 -0
- package/README.ttclaw.md +12 -0
- package/README.txclaw.md +12 -0
- package/README.uberclaw.md +12 -0
- package/README.volclaw.md +22 -0
- package/README.wxclaw.md +12 -0
- package/README.xclaw.md +12 -0
- package/README.zh-CN.md +2 -2
- package/README.zhclaw.md +12 -0
- package/dist/{chunk-BM3MY6H6.js → chunk-U6JVOA5H.js} +30 -4
- package/dist/index.js +3 -3
- package/dist/{server-OTKIWZJK.js → server-GHEIPQJV.js} +1 -1
- package/package.json +2 -2
package/README.txclaw.md
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# txclaw
|
|
2
|
+
|
|
3
|
+
> Alias for [openclaw-cli](https://www.npmjs.com/package/openclaw-cli).
|
|
4
|
+
|
|
5
|
+
Watchdog daemon for OpenClaw AI assistant gateway.
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
npm install -g txclaw
|
|
9
|
+
txclaw watch -d
|
|
10
|
+
```
|
|
11
|
+
|
|
12
|
+
See [openclaw-cli](https://github.com/Sobranier/openclaw-cli) for full docs.
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# uberclaw
|
|
2
|
+
|
|
3
|
+
> Alias for [openclaw-cli](https://www.npmjs.com/package/openclaw-cli).
|
|
4
|
+
|
|
5
|
+
Watchdog daemon for OpenClaw AI assistant gateway.
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
npm install -g uberclaw
|
|
9
|
+
uberclaw watch -d
|
|
10
|
+
```
|
|
11
|
+
|
|
12
|
+
See [openclaw-cli](https://github.com/Sobranier/openclaw-cli) for full docs.
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# volclaw
|
|
2
|
+
|
|
3
|
+
> This package is an alias for [openclaw-cli](https://www.npmjs.com/package/openclaw-cli).
|
|
4
|
+
|
|
5
|
+
CLI and health-watch daemon for OpenClaw AI assistant gateway.
|
|
6
|
+
|
|
7
|
+
## Install
|
|
8
|
+
|
|
9
|
+
```bash
|
|
10
|
+
npm install -g volclaw
|
|
11
|
+
volclaw watch -d
|
|
12
|
+
```
|
|
13
|
+
|
|
14
|
+
## Usage
|
|
15
|
+
|
|
16
|
+
```bash
|
|
17
|
+
volclaw watch -d # Start background monitoring
|
|
18
|
+
volclaw status # Health check
|
|
19
|
+
volclaw unwatch # Stop monitoring
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
For full documentation, see [openclaw-cli](https://github.com/Sobranier/openclaw-cli).
|
package/README.wxclaw.md
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# wxclaw
|
|
2
|
+
|
|
3
|
+
> Alias for [openclaw-cli](https://www.npmjs.com/package/openclaw-cli).
|
|
4
|
+
|
|
5
|
+
Watchdog daemon for OpenClaw AI assistant gateway.
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
npm install -g wxclaw
|
|
9
|
+
wxclaw watch -d
|
|
10
|
+
```
|
|
11
|
+
|
|
12
|
+
See [openclaw-cli](https://github.com/Sobranier/openclaw-cli) for full docs.
|
package/README.xclaw.md
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# xclaw
|
|
2
|
+
|
|
3
|
+
> Alias for [openclaw-cli](https://www.npmjs.com/package/openclaw-cli).
|
|
4
|
+
|
|
5
|
+
Watchdog daemon for OpenClaw AI assistant gateway.
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
npm install -g xclaw
|
|
9
|
+
xclaw watch -d
|
|
10
|
+
```
|
|
11
|
+
|
|
12
|
+
See [openclaw-cli](https://github.com/Sobranier/openclaw-cli) for full docs.
|
package/README.zh-CN.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img src="https://raw.githubusercontent.com/Sobranier/openclaw-
|
|
2
|
+
<img src="https://raw.githubusercontent.com/Sobranier/openclaw-cli/main/assets/welcome.png" alt="OpenClaw Doctor" width="400" />
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
5
|
<h1 align="center">OpenClaw Doctor</h1>
|
|
@@ -181,7 +181,7 @@ openclaw-doctor watch -d # 幂等——重复调用安全
|
|
|
181
181
|
## 开发
|
|
182
182
|
|
|
183
183
|
```bash
|
|
184
|
-
git clone https://github.com/Sobranier/openclaw-
|
|
184
|
+
git clone https://github.com/Sobranier/openclaw-cli.git
|
|
185
185
|
cd openclaw-doctor
|
|
186
186
|
npm install
|
|
187
187
|
|
package/README.zhclaw.md
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# zhclaw
|
|
2
|
+
|
|
3
|
+
> Alias for [openclaw-cli](https://www.npmjs.com/package/openclaw-cli).
|
|
4
|
+
|
|
5
|
+
Watchdog daemon for OpenClaw AI assistant gateway.
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
npm install -g zhclaw
|
|
9
|
+
zhclaw watch -d
|
|
10
|
+
```
|
|
11
|
+
|
|
12
|
+
See [openclaw-cli](https://github.com/Sobranier/openclaw-cli) for full docs.
|
|
@@ -37,9 +37,22 @@ var KNOWN_BINS = [
|
|
|
37
37
|
"openclaw-run",
|
|
38
38
|
"openclaw-start",
|
|
39
39
|
"openclaw-watch",
|
|
40
|
-
"openclaw-health"
|
|
40
|
+
"openclaw-health",
|
|
41
|
+
// new aliases
|
|
42
|
+
"qclaw",
|
|
43
|
+
"qclaw-cli",
|
|
44
|
+
"autoopenclaw",
|
|
45
|
+
"claw-open",
|
|
46
|
+
"open-claw",
|
|
47
|
+
"clawjs",
|
|
48
|
+
"aliclaw",
|
|
49
|
+
"fastclaw",
|
|
50
|
+
"smartclaw",
|
|
51
|
+
"aiclaw",
|
|
52
|
+
"megaclaw",
|
|
53
|
+
"volclaw"
|
|
41
54
|
];
|
|
42
|
-
var BINARY_NAME = KNOWN_BINS.includes(bin) ? bin : "openclaw-
|
|
55
|
+
var BINARY_NAME = KNOWN_BINS.includes(bin) ? bin : "openclaw-cli";
|
|
43
56
|
var APP_HOME = join(homedir(), ".openclaw-doctor");
|
|
44
57
|
var DISPLAY_NAMES = {
|
|
45
58
|
"openclaw-cli": "OpenClaw CLI",
|
|
@@ -57,7 +70,20 @@ var DISPLAY_NAMES = {
|
|
|
57
70
|
"openclaw-run": "OpenClaw Run",
|
|
58
71
|
"openclaw-start": "OpenClaw Start",
|
|
59
72
|
"openclaw-watch": "OpenClaw Watch",
|
|
60
|
-
"openclaw-health": "OpenClaw Health"
|
|
73
|
+
"openclaw-health": "OpenClaw Health",
|
|
74
|
+
// new aliases
|
|
75
|
+
"qclaw": "QClaw",
|
|
76
|
+
"qclaw-cli": "QClaw CLI",
|
|
77
|
+
"autoopenclaw": "AutoOpenClaw",
|
|
78
|
+
"claw-open": "Claw Open",
|
|
79
|
+
"open-claw": "Open Claw",
|
|
80
|
+
"clawjs": "ClawJS",
|
|
81
|
+
"aliclaw": "AliClaw",
|
|
82
|
+
"fastclaw": "FastClaw",
|
|
83
|
+
"smartclaw": "SmartClaw",
|
|
84
|
+
"aiclaw": "AIClaw",
|
|
85
|
+
"megaclaw": "MegaClaw",
|
|
86
|
+
"volclaw": "VolClaw"
|
|
61
87
|
};
|
|
62
88
|
var DISPLAY_NAME = DISPLAY_NAMES[BINARY_NAME] ?? "OpenClaw Doctor";
|
|
63
89
|
|
|
@@ -546,7 +572,7 @@ function scanCosts(agents) {
|
|
|
546
572
|
}
|
|
547
573
|
|
|
548
574
|
// src/dashboard/server.ts
|
|
549
|
-
var _PKG_VER = true ? "0.3.
|
|
575
|
+
var _PKG_VER = true ? "0.3.2" : "0.2.1";
|
|
550
576
|
var pkgVersion = _PKG_VER;
|
|
551
577
|
function readDoctorLogs(maxLines = 50) {
|
|
552
578
|
if (!existsSync6(DOCTOR_LOG_DIR)) return [];
|
package/dist/index.js
CHANGED
|
@@ -17,7 +17,7 @@ import {
|
|
|
17
17
|
startDashboard,
|
|
18
18
|
startGateway,
|
|
19
19
|
stopGateway
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-U6JVOA5H.js";
|
|
21
21
|
|
|
22
22
|
// src/index.ts
|
|
23
23
|
import { spawnSync } from "child_process";
|
|
@@ -43,7 +43,7 @@ async function watchDaemon(options) {
|
|
|
43
43
|
log("info", `Check interval: ${config.checkInterval}s`);
|
|
44
44
|
log("info", `PID: ${process.pid}`);
|
|
45
45
|
if (options.dashboard) {
|
|
46
|
-
const { startDashboard: startDashboard2 } = await import("./server-
|
|
46
|
+
const { startDashboard: startDashboard2 } = await import("./server-GHEIPQJV.js");
|
|
47
47
|
startDashboard2({ config: options.config });
|
|
48
48
|
}
|
|
49
49
|
const throttle = new RestartThrottle(config.maxRestartsPerHour);
|
|
@@ -511,7 +511,7 @@ async function memoryCompact(options) {
|
|
|
511
511
|
}
|
|
512
512
|
|
|
513
513
|
// src/index.ts
|
|
514
|
-
var _PKG_VER = true ? "0.3.
|
|
514
|
+
var _PKG_VER = true ? "0.3.2" : "0.2.1";
|
|
515
515
|
var version = _PKG_VER;
|
|
516
516
|
var program = new Command();
|
|
517
517
|
program.name(BINARY_NAME).description(`${DISPLAY_NAME} \u2014 health monitor and management for OpenClaw services`).version(version);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "openclaw-utils",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.2",
|
|
4
4
|
"description": "Health check and auto-restart daemon for local OpenClaw services",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"license": "MIT",
|
|
23
23
|
"repository": {
|
|
24
24
|
"type": "git",
|
|
25
|
-
"url": "git+https://github.com/Sobranier/openclaw-
|
|
25
|
+
"url": "git+https://github.com/Sobranier/openclaw-cli.git"
|
|
26
26
|
},
|
|
27
27
|
"files": [
|
|
28
28
|
"dist",
|