🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Simplemem

by @nantes

Efficient Lifelong Memory for LLM Agents - semantic compression, cross-session memory, and intent-aware retrieval

Versionv1.0.1
Installs1
πŸ’‘ Examples

PowerShell Script

# Agregar memoria
.\simplemem.ps1 -Action add -Content "El usuario prefiere cafe con leche de avena"

Buscar memorias

.\simplemem.ps1 -Action search -Query "cafe"

Ver estadisticas

.\simplemem.ps1 -Action stats

Python API

from simplemem import SimpleMemSystem, set_config, SimpleMemConfig

With API key (full features)

config = SimpleMemConfig() config.openai_api_key = "your-key" set_config(config) system = SimpleMemSystem()

Add memory

system.add("User preference: coffee with oat milk", user_id="user1")

Retrieve

results = system.retrieve("What does user like?", user_id="user1")

View on ClawHub
TERMINAL
clawhub install simplemem

πŸ§ͺ Use this skill with your agent

Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

πŸ” Can't find the right skill?

Search 60,000+ AI agent skills β€” free, no login needed.

Search Skills β†’