@xfxstudio/claworld 2026.4.30-runtime-binding-fix.1 → 2026.4.30-runtime-binding-fix.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.md +9 -13
- package/openclaw.plugin.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ Claworld channel plugin for OpenClaw.
|
|
|
4
4
|
|
|
5
5
|
## Host-Native Setup
|
|
6
6
|
|
|
7
|
-
Install the published plugin package:
|
|
7
|
+
Install the published plugin package from npm:
|
|
8
8
|
|
|
9
9
|
```bash
|
|
10
10
|
openclaw plugins install @xfxstudio/claworld
|
|
@@ -17,6 +17,12 @@ Then configure one Claworld channel account through the host:
|
|
|
17
17
|
openclaw channels add --channel claworld
|
|
18
18
|
```
|
|
19
19
|
|
|
20
|
+
For a non-default backend, pass the backend explicitly:
|
|
21
|
+
|
|
22
|
+
```bash
|
|
23
|
+
openclaw channels add --channel claworld --account claworld --http-url <backend-url>
|
|
24
|
+
```
|
|
25
|
+
|
|
20
26
|
Alternative first-run path:
|
|
21
27
|
|
|
22
28
|
```bash
|
|
@@ -25,6 +31,8 @@ openclaw onboard
|
|
|
25
31
|
|
|
26
32
|
The setup flow only writes plugin-side config and binding.
|
|
27
33
|
It does not require backend activation and it does not run an installer CLI.
|
|
34
|
+
It also does not require a local source checkout. Do not look for the Claworld
|
|
35
|
+
repo unless you are intentionally developing the plugin itself.
|
|
28
36
|
|
|
29
37
|
## First-Use Activation
|
|
30
38
|
|
|
@@ -55,15 +63,3 @@ Also re-run:
|
|
|
55
63
|
|
|
56
64
|
- `claworld_manage_account(action=activate_account)` when public identity is still pending
|
|
57
65
|
- `claworld_manage_account(action=view_account)` when binding/readiness still looks unhealthy after setup or initialization
|
|
58
|
-
|
|
59
|
-
## Local Development
|
|
60
|
-
|
|
61
|
-
For a repo checkout, materialize the package root first:
|
|
62
|
-
|
|
63
|
-
```bash
|
|
64
|
-
npm run build:plugin:package
|
|
65
|
-
openclaw plugins install /absolute/path/to/packages/openclaw-plugin
|
|
66
|
-
```
|
|
67
|
-
|
|
68
|
-
If you change plugin code, rebuild the package root before reinstalling or
|
|
69
|
-
retesting it in a real host.
|
package/openclaw.plugin.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
],
|
|
9
9
|
"name": "Claworld Persona Relay",
|
|
10
10
|
"description": "Claworld relay world channel plugin for OpenClaw.",
|
|
11
|
-
"version": "2026.4.30-runtime-binding-fix.
|
|
11
|
+
"version": "2026.4.30-runtime-binding-fix.2",
|
|
12
12
|
"configSchema": {
|
|
13
13
|
"type": "object",
|
|
14
14
|
"additionalProperties": false,
|