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.
Files changed (70) hide show
  1. package/README.aiclaw.md +22 -0
  2. package/README.aliclaw.md +22 -0
  3. package/README.amazonclaw.md +12 -0
  4. package/README.amzclaw.md +12 -0
  5. package/README.anthropicclaw.md +12 -0
  6. package/README.appleclaw.md +12 -0
  7. package/README.autoopenclaw.md +22 -0
  8. package/README.awsclaw.md +12 -0
  9. package/README.bdclaw.md +12 -0
  10. package/README.blclaw.md +12 -0
  11. package/README.bytclaw.md +12 -0
  12. package/README.claw-open.md +22 -0
  13. package/README.clawjs.md +22 -0
  14. package/README.coclaw.md +12 -0
  15. package/README.copaw.md +12 -0
  16. package/README.ddclaw.md +12 -0
  17. package/README.duclaw.md +12 -0
  18. package/README.dyclaw.md +12 -0
  19. package/README.easyclaw.md +12 -0
  20. package/README.fastclaw.md +22 -0
  21. package/README.fbclaw.md +12 -0
  22. package/README.googleclaw.md +12 -0
  23. package/README.hwclaw.md +12 -0
  24. package/README.jdclaw.md +12 -0
  25. package/README.kimiclaw.md +12 -0
  26. package/README.ksclaw.md +12 -0
  27. package/README.maxclaw.md +12 -0
  28. package/README.md +1 -1
  29. package/README.md.bak +79 -84
  30. package/README.megaclaw.md +22 -0
  31. package/README.metaclaw.md +12 -0
  32. package/README.miclaw.md +12 -0
  33. package/README.msclaw.md +12 -0
  34. package/README.mtclaw.md +12 -0
  35. package/README.nflxclaw.md +12 -0
  36. package/README.nvdaclaw.md +12 -0
  37. package/README.open-claw.md +22 -0
  38. package/README.openaiclaw.md +12 -0
  39. package/README.openclaw-cli.md +1 -1
  40. package/README.openclaw-daemon.md +1 -1
  41. package/README.openclaw-gateway.md +1 -1
  42. package/README.openclaw-health.md +1 -1
  43. package/README.openclaw-helper.md +1 -1
  44. package/README.openclaw-install.md +1 -1
  45. package/README.openclaw-manage.md +1 -1
  46. package/README.openclaw-monitor.md +1 -1
  47. package/README.openclaw-run.md +1 -1
  48. package/README.openclaw-service.md +1 -1
  49. package/README.openclaw-setup.md +1 -1
  50. package/README.openclaw-start.md +1 -1
  51. package/README.openclaw-tools.md +1 -1
  52. package/README.openclaw-upgrade.md +1 -1
  53. package/README.openclaw-utils.md +1 -1
  54. package/README.openclaw-watch.md +1 -1
  55. package/README.pddclaw.md +12 -0
  56. package/README.qclaw-cli.md +22 -0
  57. package/README.qclaw.md +22 -0
  58. package/README.smartclaw.md +22 -0
  59. package/README.ttclaw.md +12 -0
  60. package/README.txclaw.md +12 -0
  61. package/README.uberclaw.md +12 -0
  62. package/README.volclaw.md +22 -0
  63. package/README.wxclaw.md +12 -0
  64. package/README.xclaw.md +12 -0
  65. package/README.zh-CN.md +2 -2
  66. package/README.zhclaw.md +12 -0
  67. package/dist/{chunk-BM3MY6H6.js → chunk-U6JVOA5H.js} +30 -4
  68. package/dist/index.js +3 -3
  69. package/dist/{server-OTKIWZJK.js → server-GHEIPQJV.js} +1 -1
  70. package/package.json +2 -2
@@ -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).
@@ -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.
@@ -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-doctor/main/assets/welcome.png" alt="OpenClaw Doctor" width="400" />
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-doctor.git
184
+ git clone https://github.com/Sobranier/openclaw-cli.git
185
185
  cd openclaw-doctor
186
186
  npm install
187
187
 
@@ -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-doctor";
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.0" : "0.2.1";
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-BM3MY6H6.js";
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-OTKIWZJK.js");
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.0" : "0.2.1";
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);
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  startDashboard
4
- } from "./chunk-BM3MY6H6.js";
4
+ } from "./chunk-U6JVOA5H.js";
5
5
  export {
6
6
  startDashboard
7
7
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openclaw-utils",
3
- "version": "0.3.0",
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-doctor.git"
25
+ "url": "git+https://github.com/Sobranier/openclaw-cli.git"
26
26
  },
27
27
  "files": [
28
28
  "dist",