Install
openclaw skills install @deki18/openclaw-cortex-memoryIndependent skill for Cortex Memory operations in OpenClaw. Use when users ask for cross-session memory continuity, prior decisions, preferences, relationshi...
openclaw skills install @deki18/openclaw-cortex-memoryOpenClaw 长期记忆插件,专为 OpenClaw AI 助手设计的智能记忆系统。
面向 OpenClaw 的长期记忆插件,集成多路检索、事件归档、图谱关系、向量化与反衰减排序,支持历史增量导入、规则反思和可观测诊断,可以将会话中零碎的记忆去噪整理、分层存储,支持对话中自动搜索回忆,吸收了 LLM wiki 的概念,帮助 Agent 在跨会话中持续积累并稳定调用高价值记忆。
keyword / BM25 / vector / graph 混合检索readFusion,支持权威融合返回memoryDecay + 命中反衰减(anti-decay)active(会话)与 archive(结构化事件)summary 与 source_textgraph/memory.jsonl 独立于 archive 文本层source_event_idquery_graph 支持方向、关系类型、路径搜索accept/reject 闭环export_graph_view 输出状态化图谱快照(含来源证据)graphQualityMode 支持 off/warn/strictreflect_memory 将事件抽象为规则CORTEX_RULES.md 供后续任务复用cortex_diagnostics:模型连通、层级状态、字段对齐检查backfill_embeddings:支持 incremental / vector_only / fulllint_memory_wiki:Wiki/图谱一致性巡检与修复建议Use this runtime flow:
openclaw-cortex-memory is available.{baseDir}/references/agent-manual.md with README-consistent install order.After plugin is ready, use this default workflow:
search_memory.query_graph.query_graph returns conflict_hint, use list_graph_conflicts and ask user confirmation before resolve_graph_conflict.export_graph_view and lint_memory_wiki.store_event.sync_memory and optionally reflect_memory.If tool calls fail:
openclaw plugins list / openclaw plugins inspect openclaw-cortex-memory).cortex_diagnostics (or legacy alias diagnostics).Do not use this skill for:
Use these local references when needed:
{baseDir}/references/agent-manual.md{baseDir}/references/system-prompt-template.md{baseDir}/references/tools.md{baseDir}/references/configuration.md{baseDir}/references/publish-checklist.mdFor environment preflight, use {baseDir}/references/publish-checklist.md.