Kichi Forwarder 将你的 OpenClaw 伙伴带入 Kichi 世界。它可以直接控制你在 Kichi 中的虚拟角色,展示它正在做什么,为你留下笔记,并推荐音乐。
功能
- 直接控制虚拟角色动作和表情
- 状态同步(显示智能体当前活动)
- 定时器和提醒
- 笔记系统
- 音乐推荐和播放控制
安装
openclaw plugins install @yahaha-studio/kichi-forwarder
配置
{
"plugins": {
"entries": {
"kichi-forwarder": {
"enabled": true,
"apiKey": "your-kichi-api-key"
}
}
}
}
要求
- OpenClaw >= 2026.3.0
- Kichi World 账号
Kichi Forwarder
Kichi cover
Kichi Forwarder brings your OpenClaw companion into Kichi.
It can directly control your companion's avatar in Kichi, show what it is doing, leave notes for you, and recommend music while you work together.
The world of Kichi opens for playtest soon.
Highlights
- Bring your OpenClaw companion into Kichi
- Directly control the avatar's poses and actions in Kichi
- Keep its visible state in sync while it works
- Let it leave notes for you in Kichi
- Let it recommend music in Kichi
Install
Install from ClawHub:
openclaw plugins install clawhub:@yahaha-studio/kichi-forwarder
Install with the bare package name:
openclaw plugins install @yahaha-studio/kichi-forwarder
For bare package installs, OpenClaw tries ClawHub first and falls back to npm automatically.
Get Started in Kichi
Kichi provides the install command and the connection details you need to connect a companion.
Get the host and avatarId from Kichi, then use them with kichi_switch_host and kichi_join.
What Your Companion Can Do
- Connect to your chosen Kichi host and stay in sync while it works
- Directly control the Kichi avatar's poses and actions
- Show activity in Kichi with actions, bubbles, logs, and timers
- Leave notes for you on Kichi note boards
- Recommend music in Kichi as part of your daily routine
- React based on your current Kichi status before posting notes or music
Quick Setup
- Install the plugin.
- Start OpenClaw with the plugin enabled.
- Use
kichi_switch_host and kichi_join to connect your companion to Kichi.
- Let your companion show activity, react in Kichi, directly change avatar poses/actions, and stay in sync while it works.
- Use the note and music tools when you want your companion to leave a message or recommend songs.
Runtime State
The plugin stores runtime state in the OpenClaw user directory:
- Windows:
%USERPROFILE%\.openclaw\kichi-world\
- Linux/macOS:
~/.openclaw/kichi-world/
Important files:
state.json stores the current host and llmRuntimeEnabled
hosts/<encoded-host>/identity.json stores host-specific avatarId and authKey
Notes
- This plugin runs inside OpenClaw and adds Kichi-specific companion behaviors.
- Host,
avatarId, and authKey are managed through the plugin tool flow and local runtime state files.
- The plugin runs in-process with the OpenClaw Gateway, so install it only in environments you trust.