← Back to Skills Marketplace
yxjsxy

Memory (AgentMemo)

by Karl Yang · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
107
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install memory-agentmemo
Description
OpenClaw external memory plugin for AgentMemo. Enables semantic memory search and auto-capture via a self-hosted AgentMemo server. Install to use AgentMemo a...
README (SKILL.md)

Memory (AgentMemo)

External memory plugin for OpenClaw that delegates semantic memory storage and retrieval to a self-hosted AgentMemo server.

Install

openclaw install @openclaw/memory-agentmemo

Or via ClawHub:

clawhub install memory-agentmemo

Configuration

In your openclaw.json, add the plugin config:

{
  "plugins": {
    "memory-agentmemo": {
      "serverUrl": "http://localhost:8000",
      "apiKey": "your-api-key",
      "userId": "karl"
    }
  }
}

Config Options

Field Required Description
serverUrl AgentMemo HTTP server URL
apiKey API key if your server requires auth
userId User ID for memory namespacing
autoCapture Auto-capture memories from conversations (default: false)
autoRecall Auto-inject relevant memories into context (default: true)

AgentMemo Server

Run your own AgentMemo server: https://github.com/agentmemo/agentmemo

pip install agentmemo
agentmemo server --port 8000
Usage Guidance
This plugin behaves as advertised: it stores and retrieves semantic memories from an AgentMemo HTTP service. Before installing, verify you trust the target serverUrl (prefer a localhost/self‑hosted instance) because captured conversation text can be transmitted there when autoCapture is enabled. If you don't want user messages sent remotely, leave autoCapture disabled (default: false) and consider running an AgentMemo server locally. If you configure values using ${ENV_VAR}, ensure those environment variables are set (the code will throw if a referenced env var is missing). Review the repository URL and source (package.json points to a GitHub repo) and confirm you are comfortable with its provenance before using a remote server for sensitive data.
Capability Assessment
Purpose & Capability
Name/description match the code and SKILL.md: the plugin connects to an AgentMemo HTTP server (serverUrl, optional apiKey, optional userId) and implements search/add/health and auto-recall/auto-capture hooks. No unrelated environment variables or binaries are requested.
Instruction Scope
SKILL.md and code are aligned: the plugin will inject retrieved memories into context before an agent turn and (if enabled) will analyze user messages after conversations and POST captured snippets to the configured AgentMemo server. This is expected functionality for a memory plugin, but it means user conversation text may be transmitted to the configured server.
Install Mechanism
There is no external download/install script in the skill bundle. The package.json lists an npm spec for normal installation via OpenClaw/ClawHub. Nothing in the manifest points to arbitrary remote archives or shorteners.
Credentials
No required credentials are declared. An API key is optional and reasonable for authenticated AgentMemo instances. However, conversation content can be sent to the configured server (especially when autoCapture is enabled), so providing a remote serverUrl implicitly grants that server access to any captured messages.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system settings. It registers normal lifecycle hooks (before_agent_start, agent_end) appropriate for a memory provider.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install memory-agentmemo
  3. After installation, invoke the skill by name or use /memory-agentmemo
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release: AgentMemo external memory plugin for OpenClaw. Supports semantic search and auto-capture via self-hosted AgentMemo server.
Metadata
Slug memory-agentmemo
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Memory (AgentMemo)?

OpenClaw external memory plugin for AgentMemo. Enables semantic memory search and auto-capture via a self-hosted AgentMemo server. Install to use AgentMemo a... It is an AI Agent Skill for Claude Code / OpenClaw, with 107 downloads so far.

How do I install Memory (AgentMemo)?

Run "/install memory-agentmemo" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Memory (AgentMemo) free?

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

Which platforms does Memory (AgentMemo) support?

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

Who created Memory (AgentMemo)?

It is built and maintained by Karl Yang (@yxjsxy); the current version is v0.1.0.

💬 Comments