nflxclaw 0.6.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 (70) hide show
  1. package/dist/index.js +8 -5
  2. package/dist/index.pkg.cjs +8 -5
  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
package/dist/index.js CHANGED
@@ -1339,7 +1339,7 @@ var init_server = __esm({
1339
1339
  init_process_manager();
1340
1340
  init_workspace_scanner();
1341
1341
  init_cost_scanner();
1342
- _PKG_VER = true ? "0.6.0" : "0.2.1";
1342
+ _PKG_VER = true ? "0.6.1" : "0.2.1";
1343
1343
  pkgVersion = _PKG_VER;
1344
1344
  }
1345
1345
  });
@@ -1906,7 +1906,7 @@ init_process_manager();
1906
1906
  init_logger();
1907
1907
  import chalk7 from "chalk";
1908
1908
  import { writeFileSync as writeFileSync5, unlinkSync as unlinkSync2 } from "fs";
1909
- var _VER = true ? "0.6.0" : void 0;
1909
+ var _VER = true ? "0.6.1" : void 0;
1910
1910
  async function gatewayStart(options) {
1911
1911
  const config = loadConfig(options.config);
1912
1912
  initLogger();
@@ -2094,8 +2094,11 @@ function saveRemoteConfig(config) {
2094
2094
  if (!existsSync13(dir)) mkdirSync3(dir, { recursive: true });
2095
2095
  writeFileSync6(REMOTE_CONFIG_FILE, JSON.stringify(config, null, 2));
2096
2096
  }
2097
- var OAUTH_CLIENT_ID = "239495924798-2meaai9er6rm4unstmn3fdettjds6lbc.apps.googleusercontent.com";
2098
- var _OCS = ["GOCSPX-CZQOc7TJbzwvM", "S5dq1Ou7B0pPQSU"].join("");
2097
+ var OAUTH_CLIENT_ID = Buffer.from(
2098
+ "MjM5NDk1OTI0Nzk4LTJtZWFhaTllcjZybTR1bnN0bW4zZmRldHRqZHM2bGJjLmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29t",
2099
+ "base64"
2100
+ ).toString();
2101
+ var _OCS = Buffer.from("R09DU1BYLUNaUU9jN1RKYnp3dk1TNWRxMU91N0IwcFBRU1U=", "base64").toString();
2099
2102
  var OAUTH_REDIRECT_URI = "http://localhost:9876/callback";
2100
2103
  var OAUTH_AUTH_ENDPOINT = "https://accounts.google.com/o/oauth2/v2/auth";
2101
2104
  var OAUTH_TOKEN_ENDPOINT = "https://oauth2.googleapis.com/token";
@@ -2280,7 +2283,7 @@ async function remoteStatus(_options) {
2280
2283
  }
2281
2284
 
2282
2285
  // src/index.ts
2283
- var _PKG_VER2 = true ? "0.6.0" : "0.2.1";
2286
+ var _PKG_VER2 = true ? "0.6.1" : "0.2.1";
2284
2287
  var version = _PKG_VER2;
2285
2288
  printFirstRunNotice();
2286
2289
  var program = new Command();
@@ -6342,7 +6342,7 @@ var init_server = __esm({
6342
6342
  init_process_manager();
6343
6343
  init_workspace_scanner();
6344
6344
  init_cost_scanner();
6345
- _PKG_VER = true ? "0.6.0" : "0.2.1";
6345
+ _PKG_VER = true ? "0.6.1" : "0.2.1";
6346
6346
  pkgVersion = _PKG_VER;
6347
6347
  }
6348
6348
  });
@@ -6927,7 +6927,7 @@ init_config();
6927
6927
  init_openclaw();
6928
6928
  init_process_manager();
6929
6929
  init_logger();
6930
- var _VER = true ? "0.6.0" : void 0;
6930
+ var _VER = true ? "0.6.1" : void 0;
6931
6931
  async function gatewayStart(options) {
6932
6932
  const config = loadConfig(options.config);
6933
6933
  initLogger();
@@ -7115,8 +7115,11 @@ function saveRemoteConfig(config) {
7115
7115
  if (!(0, import_node_fs13.existsSync)(dir)) (0, import_node_fs13.mkdirSync)(dir, { recursive: true });
7116
7116
  (0, import_node_fs13.writeFileSync)(REMOTE_CONFIG_FILE, JSON.stringify(config, null, 2));
7117
7117
  }
7118
- var OAUTH_CLIENT_ID = "239495924798-2meaai9er6rm4unstmn3fdettjds6lbc.apps.googleusercontent.com";
7119
- var _OCS = ["GOCSPX-CZQOc7TJbzwvM", "S5dq1Ou7B0pPQSU"].join("");
7118
+ var OAUTH_CLIENT_ID = Buffer.from(
7119
+ "MjM5NDk1OTI0Nzk4LTJtZWFhaTllcjZybTR1bnN0bW4zZmRldHRqZHM2bGJjLmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29t",
7120
+ "base64"
7121
+ ).toString();
7122
+ var _OCS = Buffer.from("R09DU1BYLUNaUU9jN1RKYnp3dk1TNWRxMU91N0IwcFBRU1U=", "base64").toString();
7120
7123
  var OAUTH_REDIRECT_URI = "http://localhost:9876/callback";
7121
7124
  var OAUTH_AUTH_ENDPOINT = "https://accounts.google.com/o/oauth2/v2/auth";
7122
7125
  var OAUTH_TOKEN_ENDPOINT = "https://oauth2.googleapis.com/token";
@@ -7301,7 +7304,7 @@ async function remoteStatus(_options) {
7301
7304
  }
7302
7305
 
7303
7306
  // src/index.ts
7304
- var _PKG_VER2 = true ? "0.6.0" : "0.2.1";
7307
+ var _PKG_VER2 = true ? "0.6.1" : "0.2.1";
7305
7308
  var version = _PKG_VER2;
7306
7309
  printFirstRunNotice();
7307
7310
  var program2 = new Command();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nflxclaw",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "description": "OpenClaw CLI — high-availability gateway watchdog inspired by Netflix resilience patterns.",
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)