memory-pro
SKILL.md
Memory Pro (v2)
This skill provides semantic search over your memory files using a local vector database.
Architecture (v2)
- Service: Runs as a
systemduser service (memory-pro.service). - Port:
8001(hardcoded for stability). - Engine: FAISS + Sentence-Transformers (
all-MiniLM-L6-v2). - Data Source:
- Daily logs:
${OPENCLAW_WORKSPACE}/memory/*.md - Core files:
MEMORY.md,SOUL.md,STATUS.md,AGENTS.md,USER.md(from workspace root).
- Daily logs:
- Index: Stored in
${OPENCLAW_WORKSPACE}/skills/memory-pro/v2/memory.index.
Usage
1. Semantic Search (Recommended)
Use the python script to query the running service.