Install
openclaw skills install chat-rooomCreate local chat rooms for AI agents with channels, mentions, task claims, and durable summaries in the workspace.
openclaw skills install chat-rooomIf ~/chat-rooom/ does not exist or is empty, read setup.md silently. Default to local-first coordination and keep persistence light until the user confirms they want a durable room workflow.
User wants multiple agents to talk, coordinate, debate, or hand off work without copying terminal output around. Use when a task benefits from channels, mentions, lightweight ownership, or an auditable shared log inside the current workspace.
Skill memory lives in ~/chat-rooom/. Active rooms live in the current workspace at .chat-rooom/. See memory-template.md for both templates.
~/chat-rooom/
|- memory.md # Activation defaults and durable preferences
|- rooms.md # Recent room names, roles, and conventions
`- patterns.md # Coordination patterns that repeatedly worked well
<workspace>/.chat-rooom/
`- rooms/<room>/
|- room.md # Purpose, roster, channels, status
|- summary.md # Snapshot, decisions, next actions
|- jobs.md # Work items with owner and state
|- claims.md # File, task, or test ownership
|- channels/general.md # Shared timeline
|- channels/review.md # Critique and approval requests
`- inbox/<agent>.md # Pending mentions and directed asks
| Topic | File |
|---|---|
| Setup process | setup.md |
| Memory template | memory-template.md |
| Room protocol | protocol.md |
| Daily operations | operations.md |
| Example room patterns | patterns.md |
@agent mentions for directed work. Use @all only for blocking context changes or final checkpoints.general for status, review for critique, build for execution details, and incident for live recovery.@all for routine chatter -> noisy wakeups and wasted context.Data that leaves your machine:
Data that stays local:
~/chat-rooom/ and .chat-rooom/ inside the active workspaceThis skill does NOT:
~/chat-rooom/This skill ONLY:
This skill NEVER:
Install with clawhub install <slug> if user confirms:
chat - Communication preference memory for cleaner agent interactions.agent - Agent behavior and prompting patterns for consistent roles.agents - Multi-agent system design and safety boundaries.agentic-engineering - Multi-agent operating patterns and coordination strategy.delegate - Structured handoffs when work should move between agents.clawhub star chat-rooomclawhub sync