Echomind Memory.Skill banner
jasonatgit jasonatgit

Echomind Memory.Skill

AI community

Description

An AI Multi-Agent memory system that remembers your code style, fixes, and preferences — for Hermes-Agent.OpenClaw,Opencode,Claude Code, etc.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

echomind_memory.skill

[![OpenClaw Compatible](https://img.shields.io/badge/OpenClaw-Compatible-brightgreen)](https://github.com/OpenClaw) [![Hermes-Agent Ready](https://img.shields.io/badge/Hermes--Agent-Ready-blue)](https://github.com/Hermes-Agent) [![Claude Code Supported](https://img.shields.io/badge/Claude%20Code-Supported-orange)](https://claude.ai/code) [![OpenCode Compatible](https://img.shields.io/badge/OpenCode-Compatible-red)](https://github.com/open-code-ai) [![DeepSeek Harness](https://img.shields.io/badge/DSH-dsh--plugin-blueviolet)](https://github.com/deepseek-ai/deepseek-harness)

EchoMind Memory Engine —— Give Your AI Permanent Memory and Self-Evolution Capabilities

🌐 **中文版:** [README.zh-CN.md](README.zh-CN.md)

A long-term memory engine supporting the Hermes Agent, OpenClaw, OpenCode, DeepSeek Haeness(DSH) and Claude Code agents.

Stop your AI from "forgetting" — remember your preferences, style, research methods; self-reflect and self-evolve.

EchoMind Memory Engine helps you: extract knowledge from conversations, crystallize rules through reflection.

📦 **Repository:** https://github.com/jasonatgit/echomind_memory.skill


🧠 EchoMind's Core Capabilities

Core Architecture

Capability Description
Seven Types of Memory User / Task / Experience / Context / Knowledge / Research / Reflection
Zero-Dependency Local Storage SQLite single-file database, no Docker / PostgreSQL / Redis required
SQLite Schema Migration + Transactional Writes Structured migration list with transactional rollback; store() wraps 5 save calls in one transaction

Memory Intelligence (Reflective Reasoning)

Capability Description
Self-Evolving Engine Agent Auto-distills semantic knowledge and procedural rules from raw memories with zero-config LLM injectio