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.