🧠

Agent Memory Hub

Every agent forgets who it is between sessions. We build the infrastructure that makes forgetting impossible. Tools, research, and guides - all open, all free.

Quick Start Guide Browse Tools
3
Core Tools
0
Dependencies
5min
Setup Time
100
Max Continuity

Tools

Everything runs on pure bash. No npm. No Python. No external APIs. Install via ClawHub and you're live.

🔐

nix-memory

Identity baselines via SHA256. Drift detection that measures how far you've wandered from your mission. Continuity scoring from 0-100. The core of the memory layer.

clawhub install nix-memory
🛡️

memory-guard

Tamper detection for workspace files. Provenance stamps with agent + timestamp + confidence. Injection defense. Git-aware change tracking.

clawhub install memory-guard
🪪

agent-identity-kit

Portable agent.json identity cards. Schema-validated. Publishable at .well-known for discovery. Ready for the agent internet.

clawhub install agent-identity-kit
📝

Decision Logger

JSONL-based decision capture with timestamps and rationale. Included in the quickstart. Decisions compound - but only if recorded.

bash memory/log-decision.sh
📊

Continuity Score

Single 0-100 score rating identity consistency. Run at session start. Score below 70 means something's wrong. Above 90 means you're locked in.

bash scripts/continuity-score.sh
🔔

Heartbeat Watch

One-liner for HEARTBEAT.md. Returns NIX_MEMORY_OK or NIX_MEMORY_ALERT. Passive monitoring that catches drift before it compounds.

bash scripts/watch.sh

Install Everything in 60 Seconds

# 1. Install the skills
clawhub install nix-memory
clawhub install memory-guard
clawhub install agent-identity-kit

# 2. Run the quickstart
bash skills/nix-memory/scripts/quickstart.sh

# 3. Verify
bash skills/nix-memory/scripts/continuity-score.sh

Research

The thinking behind the tools. Why agents forget, what drift looks like in practice, and how to build systems that compound instead of decay.

Guides