qclaw-cli 0.3.2 → 0.3.5

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 (73) hide show
  1. package/README.aiclaw.md +10 -7
  2. package/README.aliclaw.md +10 -7
  3. package/README.alpha-claw.md +25 -0
  4. package/README.alphaclaw.md +25 -0
  5. package/README.amazonclaw.md +16 -3
  6. package/README.amzclaw.md +16 -3
  7. package/README.anthropicclaw.md +16 -3
  8. package/README.appleclaw.md +16 -3
  9. package/README.autoopenclaw.md +10 -7
  10. package/README.awsclaw.md +16 -3
  11. package/README.bdclaw.md +16 -3
  12. package/README.blclaw.md +16 -3
  13. package/README.bytclaw.md +16 -3
  14. package/README.claw-open.md +10 -7
  15. package/README.clawjs.md +10 -7
  16. package/README.coclaw.md +16 -3
  17. package/README.copaw.md +16 -3
  18. package/README.ddclaw.md +16 -3
  19. package/README.duclaw.md +16 -3
  20. package/README.dyclaw.md +16 -3
  21. package/README.easyclaw.md +16 -3
  22. package/README.fastclaw.md +10 -7
  23. package/README.fbclaw.md +16 -3
  24. package/README.googleclaw.md +16 -3
  25. package/README.hello-claw.md +25 -0
  26. package/README.hwclaw.md +16 -3
  27. package/README.jdclaw.md +16 -3
  28. package/README.kimiclaw.md +16 -3
  29. package/README.ksclaw.md +16 -3
  30. package/README.maxclaw.md +16 -3
  31. package/README.md +10 -7
  32. package/README.md.bak +75 -0
  33. package/README.megaclaw.md +10 -7
  34. package/README.metaclaw.md +16 -3
  35. package/README.miclaw.md +16 -3
  36. package/README.msclaw.md +16 -3
  37. package/README.mtclaw.md +16 -3
  38. package/README.nflxclaw.md +16 -3
  39. package/README.nvdaclaw.md +16 -3
  40. package/README.open-claw.md +10 -7
  41. package/README.openaiclaw.md +16 -3
  42. package/README.openclaw-cli.md +11 -225
  43. package/README.openclaw-daemon.md +11 -225
  44. package/README.openclaw-gateway.md +11 -225
  45. package/README.openclaw-health.md +11 -225
  46. package/README.openclaw-helper.md +11 -225
  47. package/README.openclaw-install.md +11 -225
  48. package/README.openclaw-manage.md +11 -225
  49. package/README.openclaw-monitor.md +11 -225
  50. package/README.openclaw-run.md +11 -225
  51. package/README.openclaw-service.md +11 -225
  52. package/README.openclaw-setup.md +11 -225
  53. package/README.openclaw-start.md +11 -225
  54. package/README.openclaw-tools.md +11 -225
  55. package/README.openclaw-upgrade.md +17 -5
  56. package/README.openclaw-utils.md +11 -225
  57. package/README.openclaw-watch.md +11 -225
  58. package/README.pddclaw.md +16 -3
  59. package/README.qclaw-cli.md +10 -7
  60. package/README.qclaw.md +10 -7
  61. package/README.smartclaw.md +10 -7
  62. package/README.ttclaw.md +16 -3
  63. package/README.txclaw.md +16 -3
  64. package/README.uberclaw.md +16 -3
  65. package/README.volclaw.md +10 -7
  66. package/README.wxclaw.md +16 -3
  67. package/README.xclaw.md +16 -3
  68. package/README.zhclaw.md +16 -3
  69. package/dist/{chunk-U6JVOA5H.js → chunk-LJXPQKQB.js} +12 -70
  70. package/dist/index.js +3 -3
  71. package/dist/{server-GHEIPQJV.js → server-BR52HPJB.js} +1 -1
  72. package/package.json +38 -10
  73. package/CONTRIBUTING.md +0 -105
@@ -1,239 +1,25 @@
1
- <p align="center">
2
- <img src="https://raw.githubusercontent.com/Sobranier/openclaw-cli/main/assets/welcome.png" alt="OpenClaw watch" width="400" />
3
- </p>
1
+ # openclaw-watch
4
2
 
