AB Agents Memory

v1.0.0

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

โญ 1ยท 51ยท0 currentยท0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for alexburrstudio/ab-agents-memory.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "AB Agents Memory" (alexburrstudio/ab-agents-memory) from ClawHub.
Skill page: https://clawhub.ai/alexburrstudio/ab-agents-memory
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install ab-agents-memory

ClawHub CLI

Package manager switcher

npx clawhub@latest install ab-agents-memory
Security Scan
VirusTotalVirusTotal
Benign
View report โ†’
OpenClawOpenClaw
Benign
high confidence
โœ“
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.
Assessment
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.

Like a lobster shell, security has layers โ€” review code before you run it.

latestvk97asf0vfjtwy6587bn31nwy5h85kja3
51downloads
1stars
1versions
Updated 2d ago
v1.0.0
MIT-0

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

Comments

Loading comments...