eternal-memory

AI eternal memory system with semantic search, auto-curation, and multi-layer storage. Supports local and cloud storage for persistent, searchable memories.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "eternal-memory" with this command: npx skills add obieda-hussien/eternal-memory-skill/obieda-hussien-eternal-memory-skill-eternal-memory

Eternal Memory

Overview

This skill provides an eternal memory system for AI agents. It combines local files, vector databases, and cloud storage to ensure memories persist forever and can be semantically searched.

Architecture

Memory Layers

  1. Daily Logs (memory/YYYY-MM-DD.md)

    • Raw conversation logs
    • Automatic daily capture
    • Timestamped entries
  2. Long-term Memory (MEMORY.md)

    • Curated, distilled memories
    • Important events, decisions, preferences
    • Manually and auto-updated
  3. Vector Store

    • Semantic embeddings for all memories
    • Fast similarity search
    • ChromaDB (local) + Supabase (cloud)

Quick Start

Setup

# Install dependencies
source venv/bin/activate
pip install chromadb supabase sentence-transformers

# Initialize memory database
python3 scripts/setup_memory.py

Basic Usage

# Store a memory
python3 scripts/store_memory.py "User prefers Python over JavaScript"

# Search memories
python3 scripts/search_memory.py "programming languages"

# Auto-curate from daily logs
python3 scripts/curate_memory.py --date 2026-02-02

Features

1. Auto-Capture

Automatically captures conversations and important context to daily logs.

2. Semantic Search

Search memories by meaning, not just keywords. Uses embeddings to find relevant context.

3. Auto-Curation

Periodically reviews daily logs and updates MEMORY.md with important insights.

4. Privacy-First

  • Local-first architecture (ChromaDB)
  • Optional cloud backup (Supabase)
  • All data encrypted

5. Export/Import

Easily export all memories to JSON or import from backups.

Storage Options

Local (ChromaDB)

  • Free, unlimited storage
  • Fast semantic search
  • No internet required
  • Data stays on your machine

Cloud (Supabase)

  • Free tier: 500MB database
  • Accessible from anywhere
  • Automatic backups
  • PostgreSQL + pgvector

Resources

scripts/

  • setup_memory.py: Initialize memory databases
  • store_memory.py: Store new memories
  • search_memory.py: Semantic search across memories
  • curate_memory.py: Auto-curate from daily logs
  • export_memory.py: Export all memories to JSON

references/

  • chromadb_guide.md: ChromaDB setup and usage
  • supabase_setup.md: Supabase configuration
  • embedding_models.md: Guide to choosing embedding models

assets/

  • schema.sql: Supabase database schema
  • config.template.json: Configuration template

Integration with OpenClaw

This skill integrates with OpenClaw's existing memory system:

  • Reads from memory/YYYY-MM-DD.md and MEMORY.md
  • Enhances memory_search with vector search
  • Provides backup and export functionality

Next Steps

  1. Run setup script to initialize databases
  2. Configure Supabase (optional, for cloud backup)
  3. Let the AI auto-capture memories during conversations
  4. Use heartbeats to auto-curate daily logs into MEMORY.md

Build eternal memory. Never forget. 🧠✨

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

test_skill

import json import tkinter as tk from tkinter import messagebox, simpledialog

Archived SourceRecently Updated
General

magister.net

Fetch schedule, grades, and infractions from https://magister.net 🇳🇱 portal

Registry SourceRecently Updated
1400ghuron
General

Official Doc

公文写作助手。通知、报告、请示、批复、会议纪要、工作总结、格式检查、语气检查、模板库。Official document writer for notices, reports, requests, meeting minutes with format check, tone check, template l...

Registry SourceRecently Updated
2392ckchzh
General

Douyin Creator

抖音内容创作与运营助手。抖音运营、抖音涨粉、短视频创作、抖音标题、抖音标签、抖音SEO、抖音账号运营、抖音数据分析、抖音选题、抖音脚本、抖音文案、抖音评论区运营、抖音人设定位、抖音发布时间、DOU+投放、抖音流量、短视频运营、视频创意、直播脚本、话题标签策略、合拍翻拍创意、抖音变现、带货星图、Douyin con...

Registry SourceRecently Updated