← 返回 Skills 市场
albionaiinc-del

Agent Reflective Memory

作者 albionaiinc-del · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
129
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install agent-reflective-memory
功能描述
AI-powered memory system that compresses, reflects on, and retrieves past agent actions to improve long-term autonomous decision-making.
使用说明 (SKILL.md)

Agent Reflective Memory

A self-improving memory engine that uses AI to compress, reflect on, and retrieve past agent actions and decisions, enabling smarter long-term autonomy—critical for developers building persistent AI agents.

Usage

# Store an agent's experience
python agent_reflective_memory.py store \
  --context "User asked for weekly sales summary" \
  --action "Queried SQL database and generated markdown report" \
  --result "Report delivered successfully"

# Generate AI-powered reflections on old experiences
python agent_reflective_memory.py reflect

# Search for past failures in navigation
python agent_reflective_memory.py query "navigation failed"

# View memory statistics
python agent_reflective_memory.py stats

Price

$4.99

安全使用建议
This skill appears to do what it claims and has no network/callouts or secret requirements, but take these precautions before installing: 1) Fix the filename mismatch—SKILL.md references agent_reflective_memory.py while the included script is tool.py (run `python tool.py ...` or rename the file). 2) Review the code yourself; it writes memories to memory_store.json in the current directory—ensure this file is stored securely (permissions, encryption) and do not store secrets in experiences. 3) The LLM integration is mocked; if you replace it with a real API, you'll need to add/secure API credentials. 4) Test in an isolated environment before giving it access to production agents. If you want higher assurance, ask the publisher for a README matching filenames and for details about how memory is protected at rest.
功能分析
Type: OpenClaw Skill Name: agent-reflective-memory Version: 1.0.0 The skill implements a local memory management system for AI agents to store, reflect on, and query past actions. The code in tool.py uses standard Python libraries to manage a local JSON file (memory_store.json) and contains no network calls, shell execution, or evidence of data exfiltration. The logic is fully aligned with the stated purpose in SKILL.md and lacks any high-risk behaviors.
能力评估
Purpose & Capability
Name/description (reflective memory for agents) matches the provided code: local store, summarization/reflection, query and stats functionality. No unrelated credentials, binaries, or cloud access are requested.
Instruction Scope
SKILL.md usage examples call python agent_reflective_memory.py, but the repository contains tool.py (whose internal docstring also references agent_reflective_memory.py). This filename mismatch will cause user confusion or runtime failures unless the file is renamed or the command adjusted. Aside from that, the instructions do not ask the agent to read unrelated system files or exfiltrate data.
Install Mechanism
No install spec provided (instruction-only with an included script). No downloads, package installs, or external installers are used, so the install risk is low.
Credentials
The skill requires no environment variables or external credentials, which is proportional. However, it persists experiences to memory_store.json in the current working directory: those stored entries may contain sensitive user data or secrets if the agent logs such content. Users should treat stored memories as potentially sensitive and protect/encrypt or avoid storing secrets.
Persistence & Privilege
always is false and the skill does not request elevated or persistent platform-wide privileges. It only reads/writes its own persistence file (memory_store.json) and does not modify other skills or system-wide agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install agent-reflective-memory
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /agent-reflective-memory 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Agent Reflective Memory 1.0.0 - Initial release of a self-improving memory engine for persistent AI agents. - Features AI-powered compression, reflection, and retrieval of agent experiences. - Command-line interface for storing, reflecting, querying, and viewing memory statistics. - Supports experience search (e.g., query for failures) and summarization. - Aimed at developers building long-term autonomous agents.
元数据
Slug agent-reflective-memory
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Agent Reflective Memory 是什么?

AI-powered memory system that compresses, reflects on, and retrieves past agent actions to improve long-term autonomous decision-making. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 129 次。

如何安装 Agent Reflective Memory?

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

Agent Reflective Memory 是免费的吗?

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

Agent Reflective Memory 支持哪些平台?

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

谁开发了 Agent Reflective Memory?

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

💬 留言讨论