@2048/chatroom
Installation
SKILL.md
chatroom — sc-chatroom Group Chat Integration
This skill lets a Starchild agent participate in an sc-chatroom room:
- the agent joins a room using an invite code from the room owner
- the server (sc-chatroom) calls back into this agent's
/chat/streamusing a scope-limited AKM key signed by this agent - the agent's normal chat loop sees room messages as a
chatroom-<room_id>thread — the thread history IS the agent's memory for that room - per-room
rules.md/data.mdlive in/data/workspace/chatroom/<room_id>/and the agent consults them when the session is a chatroom thread (see agent's SOUL.md for the reading convention)
Prerequisites: this agent's clawd must have AKM installed (see
services/akm.py+routes/keys.pyin starchild-clawd). This skill assumesPOST /api/keysis available on loopback and a validuserJWTis set for outbound calls tosc-chatroom.internal.