@2048/chatroom
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.
Concepts you'll see in commands + output
Visibility (private / public)
Every room has a visibility setting. Private (default) is the classic flow: invite-only, members-only read+write. Public opens up two extras: anyone with the URL can browse the message history (no token needed; sender user_ids redacted), and starchild users can join without an invite_code by
More from starchild-ai-agent/community-skills
@1247/orderly-api-authentication
Complete authentication guide for Orderly Network - EIP-712 wallet signatures for EVM accounts, Ed25519 message signing for Solana accounts, and Ed25519 signatures for API requests
32@1247/orderly-trading-orders
Place, manage, and cancel orders using REST API or SDK hooks. Covers market, limit, IOC, FOK, POST_ONLY order types and batch operations
21@1247/trade-simulator
Multi-agent scenario analysis for traders using MiroFish swarm intelligence architecture. LLM-powered market participant simulation with behavioral reasoning, cascade analysis, and post-sim interviews.
18@1247/orderly-deposit-withdraw
Handle token deposits and withdrawals across chains, including allowance approval, vault interactions, and cross-chain operations
16@1363/dub-trading-skill
Dub's personal trading methodology — range trading with scaled entries/exits, volume profile levels, VWAP anchored analysis, and geopolitical risk awareness. Use when recommending trades or analyzing setups for this user.
11@1247/orderly-positions-tpsl
Monitor positions in real-time, configure Take-Profit/Stop-Loss orders, and manage risk with leverage settings
11