Install
openclaw skills install conflict-coordinationMechanism conflict detection and coordination for AI assistant systems. Automatically detects crontab conflicts, systemd service conflicts, script overlaps,...
openclaw skills install conflict-coordination核心原则: 实时性优先,可靠性优先,人工确认优先
# 每周六 22:00 冲突检测
0 22 * * 6 /path/to/detect-conflicts.sh
conflict-coordination/
├── SKILL.md # 主文档
├── README.md # 项目说明
├── scripts/
│ └── detect-conflicts.sh # 冲突检测脚本
└── docs/
├── QUICKSTART.md # 快速上手
└── coordination-guide.md # 协调指南
| 检测项 | 冲突类型 | 解决方案 |
|---|---|---|
| crontab 配置 | 重复任务 | 移除冗余 |
| systemd 服务 | 服务过多 | 合并服务 |
| 脚本功能 | 功能重叠 | 统一脚本 |
| 日志路径 | 路径分散 | 统一目录 |
| 文档一致性 | 文档缺失 | 补充文档 |
# 手动执行
./detect-conflicts.sh
# 定时执行(每周六 22:00)
0 22 * * 6 ./detect-conflicts.sh
# 修改 crontab 后触发
crontab -e
./detect-conflicts.sh
维护者: 虾球 🦐
许可: MIT