团队共享记忆

team-shared-memory

by amd5

多实例记忆共享,多个 Agent 之间同步记忆

4.3k其他未扫描2026年4月20日

安装

claude skill add --url https://github.com/openclaw/skills

文档

Team Memory — 多实例记忆共享

版本: 1.0.1
创建日期: 2026-03-11
更新日期: 2026-04-14
**作者: c32


📋 功能

功能说明
记忆同步跨 Agent 同步记忆数据
冲突解决自动检测和处理记忆冲突
安全扫描secret-scan 检测敏感信息泄露
增量同步只同步变更部分

📂 文件结构

code
skills/team-memory/
├── SKILL.md
├── skill.json
└── scripts/
    ├── sync.js              # 记忆同步主程序
    └── secret-scan.js       # 敏感信息扫描

📊 Cron 任务

任务名频率Job ID
Team Memory 同步每 12 小时f47e2a9d

⚠️ 注意事项

  • 同步间隔可配置
  • 冲突时优先保留最新版本
  • 安全扫描检测 API 密钥等敏感信息

相关 Skills

Claude API

by anthropic

热门

Build, debug, and optimize Claude API / Anthropic SDK apps. Apps built with this skill should include prompt caching. Also handles migrating existing Claude API code between Claude model versions (4.5 → 4.6, 4.6 → 4.7, retired-model replacements). TRIGGER when: code imports `anthropic`/`@anthropic-ai/sdk`; user asks for the Claude API, Anthropic SDK, or Managed Agents; user adds/modifies/tunes a Claude feature (caching, thinking, compaction, tool use, batch, files, citations, memory) or model (Opus/Sonnet/Haiku) in a file; questions about prompt caching / cache hit rate in an Anthropic SDK project. SKIP: file imports `openai`/other-provider SDK, filename like `*-openai.py`/`*-generic.py`, provider-neutral code, general programming/ML.

其他
安全123.0k

并行代理

by axelhu

热门

Use when facing 2 or more independent tasks that can be worked on without shared state - dispatches parallel subagents using sessions_spawn for concurrent investigation and execution, adapted for OpenClaw

其他
未扫描4.3k

中文病句修正

by catchfishcat

热门

Use when correcting Chinese ill-formed sentences (病句) with minimal edits while preserving original meaning, including grammar, wording, word order, redundancy, and logical consistency issues.

其他
未扫描4.3k

评论