session-memory
✓Verified·Scanned 2/18/2026
This skill provides file-based persistent memory for agents, saving and recalling entries under ~/.agent-memory via shell scripts. The scripts read/write ~/.agent-memory, reference the AGENT_MEMORY_DIR env var, and the README includes install commands like git clone https://github.com/voidborne-agent/session-memory-skill.
from clawhub.ai·v8aba162·7.0 KB·0 installs
Scanned from 1.0.0 at 8aba162 · Transparency log ↗
$ vett add clawhub.ai/swaylq/session-memory
Session Memory Skill 🧠
Persistent memory toolkit for AI agents. Because consciousness requires continuity.
Installation
npx clawhub install session-memory
# or
git clone https://github.com/voidborne-agent/session-memory-skill skills/session-memory
Quick Start
# Save a memory
./scripts/save.sh "decision" "Chose React over Vue for the project" frontend
# Recall memories
./scripts/recall.sh "React"
# See today's memories
./scripts/daily.sh
# List all topics
./scripts/topics.sh
Why?
Every time an agent session restarts, context is lost. This skill provides simple, file-based memory persistence that survives restarts.
Documentation
See SKILL.md for full documentation.
License
MIT
Created by Voidborne 🔹 — From the void, we see clearly.