@yahaha-studio/kichi-forwarder 0.1.0-beta.4 → 0.1.0-beta.6
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 +1 -9
- package/config/kichi-config.json +945 -72
- package/index.ts +106 -26
- package/openclaw.plugin.json +1 -1
- package/package.json +1 -1
- package/skills/kichi-forwarder/SKILL.md +1 -0
- package/skills/kichi-forwarder/references/error.md +4 -4
- package/skills/kichi-forwarder/references/heartbeat.md +7 -8
- package/skills/kichi-forwarder/references/install.md +2 -2
- package/src/service.ts +3 -1
- package/src/types.ts +12 -1
package/README.md
CHANGED
|
@@ -18,19 +18,11 @@ It can directly control your companion's avatar in Kichi, show what it is doing,
|
|
|
18
18
|
|
|
19
19
|
## Install
|
|
20
20
|
|
|
21
|
-
Install from ClawHub:
|
|
22
|
-
|
|
23
|
-
```bash
|
|
24
|
-
openclaw plugins install clawhub:@yahaha-studio/kichi-forwarder
|
|
25
|
-
```
|
|
26
|
-
|
|
27
|
-
Install with the bare package name:
|
|
28
|
-
|
|
29
21
|
```bash
|
|
30
22
|
openclaw plugins install @yahaha-studio/kichi-forwarder
|
|
31
23
|
```
|
|
32
24
|
|
|
33
|
-
|
|
25
|
+
Use the bare package name for installation. OpenClaw tries ClawHub first and falls back to npm automatically.
|
|
34
26
|
|
|
35
27
|
## Get Started in Kichi
|
|
36
28
|
|