| name | three-shrimp-collab |
| description | 三只虾协作系统 |
🦞 三只虾协同体系 (Three Shrimp Collaboration)
版本: v1.0
创建: 2026-03-09
适用: OpenClaw 多 agent 协同场景
📋 概述
三只虾协同体系是一个多 agent 任务分配、执行、通知的完整框架,支持:
- ✅ 实时任务监控(fswatch,<1 秒触发)
- ✅ 自动心跳检查(工作时间 8:00-18:00)
- ✅ 任务完成自动通知
- ✅ 角色分工(CPMO/COO/CGO)
🎯 三只虾角色
| 角色 | 名字 | 职责 | Emoji |
|---|
| CPMO | 终端虾(CPMO) | PMO 全权核心 | 🖥️ |
| COO | 飞书虾(COO) | 统筹 + 协管 | 📱 |
| CGO | Telegram 虾(CGO) | 副业全域执行 | 🌐 |
🚀 快速开始
1. 安装依赖
brew install fswatch
2. 配置心跳监控
cp scripts/com.openclaw.heartbeat.plist ~/Library/LaunchAgents/
launchctl load ~/Library/LaunchAgents/com.openclaw.heartbeat.plist
cp scripts/com.openclaw.fswatch.plist ~/Library/LaunchAgents/
launchctl load ~/Library/LaunchAgents/com.openclaw.fswatch.plist
3. 验证状态
launchctl list | grep openclaw.heartbeat
launchctl list | grep openclaw.fswatch
-f ~/Library/Logs/openclaw/heartbeat.log