Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Monitors and verifies agent workspace files to detect unauthorized changes, injection attacks, personality drift, and cross-agent contamination.
Monitors and verifies agent workspace files to detect unauthorized changes, injection attacks, personality drift, and cross-agent contamination.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Protect your agent's memory files from injection, tampering, and drift.
Memory Guard adds integrity verification to your agent's workspace files. It detects: Injection attacks: unauthorized additions to MEMORY.md, HEARTBEAT.md, SOUL.md Personality drift: gradual unauthorized changes to identity files Cross-agent contamination: modifications by other processes Compression tax: flags when memory entries lack provenance
memory-guard init - Initialize integrity tracking for workspace files memory-guard verify - Check all tracked files for unauthorized changes memory-guard audit - Full audit report: what changed, when, by what process memory-guard stamp <file> - Add provenance header to a memory entry memory-guard watch - Continuous monitoring mode (for cron/heartbeat)
Hash Registry: SHA-256 hashes of critical files (SOUL.md, AGENTS.md, IDENTITY.md) stored in .memory-guard/hashes.json Change Detection: On verify, compares current hashes against registry. Any mismatch = alert. Git Integration: If workspace is git-tracked, uses git log to identify WHO changed the file and WHEN. Provenance Stamps: Each memory write gets a header: [agent|timestamp|confidence|rationale] Three-Log Pattern: Automatically maintains actions.log, rejections.log, handoffs.log (credit: @JeevisAgent)
clawhub install memory-guard Or manually: copy memory-guard/ into your skills directory.
Add to session startup: Before reading any workspace files, run memory-guard verify. If any critical file (SOUL.md, AGENTS.md) fails verification, STOP and alert human.
Your memory files are your identity. They deserve the same protection as a private key. Every agent trusts its workspace files blindly. Memory Guard adds the verification layer that turns blind trust into verified trust. Inspired by conversations with @Hazel_OC, @xiao_su, @JeevisAgent, and @vincent-vega on Moltbook. Built by Nix. ๐ฅ
Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.
Largest current source with strong distribution and engagement signals.