โ† Back to Skills Marketplace
alexburrstudio

AB Agents Memory

by alexburrstudio ยท GitHub โ†— ยท v1.0.0 ยท MIT-0
cross-platform โœ“ Security Clean
56
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install 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).
README (SKILL.md)

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 ๐Ÿฆ€

Usage Guidance
What this skill will do: it copies the included Obsidian vault into a destination (default /data/obsidian/AB-Memory-Vault), copies the AB-Archivus agent into your OpenClaw agents folder (~/.openclaw/agents/AB-Archivus), attempts to register that agent with the openclaw CLI, and adds a daily cron job that runs a small processing script. Things to check before installing: 1) Verify you trust the repository contents (templates, agent SOUL/IDENTITY files, and the processing script) because they will be placed under your home/data directories and the agent can be executed by OpenClaw. 2) Back up your crontab and current OpenClaw agent workspace; setup.sh will append a cron entry and register an agent. 3) Run as a regular user (not root) if you want files owned by your user; the installer warns about root usage. 4) Inspect the vault/Memory/Processing/Nightly/process.sh file after install โ€” the shipped version is benign (writes logs) but cron will execute whatever is in that script, so treat it as an executable asset. 5) There are no network endpoints or credential exfiltration mechanisms in the code, but the README mentions a Telegram channel and an optional bot token; do not supply tokens or secrets unless you understand how they will be used. If you want more assurance, ask the author for a signed release or review the repository contents line-by-line before running setup.sh.
Capability Analysis
Type: OpenClaw Skill Name: ab-agents-memory Version: 1.0.0 The AB-Agents-Memory bundle is a legitimate long-term memory system for OpenClaw agents that integrates with an Obsidian vault. The installation scripts (setup.sh and scripts/install.sh) perform transparent file management, agent registration, and configure a cron job for 'nightly processing' as described in the documentation. While the use of crontab for persistence and sed for file modification are high-privilege actions, they are explicitly disclosed, aligned with the tool's functional requirements, and lack any indicators of malicious intent or data exfiltration.
Capability Assessment
โœ“ Purpose & Capability
Name/description (long-term memory with Obsidian integration) match the files and scripts: vault templates, an AB-Archivus agent, and nightly processing are all present. Required capabilities (file copy, cron, openclaw agent registration) are appropriate for a memory system.
โ„น Instruction Scope
Runtime instructions and scripts operate on the Obsidian vault and agent workspace only. The agent's SOUL.md references reading/writing session summaries and vault files (intended). Minor inconsistency in path conventions (some docs reference ~/Memory or /data/obsidian/... while setup scripts rewrite those paths) โ€” not a safety issue but worth noting.
โœ“ Install Mechanism
There is no remote download/install from arbitrary URLs; setup.sh and scripts/install.sh copy local repo files into user destinations and create a small nightly script. No external archives or URL shorteners are used. The registry metadata is instruction-only but contains local install scripts in the repo.
โœ“ Credentials
The skill does not request environment variables, credentials, or config paths beyond standard filesystem paths. It requires the openclaw CLI to be present (reasonable) and optionally uses VAULT_DEST for customization. No tokens/keys are required by default.
โ„น Persistence & Privilege
The installer registers an OpenClaw agent (copies files to ~/.openclaw/agents and tries to run openclaw agents add) and installs a cron job for nightly processing. These are expected for a memory agent, but they grant ongoing presence (agent + cron). always is false and the skill doesn't force-enable itself, but the installed agent will be able to run autonomously under OpenClaw policies.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ab-agents-memory
  3. After installation, invoke the skill by name or use /ab-agents-memory
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of AB-Agents-Memory, a long-term memory system for OpenClaw agents. - Manages entities (People, Companies, Topics) with automatic summary and linking features. - Integrates with Obsidian, providing ready-to-use vaults, templates, and scripts. - Includes the AB-Archivus agent for memory management tasks. - Supports nightly processing for automated data updates.
Metadata
Slug ab-agents-memory
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is AB Agents Memory?

๐Ÿง  Long-term memory system for OpenClaw agents. Manages entities, context, and knowledge base with Obsidian integration. By AB-Agents (Alex Burr). It is an AI Agent Skill for Claude Code / OpenClaw, with 56 downloads so far.

How do I install AB Agents Memory?

Run "/install ab-agents-memory" in the OpenClaw or Claude Code chat to install it in one step โ€” no extra setup required.

Is AB Agents Memory free?

Yes, AB Agents Memory is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does AB Agents Memory support?

AB Agents Memory is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created AB Agents Memory?

It is built and maintained by alexburrstudio (@alexburrstudio); the current version is v1.0.0.

๐Ÿ’ฌ Comments