🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

AB-Agents-Memory

by @alexburrstudio

🧠 Long-term memory system for OpenClaw agents. Manages entities, context, and knowledge base with Obsidian integration. By AB-Agents (Alex Burr).

Versionv1.0.5
Downloads474
Stars⭐ 1
TERMINAL
clawhub install ab-agents-memory

πŸ“– About This Skill


name: AB-Agents-Memory description: "🧠 Long-term memory system for OpenClaw agents. Manages entities, context, and knowledge base with Obsidian integration. By AB-Agents (Alex Burr)." version: 1.0.0 author: AB-Agents homepage: https://github.com/ab-agents/memory license: MIT tags: ["memory", "agents", "openclaw", "obsidian", "knowledge-base", "entities", "context", "ab-agents"] acceptLicenseTerms: true

AB Agents Memory πŸ¦€

Long-term memory system for OpenClaw agents


Features

  • πŸ—‚οΈ Entity Management β€” Store info about People, Companies, Topics
  • πŸ”— Entity Linking β€” Connect entities with relationships
  • πŸ“Š Context Summaries β€” Auto-generated summaries for agents
  • πŸŒ™ Nightly Processing β€” Automatic data processing pipeline
  • πŸ“ Obsidian Integration β€” Ready-to-use vault with templates
  • πŸ€– AB-Archivus Agent β€” Dedicated memory agent included
  • Quick Start

    # Install via clawhub
    clawhub install AB-Agents-Memory

    Or manually

    git clone https://github.com/ab-agents/memory.git cd memory ./setup.sh

    Structure

    AB-Memory/
    β”œβ”€β”€ agents/
    β”‚   └── AB-Archivus/       # Memory agent
    β”‚       β”œβ”€β”€ SOUL.md
    β”‚       β”œβ”€β”€ IDENTITY.md
    β”‚       └── AGENTS.md
    β”œβ”€β”€ obsidian-vault/
    β”‚   β”œβ”€β”€ Memory/
    β”‚   β”‚   β”œβ”€β”€ Entities/      # People, Companies, Topics
    β”‚   β”‚   β”œβ”€β”€ Summaries/
    β”‚   β”‚   └── Processing/
    β”‚   └── Templates/
    β”œβ”€β”€ setup.sh              # Installation script
    β”œβ”€β”€ SKILL.md              # ClawHub metadata
    └── README.md
    

    What's Included

    AB-Archivus Agent

    Dedicated OpenClaw agent for memory management:

  • Reads/writes to Obsidian vault
  • Updates entity database
  • Processes session logs
  • Maintains context summaries
  • Obsidian Vault

    Ready-to-use vault with:

  • Entity templates (Person, Company, Topic)
  • Folder structure for memory organization
  • Nightly processing scripts
  • Summary templates
  • Brand

  • By: AB-Agents (Alex Burr)
  • Telegram: @ab_agents
  • Colors: Red (#E53935) + Black
  • Requirements

  • OpenClaw 2024+
  • Obsidian (optional, for vault editing)
  • bash, cron
  • License

    MIT


    AB-Agents Memory β€” Your second brain for OpenClaw πŸ¦€

    πŸ’‘ Examples

    # Install via clawhub
    clawhub install AB-Agents-Memory

    Or manually

    git clone https://github.com/ab-agents/memory.git cd memory ./setup.sh