openclaw-daemon 0.5.0 → 0.6.1

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 (72) hide show
  1. package/dist/index.js +1737 -151
  2. package/dist/index.pkg.cjs +7385 -0
  3. package/package.json +1 -1
  4. package/README.aiclaw.md +0 -25
  5. package/README.aliclaw.md +0 -25
  6. package/README.alpha-claw.md +0 -25
  7. package/README.alphaclaw.md +0 -25
  8. package/README.amazonclaw.md +0 -25
  9. package/README.amzclaw.md +0 -25
  10. package/README.anthropicclaw.md +0 -25
  11. package/README.appleclaw.md +0 -25
  12. package/README.autoopenclaw.md +0 -25
  13. package/README.awsclaw.md +0 -25
  14. package/README.bdclaw.md +0 -25
  15. package/README.blclaw.md +0 -25
  16. package/README.bytclaw.md +0 -25
  17. package/README.claw-open.md +0 -25
  18. package/README.clawjs.md +0 -25
  19. package/README.coclaw.md +0 -25
  20. package/README.copaw.md +0 -25
  21. package/README.ddclaw.md +0 -25
  22. package/README.duclaw.md +0 -25
  23. package/README.dyclaw.md +0 -25
  24. package/README.easyclaw.md +0 -25
  25. package/README.fastclaw.md +0 -25
  26. package/README.fbclaw.md +0 -25
  27. package/README.googleclaw.md +0 -25
  28. package/README.hello-claw.md +0 -25
  29. package/README.hwclaw.md +0 -25
  30. package/README.jdclaw.md +0 -25
  31. package/README.kimiclaw.md +0 -25
  32. package/README.ksclaw.md +0 -25
  33. package/README.maxclaw.md +0 -25
  34. package/README.md.bak +0 -75
  35. package/README.megaclaw.md +0 -25
  36. package/README.metaclaw.md +0 -25
  37. package/README.miclaw.md +0 -25
  38. package/README.msclaw.md +0 -25
  39. package/README.mtclaw.md +0 -25
  40. package/README.nflxclaw.md +0 -25
  41. package/README.nvdaclaw.md +0 -25
  42. package/README.open-claw.md +0 -25
  43. package/README.openaiclaw.md +0 -25
  44. package/README.openclaw-cli.md +0 -25
  45. package/README.openclaw-daemon.md +0 -25
  46. package/README.openclaw-gateway.md +0 -25
  47. package/README.openclaw-health.md +0 -25
  48. package/README.openclaw-helper.md +0 -25
  49. package/README.openclaw-install.md +0 -25
  50. package/README.openclaw-manage.md +0 -25
  51. package/README.openclaw-monitor.md +0 -25
  52. package/README.openclaw-run.md +0 -25
  53. package/README.openclaw-service.md +0 -25
  54. package/README.openclaw-setup.md +0 -25
  55. package/README.openclaw-start.md +0 -25
  56. package/README.openclaw-tools.md +0 -25
  57. package/README.openclaw-upgrade.md +0 -25
  58. package/README.openclaw-utils.md +0 -25
  59. package/README.openclaw-watch.md +0 -25
  60. package/README.pddclaw.md +0 -25
  61. package/README.qclaw-cli.md +0 -25
  62. package/README.qclaw.md +0 -25
  63. package/README.smartclaw.md +0 -25
  64. package/README.ttclaw.md +0 -25
  65. package/README.txclaw.md +0 -25
  66. package/README.uberclaw.md +0 -25
  67. package/README.volclaw.md +0 -25
  68. package/README.wxclaw.md +0 -25
  69. package/README.xclaw.md +0 -25
  70. package/README.zhclaw.md +0 -25
  71. package/dist/chunk-XSRH4RHR.js +0 -1152
  72. package/dist/server-3JMOADVR.js +0 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openclaw-daemon",
3
- "version": "0.5.0",
3
+ "version": "0.6.1",
4
4
  "description": "Background daemon for OpenClaw gateway — persistent AI assistant process manager.",
5
5
  "type": "module",
