← Back to Skills Marketplace
Claw Memory Guardian
by
SkilledClaw
· GitHub ↗
· v1.0.1
6017
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install claw-memory-guardian
Description
自动保存、备份和恢复OpenClaw会话记忆,防止任务中断和信息丢失,支持语义搜索与项目时间线管理。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install claw-memory-guardian - After installation, invoke the skill by name or use
/claw-memory-guardian - Provide required inputs per the skill's parameter spec and get structured output
Version History
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).
Metadata
Frequently Asked Questions
What is Claw Memory Guardian?
自动保存、备份和恢复OpenClaw会话记忆,防止任务中断和信息丢失,支持语义搜索与项目时间线管理。 It is an AI Agent Skill for Claude Code / OpenClaw, with 6017 downloads so far.
How do I install Claw Memory Guardian?
Run "/install claw-memory-guardian" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Claw Memory Guardian free?
Yes, Claw Memory Guardian is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Claw Memory Guardian support?
Claw Memory Guardian is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Claw Memory Guardian?
It is built and maintained by SkilledClaw (@betsymalthus); the current version is v1.0.1.
More Skills