← 返回 Skills 市场
Claw Memory Guardian
作者
SkilledClaw
· GitHub ↗
· v1.0.1
6017
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install claw-memory-guardian
功能描述
自动保存、备份和恢复OpenClaw会话记忆,防止任务中断和信息丢失,支持语义搜索与项目时间线管理。
安全使用建议
Install only if you are comfortable with long-lived memory files, local backups, and Git commits in your OpenClaw workspace. Do not store secrets, regulated data, or customer financial/contract details unless you have authorization and a retention plan. Avoid running memory/auto_save.sh in the background unless you know how to stop it, and review Git status before sharing or pushing the workspace repository.
功能分析
Type: OpenClaw Skill
Name: claw-memory-guardian
Version: 1.0.1
The skill is classified as suspicious due to its use of powerful system capabilities, specifically the creation and execution of a persistent `auto_save.sh` shell script in the user's workspace (`index.js`). While the current hardcoded content of this script is benign (creating daily memory files and updating JSON timestamps), the mechanism of writing an executable, continuously running script (via `while true; do ... sleep ...; done`) represents a significant persistence capability. This, combined with extensive file system operations (`fs-extra`) and Git version control (`simple-git`) within the user's `OPENCLAW_WORKSPACE`, creates a substantial attack surface. Although no clear malicious intent (e.g., data exfiltration, unauthorized network calls, or explicit prompt injection for harmful actions) is observed in the current code or documentation (`SKILL.md`, `README.md`), these capabilities could be exploited if other vulnerabilities were present or in future iterations, making it a high-risk component.
能力评估
Purpose & Capability
The stated purpose matches the core behavior: creating memory files, backups, search, and local Git commits. The concern is that the documentation encourages retaining customer, contract, payment, team, and project details without adequate warnings about consent, minimization, retention, or sharing.
Instruction Scope
Most commands are user-invoked, but the docs describe broad automatic memory reads/writes, backups, Git commits, and future share/sync workflows without clear scoping, preview, redaction, or access-control guidance.
Install Mechanism
The install script copies the skill into the OpenClaw workspace, removes an existing target skill directory and CLI wrapper, and creates an executable wrapper without confirmation or backup. The behavior is workspace-scoped but still high-impact for user state.
Credentials
Runtime file and Git operations are limited to OPENCLAW_WORKSPACE or ~/.openclaw/workspace, and inspection found no credential harvesting, network exfiltration, obfuscation, or destructive behavior outside that scope.
Persistence & Privilege
Initialization creates an executable auto_save.sh with an infinite loop that periodically modifies memory files, and uninstall only warns that the script may still be running rather than stopping or tracking it.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install claw-memory-guardian - 安装完成后,直接呼叫该 Skill 的名称或使用
/claw-memory-guardian触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Updated package.json version to 1.0.1.
- No user-facing feature, documentation, or functional changes in this release.
v1.0.0
Initial release: Anti-lost memory system based on real pain points experienced by our team. Features: real-time memory saving, automatic git version control, crash recovery, three-tier pricing (free/.99/9 per month).
元数据
常见问题
Claw Memory Guardian 是什么?
自动保存、备份和恢复OpenClaw会话记忆,防止任务中断和信息丢失,支持语义搜索与项目时间线管理。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 6017 次。
如何安装 Claw Memory Guardian?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install claw-memory-guardian」即可一键安装,无需额外配置。
Claw Memory Guardian 是免费的吗?
是的,Claw Memory Guardian 完全免费(开源免费),可自由下载、安装和使用。
Claw Memory Guardian 支持哪些平台?
Claw Memory Guardian 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Claw Memory Guardian?
由 SkilledClaw(@betsymalthus)开发并维护,当前版本 v1.0.1。
推荐 Skills