AB-Agents-Memory
🧠 Long-term memory system for OpenClaw agents. Manages entities, context, and knowledge base with Obsidian integration. By AB-Agents (Alex Burr).
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/alexburrstudio/ab-agents-memoryAB 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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-alexburrstudio-ab-agents-memory": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
obsidian-cli
Skill for the official Obsidian CLI (v1.12+). Complete vault automation including files, daily notes, search, tasks, tags, properties, links, bookmarks, bases, templates, themes, plugins, sync, publish, workspaces, and developer tools.
autodream-core
通用记忆整理引擎 — 基于适配器模式的跨平台记忆整理技能。自动去重、合并、删除过时条目。| Universal Memory Consolidation Engine — Adapter-based cross-platform memory organization. Auto-dedup, merge, prune stale entries.
context-compressor
Intelligently compress context — conversations, code, logs. Preserve key information while reducing token usage. Auto-detects content type and applies optimal compression.
securityvitals
Security vitals checker for OpenClaw. Scans your installation, scores your setup, and shows you exactly what to fix. First scan in seconds.
auto-context
智能上下文卫生检查器。分析当前会话的上下文污染程度 (长对话、主题漂移、噪声累积),建议:continue、/fork、/btw 或新会话。 支持手动触发(/auto-context)和自动触发(响应层实现)。 基于 ArXiv 论文和认知心理学研究的多维度评估体系。