ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

memory-complete

Complete Memory System - Unified integration of all memory features

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/717986230/memory-complete
Or

Complete Memory System v4.0

完整记忆系统 - 整合所有记忆相关功能

功能特性

核心功能

  • [OK] 双脑架构 - SQLite(结构化)+ LanceDB(向量)
  • [OK] 四层记忆栈 - 工作记忆、情景记忆、语义记忆、程序记忆
  • [OK] 四策略检索 - 按需归因、时间衰减、重要性优先、向量语义
  • [OK] Theory of Mind - 心智模型推理引擎
  • [OK] 情感分析 - EQ改进,7种情绪类型
  • [OK] 增强检索 - 关键词提取、相关记忆检测
  • [OK] Ollama集成 - 本地模型嵌入(可选)

GBrain核心

  • [OK] Originals Folder - 原创想法捕获
  • [OK] Entity Detection - 实体检测
  • [OK] Brain-First Lookup - 大脑优先查找
  • [OK] Compiled Truth + Timeline - 编译真理+时间线
  • [OK] Dream Cycle - 夜间自动维护

MemPalace功能

  • [OK] Agent日记系统 - AAAK压缩格式
  • [OK] 情感标记系统 - 6种情感标记
  • [OK] 历史追溯能力 - 完整时间线

Ultimate Memory v3.0

  • [OK] 多平台接入层 - Feishu、Telegram、Discord等
  • [OK] 分层上下文 - 5层上下文管理
  • [OK] 自进化系统 - 自动学习和改进
  • [OK] 工具注册 - 工具能力管理
  • [OK] 互联网获取 - Agent-Reach集成
  • [OK] 安全扫描 - CyberMind/HexMind集成(可选)

数据库表(20个)

核心记忆表(4个)

  1. memories - 通用记忆
  2. episodic_memories - 情景记忆
  3. semantic_memories - 语义记忆(知识图谱)
  4. procedural_memories - 程序记忆(技能)

工作记忆表(1个)

  1. working_memory - 工作记忆(会话临时)

Agent日记表(1个)

  1. agent_diary - Agent日记

检索策略表(1个)

  1. retrieval_cache - 检索缓存

GBrain表(3个)

  1. originals - 原创想法
  2. entities - 实体(人员/公司/概念)
  3. entity_timelines - 实体时间线

上下文表(1个)

  1. layered_context - 分层上下文

自进化表(1个)

  1. evolution_log - 自进化记录

工具注册表(1个)

  1. registered_tools - 工具注册

平台消息表(1个)

  1. platform_messages - 多平台消息

会话摘要表(1个)

  1. session_summaries - 会话摘要

安全扫描表(3个)

  1. security_scans - 安全扫描
  2. vulnerability_findings - 漏洞发现
  3. osint_intel - OSINT情报

攻击链表(1个)

  1. attack_chains - 攻击链

配置表(1个)

  1. system_config - 系统配置

安装

1. 初始化数据库

python scripts/init_complete_database.py

2.

Metadata

Author@717986230
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-717986230-memory-complete": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.