agent-memory-hardened

Installation
SKILL.md

AgentMemory Skill

Persistent memory system for AI agents. Remember facts, learn from experience, and track entities across sessions.

Installation

clawdhub install agent-memory

Usage

from src.memory import AgentMemory

mem = AgentMemory()

# Remember facts
mem.remember("Important information", tags=["category"])
Installs
1
GitHub Stars
23
First Seen
Apr 21, 2026
agent-memory-hardened — faberlens/hardened-skills