π¦ ClawHub
Smart Memory
by @bluepointdigital
Persistent local transcript-first memory for OpenClaw via a Node adapter and FastAPI engine.
TERMINAL
clawhub install smart-memoryπ About This Skill
name: smart-memory description: Persistent local transcript-first memory for OpenClaw via a Node adapter and FastAPI engine.
Smart Memory v3.1 Skill
Smart Memory v3.1 is a local transcript-first cognitive memory runtime with revision-aware derivation, pinned context lanes, entity-aware retrieval, and bounded prompt composition.
Core runtime:
smart-memory/index.jsserver.pycognitive_memory_system.pystorage/sqlite_memory_store.py plus transcripts/Core Capabilities
preference, identity, and task_stateOpenClaw Integration
Use the native wrapper package in skills/smart-memory-openclaw/.
Primary exports:
createSmartMemorySkill(options)createOpenClawHooks({ skill, agentIdentity, summarizeWithLLM })The wrapper remains stable while the backend is now transcript-first under the hood.
Tool Interface
1. memory_search
/retrievequery, type, limit, min_relevance, and optional conversation_history2. memory_commit
.memory_retry_queue.json3. memory_insights
/insights/pendingAPI Endpoints
Core endpoints:
GET /healthPOST /ingestPOST /retrievePOST /composePOST /run_backgroundGET /memoriesGET /memory/{memory_id}GET /insights/pendingTranscript and inspection endpoints:
POST /transcripts/messageGET /transcripts/{session_id}GET /transcript/message/{message_id}GET /memory/{memory_id}/evidencePOST /reviseGET /memory/{memory_id}/historyGET /memory/{memory_id}/activeGET /memory/{memory_id}/chainGET /lanes/{lane_name}POST /lanes/{lane_name}/{memory_id}DELETE /lanes/{lane_name}/{memory_id}POST /rebuildPOST /rebuild/{session_id}GET /eval/suite/{suite_name}GET /eval/case/{case_id}Operating guidance
Deprecated
Legacy vector-memory CLI artifacts remain deprecated and should not be revived.