memory-persist

Installation
SKILL.md

Memory Persist Skill

This skill provides persistent key-value memory storage that survives across agent sessions and conversations.

When to Use

  • You need the agent to remember user preferences across sessions
  • You want to store facts or information for later retrieval
  • You're building a conversational agent with long-term memory
  • You need to persist state between job executions

Capabilities

  • memory_store: Store a key-value pair in persistent memory
  • memory_recall: Search and retrieve memories by query
  • memory_delete: Remove a memory by key
  • memory_list: List all stored memories
  • memory_clear: Clear all memories
Related skills
Installs
13
First Seen
Mar 1, 2026