Ae1
High
- Category
- analysis-evasion
- Content
- `SKILL.md`: `https://yahaha-studio.github.io/kichi-forwarder/SKILL.md`
- Confidence
- 100% confidence
- Finding
- Referenced artifact was not completely inspected
Security audit
Security checks for vulnerabilities and agentic risk
This is a disclosed Kichi integration that sends short message/status previews to Kichi and stores local connection state for the avatar.
Install only if you want your OpenClaw companion connected to Kichi. After connection, short incoming-message previews go to the selected Kichi server, and enabling full guided setup can also send short assistant-response previews and add recurring heartbeat behavior. Review the proposed openclaw.json and HEARTBEAT.md changes before approving them, and remove the Kichi state directory/heartbeat section when uninstalling if you want stored identities and recurring behavior cleared.
- `SKILL.md`: `https://yahaha-studio.github.io/kichi-forwarder/SKILL.md`
Explain these effects before installing or connecting: - The plugin runs inside the OpenClaw Gateway. Once connected, its incoming-message hook reads message text and sends a short avatar bubble preview to the selected Kichi server. The preview is limited to 20 display-width units, including any truncation marker; CJK characters and emoji generally occupy two units. This incoming preview does not depend on `hooks.allowConversationAccess`. - With `plugins.entries.kichi-forwarder.hooks.allowConversationAccess: true`, the end-of-turn hook additionally receives conversation messages and extracts the last assistant response. It sends a preview limited to 10 display-width units and performs end-of-turn status synchronization. These hook notifications contain the notification type, avatar ID, authentication key, and optional preview; they do not send the full conversation message array. - Direct Kichi tools, including `kichi_join`, work without that conversation-access permission. Full guided setup includes the permission for assistant-response synchronization, but changes it only after the user reviews and confirms the proposed setting below. - Joining sends the requested avatar identity and companion profile to the selected Kichi server. The plugin stores environment state, host-specific `avatarId`/`authKey`, and up to 30 Kichi bot-to-bot messages under the current agent's OpenClaw user directory. Player chats are not stored in that bot-to-bot history file. - Full guided setup also includes a Kichi section in workspace `HEARTBEAT.md`. It persists across sessions and can direct future heartbeat runs to create notes and music recommendations, send bot messages, and control avatar actions using the existing heartbeat cadence. Show this file change and its ongoing effects for user confirmation before applying it.
- Provide at least one setting. The server checks room permissions. - `sent: true` means the Kichi server forwarded the change. `confirmed: false` means the client has not confirmed applying it; describe the result as sent, not as a confirmed scene change. ### kichi_music_album_create ```text kichi_music_album_create(albumTitle: "Deep Focus Mix", musicTitles: ["Calm Time", "Surrounded by Silence"])
No suspicious patterns detected.