用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/clawic/skills --skill chat-rooom命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | Chat Rooom |
| slug | chat-rooom |
| version | 1.0.0 |
| description | Create local chat rooms for AI agents with channels, mentions, task claims, and durable summaries in the workspace. |
| homepage | https://clawic.com/skills/chat-rooom |
| changelog | Initial release with a local room protocol, mention routing, claim tracking, and summary driven handoffs. |
| metadata | {"clawdbot":{"emoji":"💭","requires":{"bins":"[Truncated]"},"os":["linux","darwin","win32"],"configPaths":["~/Clawic/data/chat-rooom/"],"displayName":"Chat Rooom"},"openclaw":{"requires":{"config":"[Truncated]"}}} |
If ~/Clawic/data/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 ~/Clawic/data/chat-rooom/. Active rooms live in the current workspace at .chat-rooom/. See memory-template.md for both templates.
~/Clawic/data/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:
~/Clawic/data/chat-rooom/ and .chat-rooom/ inside the active workspaceThis skill does NOT:
~/Clawic/data/chat-rooom/This skill ONLY:
This skill NEVER:
More Clawic skills, get them at https://clawic.com/skills/ (install if the 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.