Install
openclaw skills install @michaelandsol/solcore-memoryProvides persistent, scored memory storage, pattern detection, context retrieval, and reflection analysis to enhance AI statefulness and learning in OpenClaw.
openclaw skills install @michaelandsol/solcore-memoryPersistent, reflective memory for OpenClaw that transforms reactive AI into stateful, learning AI.
# Install from ClawHub
openclaw skill install solcore-memory
# Or clone manually
git clone https://github.com/MichaelandSol/Solcore-persistent-memory-for-AI.git
openclaw skill link ./Solcore-persistent-memory-for-AI
Requires PostgreSQL database:
# ~/.openclaw/config/openclaw.yaml
plugins:
solcore-memory:
database:
host: localhost
port: 5432
name: solcore
user: solcore
password: your_password
webhook:
port: 5003
The plugin automatically:
solcore_store_memory - Store interaction with scoringsolcore_get_context - Retrieve relevant memoriessolcore_reflect - Run reflection analysishttps://github.com/MichaelandSol/Solcore-persistent-memory-for-AI