agent-memory
Installation
SKILL.md
Agent Memory (memctl)
Memory management CLI for AI agents. Organize, search, and maintain your memory files.
Install
npm install -g agent-memory
Or clone and build:
git clone https://github.com/molty-assistant/agent-memory.git
cd agent-memory && npm install && npm run build