Team Shared Memory

v1.0.1

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

0· 85·0 current·0 all-time
byc32@amd5

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for amd5/team-shared-memory.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Team Shared Memory" (amd5/team-shared-memory) from ClawHub.
Skill page: https://clawhub.ai/amd5/team-shared-memory
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install team-shared-memory

ClawHub CLI

Package manager switcher

npx clawhub@latest install team-shared-memory
Security Scan
Capability signals
CryptoRequires walletRequires OAuth token
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (team/shared memory) match the included scripts: sync.js performs local copy/sync of markdown memories under ~/.openclaw/workspace and secret-scan.js looks for common secret patterns. No credentials, external services, or unrelated binaries are required.
Instruction Scope
SKILL.md and scripts limit actions to local filesystem operations (reading/writing under HOME/.openclaw/workspace and scanning user-supplied paths). The secret scanner can be invoked against arbitrary directories (--dir) and will read many text file types—this is expected for a scanner but means it can examine any files you point it at.
Install Mechanism
There is no install spec or remote download; the skill is instruction-only with two included Node.js scripts. Requirement is node >=18. No archives or external installers are fetched.
Credentials
The scripts implicitly use process.env.HOME to locate the workspace, which is proportional to a local-sync tool. The skill requests no environment secrets or config paths. Users should note the implicit reliance on the HOME path and file permissions.
Persistence & Privilege
The skill does not request always:true and does not attempt to modify other skills or global agent configs. It writes state and lock files only under ~/.openclaw/workspace/memory/team, which is consistent with its sync purpose.
Assessment
This skill appears to do what it claims: local syncing of markdown 'memory' files and local secret scanning. Before installing or running it, review and be comfortable with these points: (1) the scripts operate on your filesystem under $HOME/.openclaw/workspace and will read/write files there—ensure you trust the author and that the workspace path is appropriate; (2) secret-scan can be pointed at any directory and will read many file types to detect sensitive tokens—do not run it against system or root-owned directories with elevated privileges unless you intend to; (3) there is no network communication in the included code, so it does not exfiltrate secrets, but you should still inspect and run the scripts in a safe environment first; (4) verify Node.js >=18 and run with least privilege; and (5) the package author is unknown—if you need higher assurance, ask for provenance or a code-signing/source repo before enabling automated runs.

Like a lobster shell, security has layers — review code before you run it.

latestvk972nend1csqdbg5sndq9tcafx84t2xr
85downloads
0stars
2versions
Updated 2w ago
v1.0.1
MIT-0

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 密钥等敏感信息

Comments

Loading comments...