ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

AB-Agents-Memory

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

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/alexburrstudio/ab-agents-memory
Or

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 🦀

Metadata

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-alexburrstudio-ab-agents-memory": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#memory#agents#openclaw#obsidian#knowledge-base#entities#context#ab-agents
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.