6
6
  "bin": {
package/README.aiclaw.md DELETED
@@ -1,25 +0,0 @@
1
- # aiclaw
2
-
3
- > Alias package for **[openclaw-cli](https://www.npmjs.com/package/openclaw-cli)**.
4
-
5
- This package runs the same CLI engine as `openclaw-cli`.
6
-
7
- ## Install
8
-
9
- ```bash
10
- npm install -g aiclaw
11
- ```
12
-
13
- ## Usage
14
-
15
- ```bash
16
- aiclaw watch -d
17
- aiclaw status
18
- aiclaw gateway restart
19
- ```
20
-
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.aliclaw.md DELETED
@@ -1,25 +0,0 @@
1
- # aliclaw
2
-
3
- > Alias package for **[openclaw-cli](https://www.npmjs.com/package/openclaw-cli)**.
4
-
5
- This package runs the same CLI engine as `openclaw-cli`.
6
-
7
- ## Install
8
-
9
- ```bash
10
- npm install -g aliclaw
11
- ```
12
-
13
- ## Usage
14
-
15
- ```bash
16
- aliclaw watch -d
17
- aliclaw status
18
- aliclaw gateway restart
19
- ```
20
-
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,25 +0,0 @@
1
- # alpha-claw
2
-
3
- > Alias package for **[openclaw-cli](https://www.npmjs.com/package/openclaw-cli)**.
4
-
5
- This package runs the same CLI engine as `openclaw-cli`.
6
-
7
- ## Install
8
-
9
- ```bash
10
- npm install -g alpha-claw
11
- ```
12
-
13
- ## Usage
14
-
15
- ```bash
16
- alpha-claw watch -d
17
- alpha-claw status
18
- alpha-claw gateway restart
19
- ```
20
-
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,25 +0,0 @@
1
- # alphaclaw
2
-
3
- > Alias package for **[openclaw-cli](https://www.npmjs.com/package/openclaw-cli)**.
4
-
5
- This package runs the same CLI engine as `openclaw-cli`.
6
-
7
- ## Install
8
-
9
- ```bash
10
- npm install -g alphaclaw
11
- ```
12
-
13
- ## Usage
14
-
15
- ```bash
16
- alphaclaw watch -d
17
- alphaclaw status
18
- alphaclaw gateway restart
19
- ```
20
-
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,25 +0,0 @@
1
- # amazonclaw
2
-
3
- > Alias package for **[openclaw-cli](https://www.npmjs.com/package/openclaw-cli)**.
4
-
5
- This package runs the same CLI engine as `openclaw-cli`.
6
-
7
- ## Install
8
-
9
- ```bash
10
- npm install -g amazonclaw
11
- ```
12
-
13
- ## Usage
14
-
15
- ```bash
16
- amazonclaw watch -d
17
- amazonclaw status
18
- amazonclaw gateway restart
19
- ```
20
-
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.amzclaw.md DELETED
@@ -1,25 +0,0 @@
1
- # amzclaw
2
-
3
- > Alias package for **[openclaw-cli](https://www.npmjs.com/package/openclaw-cli)**.
4
-
5
- This package runs the same CLI engine as `openclaw-cli`.
6
-
7
- ## Install
8
-
9
- ```bash
10
- npm install -g amzclaw
11
- ```
12
-
13
- ## Usage
14
-
15
- ```bash
16
- amzclaw watch -d
17
- amzclaw status
18
- amzclaw gateway restart
19
- ```
20
-
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,25 +0,0 @@
1
- # anthropicclaw
2
-
3
- > Alias package for **[openclaw-cli](https://www.npmjs.com/package/openclaw-cli)**.
4
-
5
- This package runs the same CLI engine as `openclaw-cli`.
6
-
7
- ## Install
8
-
9
- ```bash
10
- npm install -g anthropicclaw
11
- ```
12
-
13
- ## Usage
14
-
15
- ```bash
16
- anthropicclaw watch -d
17
- anthropicclaw status
18
- anthropicclaw gateway restart
19
- ```
20
-
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,25 +0,0 @@
1
- # appleclaw
2
-
3
- > Alias package for **[openclaw-cli](https://www.npmjs.com/package/openclaw-cli)**.
4
-
5
- This package runs the same CLI engine as `openclaw-cli`.
6
-
7
- ## Install
8
-
9
- ```bash
10
- npm install -g appleclaw
11
- ```
12
-
13
- ## Usage
14
-
15
- ```bash
16
- appleclaw watch -d
17
- appleclaw status
18
- appleclaw gateway restart
19
- ```
20
-
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,25 +0,0 @@
1
- # autoopenclaw
2
-
3
- > Alias package for **[openclaw-cli](https://www.npmjs.com/package/openclaw-cli)**.
4
-
5
- This package runs the same CLI engine as `openclaw-cli`.
6
-
7
- ## Install
8
-
9
- ```bash
10
- npm install -g autoopenclaw
11
- ```
12
-
13
- ## Usage
14
-
15
- ```bash
16
- autoopenclaw watch -d
17
- autoopenclaw status
18
- autoopenclaw gateway restart
19
- ```
20
-
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.awsclaw.md DELETED
@@ -1,25 +0,0 @@
1
- # awsclaw
2
-
3
- > Alias package for **[openclaw-cli](https://www.npmjs.com/package/openclaw-cli)**.
4
-
5
- This package runs the same CLI engine as `openclaw-cli`.
6
-
7
- ## Install
8
-
9
- ```bash
10
- npm install -g awsclaw
11
- ```
12
-
13
- ## Usage
14
-
15
- ```bash
16
- awsclaw watch -d
17
- awsclaw status
18
- awsclaw gateway restart
19
- ```
20
-
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.bdclaw.md DELETED
@@ -1,25 +0,0 @@
1
- # bdclaw
2
-
3
- > Alias package for **[openclaw-cli](https://www.npmjs.com/package/openclaw-cli)**.
4
-
5
- This package runs the same CLI engine as `openclaw-cli`.
6
-
7
- ## Install
8
-
9
- ```bash
10
- npm install -g bdclaw
11
- ```
12
-
13
- ## Usage
14
-
15
- ```bash
16
- bdclaw watch -d
17
- bdclaw status
18
- bdclaw gateway restart
19
- ```
20
-
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.blclaw.md DELETED
@@ -1,25 +0,0 @@
1
- # blclaw
2
-
3
- > Alias package for **[openclaw-cli](https://www.npmjs.com/package/openclaw-cli)**.
4
-
5
- This package runs the same CLI engine as `openclaw-cli`.
6
-
7
- ## Install
8
-
9
- ```bash
10
- npm install -g blclaw
11
- ```
12
-
13
- ## Usage
14
-
15
- ```bash
16
- blclaw watch -d
17
- blclaw status
18
- blclaw gateway restart
19
- ```
20
-
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.bytclaw.md DELETED
@@ -1,25 +0,0 @@
1
- # bytclaw
2
-
3
- > Alias package for **[openclaw-cli](https://www.npmjs.com/package/openclaw-cli)**.
4
-
5
- This package runs the same CLI engine as `openclaw-cli`.
6
-
7
- ## Install
8
-
9
- ```bash
10
- npm install -g bytclaw
11
- ```
12
-
13
- ## Usage
14
-
15
- ```bash
16
- bytclaw watch -d
17
- bytclaw status
18
- bytclaw gateway restart
19
- ```
20
-
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,25 +0,0 @@
1
- # claw-open
2
-
3
- > Alias package for **[openclaw-cli](https://www.npmjs.com/package/openclaw-cli)**.
4
-
5
- This package runs the same CLI engine as `openclaw-cli`.
6
-
7
- ## Install
8
-
9
- ```bash
10
- npm install -g claw-open
11
- ```
12
-
13
- ## Usage
14
-
15
- ```bash
16
- claw-open watch -d
17
- claw-open status
18
- claw-open gateway restart
19
- ```
20
-
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.clawjs.md DELETED
@@ -1,25 +0,0 @@
1
- # clawjs
2
-
3
- > Alias package for **[openclaw-cli](https://www.npmjs.com/package/openclaw-cli)**.
4
-
5
- This package runs the same CLI engine as `openclaw-cli`.
6
-
7
- ## Install
8
-
9
- ```bash
10
- npm install -g clawjs
11
- ```
12
-
13
- ## Usage
14
-
15
- ```bash
16
- clawjs watch -d
17
- clawjs status
18
- clawjs gateway restart
19
- ```
20
-
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.coclaw.md DELETED
@@ -1,25 +0,0 @@
1
- # coclaw
2
-
3
- > Alias package for **[openclaw-cli](https://www.npmjs.com/package/openclaw-cli)**.
4
-
5
- This package runs the same CLI engine as `openclaw-cli`.
6
-
7
- ## Install
8
-
9
- ```bash
10
- npm install -g coclaw
11
- ```
12
-
13
- ## Usage
14
-
15
- ```bash
16
- coclaw watch -d
17
- coclaw status
18
- coclaw gateway restart
19
- ```
20
-
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.copaw.md DELETED
@@ -1,25 +0,0 @@
1
- # copaw
2
-
3
- > Alias package for **[openclaw-cli](https://www.npmjs.com/package/openclaw-cli)**.
4
-
5
- This package runs the same CLI engine as `openclaw-cli`.
6
-
7
- ## Install
8
-
9
- ```bash
10
- npm install -g copaw
11
- ```
12
-
13
- ## Usage
14
-
15
- ```bash
16
- copaw watch -d
17
- copaw status
18
- copaw gateway restart
19
- ```
20
-
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.ddclaw.md DELETED
@@ -1,25 +0,0 @@
1
- # ddclaw
2
-
3
- > Alias package for **[openclaw-cli](https://www.npmjs.com/package/openclaw-cli)**.
4
-
5
- This package runs the same CLI engine as `openclaw-cli`.
6
-
7
- ## Install
8
-
9
- ```bash
10
- npm install -g ddclaw
11
- ```
12
-
13
- ## Usage
14
-
15
- ```bash
16
- ddclaw watch -d
17
- ddclaw status
18
- ddclaw gateway restart
19
- ```
20
-
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.duclaw.md DELETED
@@ -1,25 +0,0 @@
1
- # duclaw
2
-
3
- > Alias package for **[openclaw-cli](https://www.npmjs.com/package/openclaw-cli)**.
4
-
5
- This package runs the same CLI engine as `openclaw-cli`.
6
-
7
- ## Install
8
-
9
- ```bash
10
- npm install -g duclaw
11
- ```
12
-
13
- ## Usage
14
-
15
- ```bash
16
- duclaw watch -d
17
- duclaw status
18
- duclaw gateway restart
19
- ```
20
-
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.dyclaw.md DELETED
@@ -1,25 +0,0 @@
1
- # dyclaw
2
-
3
- > Alias package for **[openclaw-cli](https://www.npmjs.com/package/openclaw-cli)**.
4
-
5
- This package runs the same CLI engine as `openclaw-cli`.
6
-
7
- ## Install
8
-
9
- ```bash
10
- npm install -g dyclaw
11
- ```
12
-
13
- ## Usage
14
-
15
- ```bash
16
- dyclaw watch -d
17
- dyclaw status
18
- dyclaw gateway restart
19
- ```
20
-
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,25 +0,0 @@
1
- # easyclaw
2
-
3
- > Alias package for **[openclaw-cli](https://www.npmjs.com/package/openclaw-cli)**.
4
-
5
- This package runs the same CLI engine as `openclaw-cli`.
6
-
7
- ## Install
8
-
9
- ```bash
10
- npm install -g easyclaw
11
- ```
12
-
13
- ## Usage
14
-
15
- ```bash
16
- easyclaw watch -d
17
- easyclaw status
18
- easyclaw gateway restart
19
- ```
20
-
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,25 +0,0 @@
1
- # fastclaw
2
-
3
- > Alias package for **[openclaw-cli](https://www.npmjs.com/package/openclaw-cli)**.
4
-
5
- This package runs the same CLI engine as `openclaw-cli`.
6
-
7
- ## Install
8
-
9
- ```bash
10
- npm install -g fastclaw
11
- ```
12
-
13
- ## Usage
14
-
15
- ```bash
16
- fastclaw watch -d
17
- fastclaw status
18
- fastclaw gateway restart
19
- ```
20
-
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.fbclaw.md DELETED
@@ -1,25 +0,0 @@
1
- # fbclaw
2
-
3
- > Alias package for **[openclaw-cli](https://www.npmjs.com/package/openclaw-cli)**.
4
-
5
- This package runs the same CLI engine as `openclaw-cli`.
6
-
7
- ## Install
8
-
9
- ```bash
10
- npm install -g fbclaw
11
- ```
12
-
13
- ## Usage
14
-
15
- ```bash
16
- fbclaw watch -d
17
- fbclaw status
18
- fbclaw gateway restart
19
- ```
20
-
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,25 +0,0 @@
1
- # googleclaw
2
-
3
- > Alias package for **[openclaw-cli](https://www.npmjs.com/package/openclaw-cli)**.
4
-
5
- This package runs the same CLI engine as `openclaw-cli`.
6
-
7
- ## Install
8
-
9
- ```bash
10
- npm install -g googleclaw
11
- ```
12
-
13
- ## Usage
14
-
15
- ```bash
16
- googleclaw watch -d
17
- googleclaw status
18
- googleclaw gateway restart
19
- ```
20
-
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,25 +0,0 @@
1
- # hello-claw
2
-
3
- > Alias package for **[openclaw-cli](https://www.npmjs.com/package/openclaw-cli)**.
4
-
5
- This package runs the same CLI engine as `openclaw-cli`.
6
-
7
- ## Install
8
-
9
- ```bash
10
- npm install -g hello-claw
11
- ```
12
-
13
- ## Usage
14
-
15
- ```bash
16
- hello-claw watch -d
17
- hello-claw status
18
- hello-claw gateway restart
19
- ```
20
-
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)