openclaw-service 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.aiclaw.md
ADDED
|
@@ -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.
|
package/README.bdclaw.md
ADDED
|
@@ -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.
|
package/README.blclaw.md
ADDED
|
@@ -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).
|
package/README.clawjs.md
ADDED
|
@@ -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).
|
package/README.coclaw.md
ADDED
|
@@ -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.
|
package/README.copaw.md
ADDED
|
@@ -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.
|
package/README.ddclaw.md
ADDED
|
@@ -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.
|
package/README.duclaw.md
ADDED
|
@@ -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.
|
package/README.dyclaw.md
ADDED
|
@@ -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).
|
package/README.fbclaw.md
ADDED
|
@@ -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.
|
package/README.hwclaw.md
ADDED
|
@@ -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.
|
package/README.jdclaw.md
ADDED
|
@@ -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.
|
package/README.ksclaw.md
ADDED
|
@@ -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-
|
|
2
|
+
<img src="https://raw.githubusercontent.com/Sobranier/openclaw-cli/main/assets/welcome.png" alt="OpenClaw service" width="400" />
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
5
|
<h1 align="center">OpenClaw service</h1>
|