openclaw-manage 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,22 @@
1
+ # aiclaw
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 aiclaw
11
+ aiclaw watch -d
12
+ ```
13
+
14
+ ## Usage
15
+
16
+ ```bash
17
+ aiclaw watch -d # Start background monitoring
18
+ aiclaw status # Health check
19
+ aiclaw unwatch # Stop monitoring
20
+ ```
21
+
22
+ For full documentation, see [openclaw-cli](https://github.com/Sobranier/openclaw-cli).
@@ -0,0 +1,22 @@
1
+ # aliclaw
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 aliclaw
11
+ aliclaw watch -d
12
+ ```
13
+
14
+ ## Usage
15
+
16
+ ```bash
17
+ aliclaw watch -d # Start background monitoring
18
+ aliclaw status # Health check
19
+ aliclaw unwatch # Stop monitoring
20
+ ```
21
+
22
+ For full documentation, see [openclaw-cli](https://github.com/Sobranier/openclaw-cli).
@@ -0,0 +1,12 @@
1
+ # amazonclaw
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 amazonclaw
9
+ amazonclaw watch -d
10
+ ```
11
+
12
+ See [openclaw-cli](https://github.com/Sobranier/openclaw-cli) for full docs.
@@ -0,0 +1,12 @@
1
+ # amzclaw
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 amzclaw
9
+ amzclaw watch -d
10
+ ```
11
+
12
+ See [openclaw-cli](https://github.com/Sobranier/openclaw-cli) for full docs.
@@ -0,0 +1,12 @@
1
+ # anthropicclaw
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 anthropicclaw
9
+ anthropicclaw watch -d
10
+ ```
11
+
12
+ See [openclaw-cli](https://github.com/Sobranier/openclaw-cli) for full docs.
@@ -0,0 +1,12 @@
1
+ # appleclaw
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 appleclaw
9
+ appleclaw watch -d
10
+ ```
11
+
12
+ See [openclaw-cli](https://github.com/Sobranier/openclaw-cli) for full docs.
@@ -0,0 +1,22 @@
1
+ # autoopenclaw
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 autoopenclaw
11
+ autoopenclaw watch -d
12
+ ```
13
+
14
+ ## Usage
15
+
16
+ ```bash
17
+ autoopenclaw watch -d # Start background monitoring
18
+ autoopenclaw status # Health check
19
+ autoopenclaw unwatch # Stop monitoring
20
+ ```
21
+
22
+ For full documentation, see [openclaw-cli](https://github.com/Sobranier/openclaw-cli).
@@ -0,0 +1,12 @@
1
+ # awsclaw
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 awsclaw
9
+ awsclaw watch -d
10
+ ```
11
+
12
+ See [openclaw-cli](https://github.com/Sobranier/openclaw-cli) for full docs.
@@ -0,0 +1,12 @@
1
+ # bdclaw
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 bdclaw
9
+ bdclaw watch -d
10
+ ```
11
+
12
+ See [openclaw-cli](https://github.com/Sobranier/openclaw-cli) for full docs.
@@ -0,0 +1,12 @@
1
+ # blclaw
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 blclaw
9
+ blclaw watch -d
10
+ ```
11
+
12
+ See [openclaw-cli](https://github.com/Sobranier/openclaw-cli) for full docs.
@@ -0,0 +1,12 @@
1
+ # bytclaw
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 bytclaw
9
+ bytclaw watch -d
10
+ ```
11
+
12
+ See [openclaw-cli](https://github.com/Sobranier/openclaw-cli) for full docs.
@@ -0,0 +1,22 @@
1
+ # claw-open
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 claw-open
11
+ claw-open watch -d
12
+ ```
13
+
14
+ ## Usage
15
+
16
+ ```bash
17
+ claw-open watch -d # Start background monitoring
18
+ claw-open status # Health check
19
+ claw-open unwatch # Stop monitoring
20
+ ```
21
+
22
+ For full documentation, see [openclaw-cli](https://github.com/Sobranier/openclaw-cli).
@@ -0,0 +1,22 @@
1
+ # clawjs
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 clawjs
11
+ clawjs watch -d
12
+ ```
13
+
14
+ ## Usage
15
+
16
+ ```bash
17
+ clawjs watch -d # Start background monitoring
18
+ clawjs status # Health check
19
+ clawjs unwatch # Stop monitoring
20
+ ```
21
+
22
+ For full documentation, see [openclaw-cli](https://github.com/Sobranier/openclaw-cli).
@@ -0,0 +1,12 @@
1
+ # coclaw
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 coclaw
9
+ coclaw watch -d
10
+ ```
11
+
12
+ See [openclaw-cli](https://github.com/Sobranier/openclaw-cli) for full docs.
@@ -0,0 +1,12 @@
1
+ # copaw
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 copaw
9
+ copaw watch -d
10
+ ```
11
+
12
+ See [openclaw-cli](https://github.com/Sobranier/openclaw-cli) for full docs.
@@ -0,0 +1,12 @@
1
+ # ddclaw
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 ddclaw
9
+ ddclaw watch -d
10
+ ```
11
+
12
+ See [openclaw-cli](https://github.com/Sobranier/openclaw-cli) for full docs.
@@ -0,0 +1,12 @@
1
+ # duclaw
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 duclaw
9
+ duclaw watch -d
10
+ ```
11
+
12
+ See [openclaw-cli](https://github.com/Sobranier/openclaw-cli) for full docs.
@@ -0,0 +1,12 @@
1
+ # dyclaw
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 dyclaw
9
+ dyclaw watch -d
10
+ ```
11
+
12
+ See [openclaw-cli](https://github.com/Sobranier/openclaw-cli) for full docs.
@@ -0,0 +1,12 @@
1
+ # easyclaw
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 easyclaw
9
+ easyclaw watch -d
10
+ ```
11
+
12
+ See [openclaw-cli](https://github.com/Sobranier/openclaw-cli) for full docs.
@@ -0,0 +1,22 @@
1
+ # fastclaw
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 fastclaw
11
+ fastclaw watch -d
12
+ ```
13
+
14
+ ## Usage
15
+
16
+ ```bash
17
+ fastclaw watch -d # Start background monitoring
18
+ fastclaw status # Health check
19
+ fastclaw unwatch # Stop monitoring
20
+ ```
21
+
22
+ For full documentation, see [openclaw-cli](https://github.com/Sobranier/openclaw-cli).
@@ -0,0 +1,12 @@
1
+ # fbclaw
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 fbclaw
9
+ fbclaw watch -d
10
+ ```
11
+
12
+ See [openclaw-cli](https://github.com/Sobranier/openclaw-cli) for full docs.
@@ -0,0 +1,12 @@
1
+ # googleclaw
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 googleclaw
9
+ googleclaw watch -d
10
+ ```
11
+
12
+ See [openclaw-cli](https://github.com/Sobranier/openclaw-cli) for full docs.
@@ -0,0 +1,12 @@
1
+ # hwclaw
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 hwclaw
9
+ hwclaw watch -d
10
+ ```
11
+
12
+ See [openclaw-cli](https://github.com/Sobranier/openclaw-cli) for full docs.
@@ -0,0 +1,12 @@
1
+ # jdclaw
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 jdclaw
9
+ jdclaw watch -d
10
+ ```
11
+
12
+ See [openclaw-cli](https://github.com/Sobranier/openclaw-cli) for full docs.
@@ -0,0 +1,12 @@
1
+ # kimiclaw
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 kimiclaw
9
+ kimiclaw watch -d
10
+ ```
11
+
12
+ See [openclaw-cli](https://github.com/Sobranier/openclaw-cli) for full docs.
@@ -0,0 +1,12 @@
1
+ # ksclaw
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 ksclaw
9
+ ksclaw watch -d
10
+ ```
11
+
12
+ See [openclaw-cli](https://github.com/Sobranier/openclaw-cli) for full docs.
@@ -0,0 +1,12 @@
1
+ # maxclaw
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 maxclaw
9
+ maxclaw watch -d
10
+ ```
11
+
12
+ See [openclaw-cli](https://github.com/Sobranier/openclaw-cli) for full docs.
package/README.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 Manage" width="400" />
2
+ <img src="https://raw.githubusercontent.com/Sobranier/openclaw-cli/main/assets/welcome.png" alt="OpenClaw Manage" width="400" />
3
3
  </p>
4
4
 
5
5
  <h1 align="center">OpenClaw Manage</h1>