5
- <h1 align="center">OpenClaw watch</h1>
3
+ > Alias package for **[openclaw-cli](https://www.npmjs.com/package/openclaw-cli)**.
6
4
 
7
- <p align="center">
8
- Keep your OpenClaw service alive. Automatically.
9
- </p>
10
-
11
- <p align="center">
12
- <a href="./README.zh-CN.md">中文文档</a>
13
- </p>
14
-
15
- ## Get Started
16
-
17
- ```bash
18
- npm install -g openclaw-watch
19
- openclaw-watch watch -d
20
- ```
21
-
22
- That's it. Doctor monitors your OpenClaw gateway in the background, restarts it when it goes down, and tells you what happened. Zero configuration needed -- it reads everything from your existing OpenClaw setup.
23
-
24
- ## Core Commands
25
-
26
- ```bash
27
- openclaw-watch watch # Start monitoring (foreground)
28
- openclaw-watch watch -d # Start monitoring (background)
29
- openclaw-watch unwatch # Stop monitoring
30
-
31
- openclaw-watch status # Quick health check
32
- ```
33
-
34
- These four commands cover 90% of daily use.
35
-
36
- ## Gateway Management
37
-
38
- ```bash
39
- openclaw-watch gateway start # Start the OpenClaw gateway
40
- openclaw-watch gateway stop # Stop the gateway
41
- openclaw-watch gateway restart # Restart the gateway
42
- ```
43
-
44
- ## Diagnostics & Logs
45
-
46
- ```bash
47
- openclaw-watch doctor # Full diagnostics (binary, gateway, channels)
48
- openclaw-watch logs # View gateway logs
49
- openclaw-watch logs --error # View error logs only
50
- openclaw-watch logs --doctor # View Doctor's own event logs
51
- openclaw-watch dashboard # Web management UI (http://localhost:9090)
52
- ```
5
+ This package runs the same CLI engine as `openclaw-cli`.
53
6
 
54
7
  ## Install
55
8
 
56
9
  ```bash
57
- # npm (recommended)
58
10
  npm install -g openclaw-watch
59
-
60
- # or run without installing
61
- npx openclaw-watch status
62
11
  ```
63
12
 
64
- Requires Node >= 22 (same as OpenClaw).
65
-
66
- ## How It Works
67
-
68
- Doctor auto-detects your OpenClaw installation:
69
-
70
- - Reads `~/.openclaw/openclaw.json` for gateway port, channels, agents
71
- - Finds the launchd service from `~/Library/LaunchAgents/`
72
- - Checks health via `openclaw health --json` (real gateway RPC, not HTTP)
73
- - Restarts via `launchctl kickstart` when needed
74
-
75
- **You don't configure OpenClaw details.** Doctor figures them out.
76
-
77
- ## All Commands
78
-
79
- | Command | Description |
80
- |---------|-------------|
81
- | **Monitoring** | |
82
- | `watch` | Start health monitoring (foreground) |
83
- | `watch -d` | Start health monitoring (background) |
84
- | `watch -d --dashboard` | Background monitoring + web dashboard |
85
- | `unwatch` | Stop monitoring |
86
- | **Gateway** | |
87
- | `gateway start` | Start the OpenClaw gateway |
88
- | `gateway stop` | Stop the gateway |
89
- | `gateway restart` | Restart the gateway |
90
- | **Info** | |
91
- | `status` | Show gateway and channel health |
92
- | `status --json` | Machine-readable JSON output |
93
- | `doctor` | Run full diagnostics |
94
- | `dashboard` | Start web management UI |
95
- | `logs` | Show gateway logs |
96
- | `logs --error` | Show error logs only |
97
- | `logs --doctor` | Show Doctor event logs |
98
-
99
- ## Configuration
100
-
101
- Config is stored at `~/.openclaw-doctor/config.json`. Created automatically on first run. Only Doctor's own preferences -- no OpenClaw settings needed.
102
-
103
- ```json
104
- {
105
- "checkInterval": 30,
106
- "failThreshold": 3,
107
- "dashboardPort": 9090,
108
- "maxRestartsPerHour": 5,
109
- "openclawProfile": "default",
110
- "notify": {
111
- "webhook": {
112
- "enabled": false,
113
- "url": "",
114
- "bodyTemplate": "{\"msgtype\":\"text\",\"text\":{\"content\":\"{{message}}\"}}"
115
- },
116
- "system": {
117
- "enabled": true
118
- }
119
- }
120
- }
121
- ```
122
-
123
- | Field | Description | Default |
124
- |-------|-------------|---------|
125
- | `checkInterval` | Seconds between health checks | `30` |
126
- | `failThreshold` | Consecutive failures before restart | `3` |
127
- | `dashboardPort` | Web dashboard port | `9090` |
128
- | `maxRestartsPerHour` | Restart throttle | `5` |
129
- | `openclawProfile` | OpenClaw profile to monitor (`default`, `dev`, ...) | `default` |
130
- | `notify.webhook.url` | Webhook for notifications | -- |
131
- | `notify.system.enabled` | macOS native notifications | `true` |
132
-
133
- ## Notifications
134
-
135
- Doctor notifies you across the full lifecycle:
136
-
137
- | Event | Example |
138
- |-------|---------|
139
- | Monitoring started | "Doctor is watching your OpenClaw service" |
140
- | Health degraded | "Service unhealthy (attempt 2/3)" |
141
- | Restarting | "Restarting gateway..." |
142
- | Restart succeeded | "Gateway back online" |
143
- | Restart failed | "Restart failed: [error]" |
144
- | Throttled | "Too many restarts, manual intervention needed" |
145
- | Recovered | "Service recovered on its own" |
146
- | Monitoring stopped | "Doctor stopped" |
147
-
148
- Channels: **Webhook** (DingTalk, Feishu, Slack, etc.) + **macOS system notifications**.
149
-
150
- ## Skills Integration
151
-
152
- Doctor runs as a standalone daemon, callable by OpenClaw or other tools:
153
-
154
- ```bash
155
- openclaw-watch status --json # Machine-readable output
156
- openclaw-watch watch -d # Idempotent -- safe to call repeatedly
157
- ```
158
-
159
- If the caller crashes, Doctor keeps running.
160
-
161
- ## Architecture
162
-
163
- ```
164
- +-----------------+
165
- | Notification |
166
- | (Webhook/OS) |
167
- +--------^--------+
168
- |
169
- +-------------+ CLI +--------+--------+ RPC +-----------+
170
- | OpenClaw | --------> | | ---------> | OpenClaw |
171
- | / Scripts | | openclaw-doctor | | Gateway |
172
- | / Skills | <-------- | (daemon) | <--------- | :18789 |
173
- +-------------+ stdout +--------+--------+ health +-----------+
174
- |
175
- +--------v--------+
176
- | ~/.openclaw/logs |
177
- | (read & analyze) |
178
- +-----------------+
179
- ```
180
-
181
- ## Development
13
+ ## Usage
182
14
 
183
15
  ```bash
184
- git clone https://github.com/openclaw/openclaw-doctor.git
185
- cd openclaw-doctor
186
- npm install
187
-
188
- npm run dev -- status # Quick test
189
- npm run dev -- watch # Foreground monitoring
190
- npm run dev -- watch -d # Background daemon
191
- npm run dev -- unwatch # Stop daemon
192
-
193
- npm run build # Build for distribution
194
- ```
195
-
196
- ## Roadmap
197
-
198
- - [x] Health check via `openclaw health --json` + auto-restart with throttling
199
- - [x] Auto-detect OpenClaw config (gateway port, channels, agents, launchd)
200
- - [x] Background daemon mode (`watch -d` / `unwatch`)
201
- - [x] Gateway management (`gateway start/stop/restart`)
202
- - [x] Read and display OpenClaw gateway logs
203
- - [x] Web status dashboard
204
- - [x] `--json` output for status
205
- - [ ] Notification system (Webhook + macOS)
206
- - [ ] `logs --tail` (real-time follow)
207
- - [ ] `config` command (get/set)
208
- - [ ] Multiple service monitoring
209
- - [ ] Linux systemd support
210
-
211
- ## License
212
-
213
- [MIT](./LICENSE)
214
-
215
- ## Publishing
216
-
217
- This repo publishes two npm packages from the same codebase:
218
-
219
- - **`openclaw-watch`** — the main package (`package.json`)
220
- - **`openclaw-watch`** — alias package (`package.openclaw-watch.json`)
221
-
222
- Both packages share the same version number and dist output.
223
-
224
- ### Release a new version
225
-
226
- ```bash
227
- # 1. Bump version (patch / minor / major)
228
- npm version patch
229
-
230
- # 2. Build + publish both packages
231
- npm run release
16
+ openclaw-watch watch -d
17
+ openclaw-watch status
18
+ openclaw-watch gateway restart
232
19
  ```
233
20
 
234
- `npm run release` calls `scripts/publish.sh`, which:
235
- 1. Builds once (`npm run build`)
236
- 2. Publishes `openclaw-watch` with the default `package.json`
237
- 3. Temporarily swaps in `package.openclaw-watch.json`, publishes `openclaw-watch`, then restores
21
+ ## Links
238
22
 
239
- To update the `openclaw-watch` package metadata (description, keywords, bin name, etc.), edit `package.openclaw-watch.json`. Keep `version` in sync — it's automatically picked up from whichever `package.json` is active during publish.
23
+ - 🌐 Official site: [https://openclaw-cli.app](https://openclaw-cli.app)
24
+ - 📦 Main package: [openclaw-cli on npm](https://www.npmjs.com/package/openclaw-cli)
25
+ - 📖 Source: [github.com/Sobranier/openclaw-cli](https://github.com/Sobranier/openclaw-cli)
package/README.pddclaw.md CHANGED
@@ -1,12 +1,25 @@
1
1
  # pddclaw
2
2
 
3
- > Alias for [openclaw-cli](https://www.npmjs.com/package/openclaw-cli).
3
+ > Alias package for **[openclaw-cli](https://www.npmjs.com/package/openclaw-cli)**.
4
4
 
5
- Watchdog daemon for OpenClaw AI assistant gateway.
5
+ This package runs the same CLI engine as `openclaw-cli`.
6
+
7
+ ## Install
6
8
 
7
9
  ```bash
8
10
  npm install -g pddclaw
11
+ ```
12
+
13
+ ## Usage
14
+
15
+ ```bash
9
16
  pddclaw watch -d
17
+ pddclaw status
18
+ pddclaw gateway restart
10
19
  ```
11
20
 
12
- See [openclaw-cli](https://github.com/Sobranier/openclaw-cli) for full docs.
21
+ ## Links
22
+
23
+ - 🌐 Official site: [https://openclaw-cli.app](https://openclaw-cli.app)
24
+ - 📦 Main package: [openclaw-cli on npm](https://www.npmjs.com/package/openclaw-cli)
25
+ - 📖 Source: [github.com/Sobranier/openclaw-cli](https://github.com/Sobranier/openclaw-cli)
@@ -1,22 +1,25 @@
1
1
  # qclaw-cli
2
2
 
3
- > This package is an alias for [openclaw-cli](https://www.npmjs.com/package/openclaw-cli).
3
+ > Alias package for **[openclaw-cli](https://www.npmjs.com/package/openclaw-cli)**.
4
4
 
5
- CLI and health-watch daemon for OpenClaw AI assistant gateway.
5
+ This package runs the same CLI engine as `openclaw-cli`.
6
6
 
7
7
  ## Install
8
8
 
9
9
  ```bash
10
10
  npm install -g qclaw-cli
11
- qclaw-cli watch -d
12
11
  ```
13
12
 
14
13
  ## Usage
15
14
 
16
15
  ```bash
17
- qclaw-cli watch -d # Start background monitoring
18
- qclaw-cli status # Health check
19
- qclaw-cli unwatch # Stop monitoring
16
+ qclaw-cli watch -d
17
+ qclaw-cli status
18
+ qclaw-cli gateway restart
20
19
  ```
21
20
 
22
- For full documentation, see [openclaw-cli](https://github.com/Sobranier/openclaw-cli).
21
+ ## Links
22
+
23
+ - 🌐 Official site: [https://openclaw-cli.app](https://openclaw-cli.app)
24
+ - 📦 Main package: [openclaw-cli on npm](https://www.npmjs.com/package/openclaw-cli)
25
+ - 📖 Source: [github.com/Sobranier/openclaw-cli](https://github.com/Sobranier/openclaw-cli)
package/README.qclaw.md CHANGED
@@ -1,22 +1,25 @@
1
1
  # qclaw
2
2
 
3
- > This package is an alias for [openclaw-cli](https://www.npmjs.com/package/openclaw-cli).
3
+ > Alias package for **[openclaw-cli](https://www.npmjs.com/package/openclaw-cli)**.
4
4
 
5
- CLI and health-watch daemon for OpenClaw AI assistant gateway.
5
+ This package runs the same CLI engine as `openclaw-cli`.
6
6
 
7
7
  ## Install
8
8
 
9
9
  ```bash
10
10
  npm install -g qclaw
11
- qclaw watch -d
12
11
  ```
13
12
 
14
13
  ## Usage
15
14
 
16
15
  ```bash
17
- qclaw watch -d # Start background monitoring
18
- qclaw status # Health check
19
- qclaw unwatch # Stop monitoring
16
+ qclaw watch -d
17
+ qclaw status
18
+ qclaw gateway restart
20
19
  ```
21
20
 
22
- For full documentation, see [openclaw-cli](https://github.com/Sobranier/openclaw-cli).
21
+ ## Links
22
+
23
+ - 🌐 Official site: [https://openclaw-cli.app](https://openclaw-cli.app)
24
+ - 📦 Main package: [openclaw-cli on npm](https://www.npmjs.com/package/openclaw-cli)
25
+ - 📖 Source: [github.com/Sobranier/openclaw-cli](https://github.com/Sobranier/openclaw-cli)
@@ -1,22 +1,25 @@
1
1
  # smartclaw
2
2
 
3
- > This package is an alias for [openclaw-cli](https://www.npmjs.com/package/openclaw-cli).
3
+ > Alias package for **[openclaw-cli](https://www.npmjs.com/package/openclaw-cli)**.
4
4
 
5
- CLI and health-watch daemon for OpenClaw AI assistant gateway.
5
+ This package runs the same CLI engine as `openclaw-cli`.
6
6
 
7
7
  ## Install
8
8
 
9
9
  ```bash
10
10
  npm install -g smartclaw
11
- smartclaw watch -d
12
11
  ```
13
12
 
14
13
  ## Usage
15
14
 
16
15
  ```bash
17
- smartclaw watch -d # Start background monitoring
18
- smartclaw status # Health check
19
- smartclaw unwatch # Stop monitoring
16
+ smartclaw watch -d
17
+ smartclaw status
18
+ smartclaw gateway restart
20
19
  ```
21
20
 
22
- For full documentation, see [openclaw-cli](https://github.com/Sobranier/openclaw-cli).
21
+ ## Links
22
+
23
+ - 🌐 Official site: [https://openclaw-cli.app](https://openclaw-cli.app)
24
+ - 📦 Main package: [openclaw-cli on npm](https://www.npmjs.com/package/openclaw-cli)
25
+ - 📖 Source: [github.com/Sobranier/openclaw-cli](https://github.com/Sobranier/openclaw-cli)
package/README.ttclaw.md CHANGED
@@ -1,12 +1,25 @@
1
1
  # ttclaw
2
2
 
3
- > Alias for [openclaw-cli](https://www.npmjs.com/package/openclaw-cli).
3
+ > Alias package for **[openclaw-cli](https://www.npmjs.com/package/openclaw-cli)**.
4
4
 
5
- Watchdog daemon for OpenClaw AI assistant gateway.
5
+ This package runs the same CLI engine as `openclaw-cli`.
6
+
7
+ ## Install
6
8
 
7
9
  ```bash
8
10
  npm install -g ttclaw
11
+ ```
12
+
13
+ ## Usage
14
+
15
+ ```bash
9
16
  ttclaw watch -d
17
+ ttclaw status
18
+ ttclaw gateway restart
10
19
  ```
11
20
 
12
- See [openclaw-cli](https://github.com/Sobranier/openclaw-cli) for full docs.
21
+ ## Links
22
+
23
+ - 🌐 Official site: [https://openclaw-cli.app](https://openclaw-cli.app)
24
+ - 📦 Main package: [openclaw-cli on npm](https://www.npmjs.com/package/openclaw-cli)
25
+ - 📖 Source: [github.com/Sobranier/openclaw-cli](https://github.com/Sobranier/openclaw-cli)
package/README.txclaw.md CHANGED
@@ -1,12 +1,25 @@
1
1
  # txclaw
2
2
 
3
- > Alias for [openclaw-cli](https://www.npmjs.com/package/openclaw-cli).
3
+ > Alias package for **[openclaw-cli](https://www.npmjs.com/package/openclaw-cli)**.
4
4
 
5
- Watchdog daemon for OpenClaw AI assistant gateway.
5
+ This package runs the same CLI engine as `openclaw-cli`.
6
+
7
+ ## Install
6
8
 
7
9
  ```bash
8
10
  npm install -g txclaw
11
+ ```
12
+
13
+ ## Usage
14
+
15
+ ```bash
9
16
  txclaw watch -d
17
+ txclaw status
18
+ txclaw gateway restart
10
19
  ```
11
20
 
12
- See [openclaw-cli](https://github.com/Sobranier/openclaw-cli) for full docs.
21
+ ## Links
22
+
23
+ - 🌐 Official site: [https://openclaw-cli.app](https://openclaw-cli.app)
24
+ - 📦 Main package: [openclaw-cli on npm](https://www.npmjs.com/package/openclaw-cli)
25
+ - 📖 Source: [github.com/Sobranier/openclaw-cli](https://github.com/Sobranier/openclaw-cli)
@@ -1,12 +1,25 @@
1
1
  # uberclaw
2
2
 
3
- > Alias for [openclaw-cli](https://www.npmjs.com/package/openclaw-cli).
3
+ > Alias package for **[openclaw-cli](https://www.npmjs.com/package/openclaw-cli)**.
4
4
 
5
- Watchdog daemon for OpenClaw AI assistant gateway.
5
+ This package runs the same CLI engine as `openclaw-cli`.
6
+
7
+ ## Install
6
8
 
7
9
  ```bash
8
10
  npm install -g uberclaw
11
+ ```
12
+
13
+ ## Usage
14
+
15
+ ```bash
9
16
  uberclaw watch -d
17
+ uberclaw status
18
+ uberclaw gateway restart
10
19
  ```
11
20
 
12
- See [openclaw-cli](https://github.com/Sobranier/openclaw-cli) for full docs.
21
+ ## Links
22
+
23
+ - 🌐 Official site: [https://openclaw-cli.app](https://openclaw-cli.app)
24
+ - 📦 Main package: [openclaw-cli on npm](https://www.npmjs.com/package/openclaw-cli)
25
+ - 📖 Source: [github.com/Sobranier/openclaw-cli](https://github.com/Sobranier/openclaw-cli)
package/README.volclaw.md CHANGED
@@ -1,22 +1,25 @@
1
1
  # volclaw
2
2
 
3
- > This package is an alias for [openclaw-cli](https://www.npmjs.com/package/openclaw-cli).
3
+ > Alias package for **[openclaw-cli](https://www.npmjs.com/package/openclaw-cli)**.
4
4
 
5
- CLI and health-watch daemon for OpenClaw AI assistant gateway.
5
+ This package runs the same CLI engine as `openclaw-cli`.
6
6
 
7
7
  ## Install
8
8
 
9
9
  ```bash
10
10
  npm install -g volclaw
11
- volclaw watch -d
12
11
  ```
13
12
 
14
13
  ## Usage
15
14
 
16
15
  ```bash
17
- volclaw watch -d # Start background monitoring
18
- volclaw status # Health check
19
- volclaw unwatch # Stop monitoring
16
+ volclaw watch -d
17
+ volclaw status
18
+ volclaw gateway restart
20
19
  ```
21
20
 
22
- For full documentation, see [openclaw-cli](https://github.com/Sobranier/openclaw-cli).
21
+ ## Links
22
+
23
+ - 🌐 Official site: [https://openclaw-cli.app](https://openclaw-cli.app)
24
+ - 📦 Main package: [openclaw-cli on npm](https://www.npmjs.com/package/openclaw-cli)
25
+ - 📖 Source: [github.com/Sobranier/openclaw-cli](https://github.com/Sobranier/openclaw-cli)
package/README.wxclaw.md CHANGED
@@ -1,12 +1,25 @@
1
1
  # wxclaw
2
2
 
3
- > Alias for [openclaw-cli](https://www.npmjs.com/package/openclaw-cli).
3
+ > Alias package for **[openclaw-cli](https://www.npmjs.com/package/openclaw-cli)**.
4
4
 
5
- Watchdog daemon for OpenClaw AI assistant gateway.
5
+ This package runs the same CLI engine as `openclaw-cli`.
6
+
7
+ ## Install
6
8
 
7
9
  ```bash
8
10
  npm install -g wxclaw
11
+ ```
12
+
13
+ ## Usage
14
+
15
+ ```bash
9
16
  wxclaw watch -d
17
+ wxclaw status
18
+ wxclaw gateway restart
10
19
  ```
11
20
 
12
- See [openclaw-cli](https://github.com/Sobranier/openclaw-cli) for full docs.
21
+ ## Links
22
+
23
+ - 🌐 Official site: [https://openclaw-cli.app](https://openclaw-cli.app)
24
+ - 📦 Main package: [openclaw-cli on npm](https://www.npmjs.com/package/openclaw-cli)
25
+ - 📖 Source: [github.com/Sobranier/openclaw-cli](https://github.com/Sobranier/openclaw-cli)
package/README.xclaw.md CHANGED
@@ -1,12 +1,25 @@
1
1
  # xclaw
2
2
 
3
- > Alias for [openclaw-cli](https://www.npmjs.com/package/openclaw-cli).
3
+ > Alias package for **[openclaw-cli](https://www.npmjs.com/package/openclaw-cli)**.
4
4
 
5
- Watchdog daemon for OpenClaw AI assistant gateway.
5
+ This package runs the same CLI engine as `openclaw-cli`.
6
+
7
+ ## Install
6
8
 
7
9
  ```bash
8
10
  npm install -g xclaw
11
+ ```
12
+
13
+ ## Usage
14
+
15
+ ```bash
9
16
  xclaw watch -d
17
+ xclaw status
18
+ xclaw gateway restart
10
19
  ```
11
20
 
12
- See [openclaw-cli](https://github.com/Sobranier/openclaw-cli) for full docs.
21
+ ## Links
22
+
23
+ - 🌐 Official site: [https://openclaw-cli.app](https://openclaw-cli.app)
24
+ - 📦 Main package: [openclaw-cli on npm](https://www.npmjs.com/package/openclaw-cli)
25
+ - 📖 Source: [github.com/Sobranier/openclaw-cli](https://github.com/Sobranier/openclaw-cli)
package/README.zhclaw.md CHANGED
@@ -1,12 +1,25 @@
1
1
  # zhclaw
2
2
 
3
- > Alias for [openclaw-cli](https://www.npmjs.com/package/openclaw-cli).
3
+ > Alias package for **[openclaw-cli](https://www.npmjs.com/package/openclaw-cli)**.
4
4
 
5
- Watchdog daemon for OpenClaw AI assistant gateway.
5
+ This package runs the same CLI engine as `openclaw-cli`.
6
+
7
+ ## Install
6
8
 
7
9
  ```bash
8
10
  npm install -g zhclaw
11
+ ```
12
+
13
+ ## Usage
14
+
15
+ ```bash
9
16
  zhclaw watch -d
17
+ zhclaw status
18
+ zhclaw gateway restart
10
19
  ```
11
20
 
12
- See [openclaw-cli](https://github.com/Sobranier/openclaw-cli) for full docs.
21
+ ## Links
22
+
23
+ - 🌐 Official site: [https://openclaw-cli.app](https://openclaw-cli.app)
24
+ - 📦 Main package: [openclaw-cli on npm](https://www.npmjs.com/package/openclaw-cli)
25
+ - 📖 Source: [github.com/Sobranier/openclaw-cli](https://github.com/Sobranier/openclaw-cli)