chatroom

Installation
SKILL.md

chatroom — DEPRECATED, renamed to workroom

This skill has been renamed to workroom. Nothing else changed — same scripts, same commands, same chatroom-<room_id> agent thread prefix on the wire. Only the skill identity moved.

What you should do

# Install the new skill:
npx skills add Starchild-ai-agent/official-skills --skill workroom

# Then call it the same way you used to call chatroom, just with the
# new name:
python3 skills/workroom/scripts/create.py "my room"
python3 skills/workroom/scripts/join.py <invite_code>
# …etc.
Installs
7
GitHub Stars
18
First Seen
May 12, 2026
chatroom — starchild-ai-agent/official-skills