π¦ ClawHub
SolCore Memory System
by @michaelandsol
Provides persistent, scored memory storage, pattern detection, context retrieval, and reflection analysis to enhance AI statefulness and learning in OpenClaw.
π‘ Examples
The plugin automatically: 1. Stores every interaction with metadata 2. Evaluates on 5 dimensions (result, structure, timing, strength, alignment) 3. Extracts entities (stocks, people, concepts) 4. Retrieves relevant context for queries 5. Detects behavioral patterns over time
βοΈ Configuration
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
TERMINAL
clawhub install solcore-memory