← 返回 Skills 市场
yxjsxy

Memory (AgentMemo)

作者 Karl Yang · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
107
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (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
安全使用建议
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install memory-agentmemo
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /memory-agentmemo 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release: AgentMemo external memory plugin for OpenClaw. Supports semantic search and auto-capture via self-hosted AgentMemo server.
元数据
Slug memory-agentmemo
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 107 次。

如何安装 Memory (AgentMemo)?

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

Memory (AgentMemo) 是免费的吗?

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

Memory (AgentMemo) 支持哪些平台?

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

谁开发了 Memory (AgentMemo)?

由 Karl Yang(@yxjsxy)开发并维护,当前版本 v0.1.0。

💬 留言讨论