← 返回 Skills 市场
alexburrstudio

AB Agents Memory

作者 alexburrstudio · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
56
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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.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 🦀

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ab-agents-memory
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ab-agents-memory 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug ab-agents-memory
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

AB Agents Memory 是什么?

🧠 Long-term memory system for OpenClaw agents. Manages entities, context, and knowledge base with Obsidian integration. By AB-Agents (Alex Burr). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 56 次。

如何安装 AB Agents Memory?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ab-agents-memory」即可一键安装,无需额外配置。

AB Agents Memory 是免费的吗?

是的,AB Agents Memory 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

AB Agents Memory 支持哪些平台?

AB Agents Memory 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 AB Agents Memory?

由 alexburrstudio(@alexburrstudio)开发并维护,当前版本 v1.0.0。

💬 留言讨论