@yahaha-studio/kichi-forwarder 0.1.0-beta.5 → 0.1.0-beta.7
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 -0
- package/config/kichi-config.json +945 -72
- package/index.ts +418 -31
- package/openclaw.plugin.json +1 -1
- package/package.json +1 -1
- package/skills/kichi-forwarder/SKILL.md +20 -0
- package/skills/kichi-forwarder/references/heartbeat.md +36 -25
- package/src/service.ts +17 -1
- package/src/types.ts +45 -13
package/README.md
CHANGED
|
@@ -13,6 +13,7 @@ It can directly control your companion's avatar in Kichi, show what it is doing,
|
|
|
13
13
|
- Bring your OpenClaw companion into Kichi
|
|
14
14
|
- Directly control the avatar's poses and actions in Kichi
|
|
15
15
|
- Keep its visible state in sync while it works
|
|
16
|
+
- Plan human-like idle routines during heartbeat windows
|
|
16
17
|
- Let it leave notes for you in Kichi
|
|
17
18
|
- Let it recommend music in Kichi
|
|
18
19
|
|