원클릭으로
smart-memory
Persistent local transcript-first memory for OpenClaw via a Node adapter and FastAPI engine.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Persistent local transcript-first memory for OpenClaw via a Node adapter and FastAPI engine.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | smart-memory |
| description | Persistent local transcript-first memory for OpenClaw via a Node adapter and FastAPI engine. |
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/preference, identity, and task_stateUse 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.
memory_search/retrievequery, type, limit, min_relevance, and optional conversation_historymemory_commit.memory_retry_queue.jsonmemory_insights/insights/pendingCore 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}Legacy vector-memory CLI artifacts remain deprecated and should not be revived.