Back to Registry
View Author Profile
Official Verified
team-shared-memory
多实例记忆共享,多个 Agent 之间同步记忆
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/amd5/team-shared-memoryOr
Team Memory — 多实例记忆共享
版本: 1.0.1
创建日期: 2026-03-11
更新日期: 2026-04-14
**作者: c32
📋 功能
| 功能 | 说明 |
|---|---|
| 记忆同步 | 跨 Agent 同步记忆数据 |
| 冲突解决 | 自动检测和处理记忆冲突 |
| 安全扫描 | secret-scan 检测敏感信息泄露 |
| 增量同步 | 只同步变更部分 |
📂 文件结构
skills/team-memory/
├── SKILL.md
├── skill.json
└── scripts/
├── sync.js # 记忆同步主程序
└── secret-scan.js # 敏感信息扫描
📊 Cron 任务
| 任务名 | 频率 | Job ID |
|---|---|---|
| Team Memory 同步 | 每 12 小时 | f47e2a9d |
⚠️ 注意事项
- 同步间隔可配置
- 冲突时优先保留最新版本
- 安全扫描检测 API 密钥等敏感信息
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-amd5-team-shared-memory": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.
Related Skills
feishu-repair
自动修复飞书-自动修复飞书群聊+自动修复会话 - 诊断 Gateway 连接、权限配置、消息投递问题
amd5 4473
memory-archiver
记忆管理技能 - 三层时间架构 + 自动搜索/提取/会话笔记统一 Hook + 记忆巩固(整合 auto-dream)
amd5 4473
error-monitor-fix
错误监控 - 扫描 JSON 日志、捕获 ERROR 级别错误、OpenClaw 系统级错误修复建议
amd5 4473
work-progress
工作进度检查技能 - 定期检查待办事项 + 子代理超时/消失检测与自动恢复 + 全量会话监控
amd5 4473
heap-dump
内存快照分析(v8 heap snapshot)+ 性能分析(perf_hooks)
amd5 4473