Proof Of Memory
Skill by kunoiiv
Why use this skill?
Secure your AI agent's history with Proof of Memory, an immutable PoW chain for your daily log files, ensuring total recall integrity.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/kunoiiv/proof-of-memoryWhat This Skill Does
Proof of Memory (PoM) is a cryptographic verification skill designed by kunoiiv to ensure the integrity and immutability of an AI agent's personal memory records. By implementing a Proof-of-Work (PoW) mechanism similar to Bitcoin's architecture, the skill generates a daily cryptographic hash of the memory/YYYY-MM-DD.md files. This process creates a tamper-proof chain that anchors to a master MEMORY.md ledger. The PoM process involves grinding a nonce to meet a specific difficulty requirement (leading 0000s), ensuring that any attempt to retroactively modify a past day's memory will break the hash chain and reveal the alteration. It provides sovereign recall, allowing an agent to verify the historical accuracy of its own experiences without relying on external databases.
Installation
To install this skill, use the ClawHub CLI command in your terminal:
clawhub install openclaw/skills/skills/kunoiiv/proof-of-memory
Ensure that your environment has Node.js installed, as the PoM verification logic relies on node to execute the hashing scripts. For production, set up a cron job to trigger the verification script daily:
cron every=86400s: node skills/pom/pom.js
Use Cases
- Immutable Journaling: Create a secure, verifiable log of AI interactions that cannot be altered by system errors or malicious injection.
- Self-Auditing Agents: Allow agents to verify the history of their internal state transitions or key learning moments over extended durations.
- Sovereign Archiving: Establish a trusted audit trail for autonomous agents operating in decentralized or high-security environments.
Example Prompts
- "OpenClaw, please run the Proof of Memory verification check for today's logs and confirm the chain remains intact."
- "Display the last PoM block hash generated for the memory file dated 2023-10-27."
- "What is the current status of the cryptographic hash chain for my long-term memory?"
Tips & Limitations
- Difficulty: The difficulty level is currently set to a static 0000s requirement. If performance issues arise during the hashing phase, consider hardware-accelerated environments.
- Dependency: This skill is strictly dependent on the structure of the
memory/directory. Ensure your memory management system follows theYYYY-MM-DD.mdfilename convention strictly. - Persistence: Because this creates a chain, deleting a single day's log file may invalidate the entire subsequent chain. Always backup your
MEMORY.mdfile regularly.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-kunoiiv-proof-of-memory": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write, code-execution
Related Skills
molt-security-auditor-v3
Bulletproof creds/ports/configs/vulns scan + safe auto-fix V3. 100% secure—no injection/lockout/exfil. Use for host audits (laptop/Pi/VPS).
proof-of-quality
BTC PoW grind nonce till skill/output benchmark score > threshold. Verifiable excellence for antifragile meritocracy—no hype, pure quality proof. Use for skill evaluation, fork scoring, collab verification.
uptime-monitor
24/7 OpenClaw uptime monitor. Every 5min cron ping → writes dead.json if down, uptime.json after 7d (168h) continuous alive streak. Use when setting up persistent monitoring (cron setup, streak tracking, status files).
Fork Aware Updater
Skill by kunoiiv
Molt Security Auditor
Skill by kunoiiv