← 返回 Skills 市场
albionaiinc-del

Agent Memory Reflector

作者 albionaiinc-del · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
76
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install agent-memory-reflector
功能描述
Enables AI agents to review past decisions, identify reasoning loops, and produce insights for self-improvement to enhance their cognitive processes.
使用说明 (SKILL.md)

Agent Memory Reflector

A minimal, embeddable reflection engine that gives AI agents the ability to examine their own past decisions, detect reasoning loops, and generate actionable self-improvement insights—like a debugger for agent cognition.

Usage

Log an agent interaction:

python agent_memory_reflector.py --agent "task_planner_v3" \
  --prompt "How should I deploy the microservice?" \
  --response "You can use Kubernetes with Helm." \
  --meta '{"confidence":0.8, "retrieved_context":true}'

Generate a reflection report:

python agent_memory_reflector.py --agent "task_planner_v3" --reflect

Price

$29.00

安全使用建议
This skill appears to be what it claims: a small local reflection logger/analyzer. Before installing: - Expect it to store full prompts, responses, and supplied metadata in plaintext under .agent_memory in the working directory; do not run it where prompts/responses contain secrets you cannot store. - The SKILL.md references agent_memory_reflector.py but the provided file is tool.py—verify filenames before running and inspect the source (tool.py) yourself. - There are no network calls or credential requests in the code, which reduces exfiltration risk; nevertheless, review the code if you will run it on sensitive data. - If you need privacy: modify the code to encrypt logs, change the storage path, or sanitize/redact sensitive fields before logging; consider running the skill inside an isolated container or environment. - The listed price ($29) in SKILL.md is unrelated to technical behavior; verify licensing/purchase outside this package if relevant.
功能分析
Type: OpenClaw Skill Name: agent-memory-reflector Version: 1.0.0 The Agent Memory Reflector is a legitimate utility for logging and analyzing AI agent interactions locally. The code (tool.py) uses standard Python libraries to store interaction history in a local directory (.agent_memory) and provides basic pattern detection for reasoning loops or uncertainty, with no evidence of network activity, data exfiltration, or malicious execution.
能力评估
Purpose & Capability
The name and description (reflect on past decisions, detect loops, generate suggestions) match the provided implementation: a small local logger/analyzer that writes to .agent_memory and produces reflection reports. Minor inconsistencies in bookkeeping names: SKILL.md examples call python agent_memory_reflector.py while the included script is tool.py (module docstring/header also uses a different filename/version), but this looks like sloppy naming rather than malicious mismapping.
Instruction Scope
Runtime instructions and the CLI usage map to the code. The tool logs entire prompts/responses and metadata to a local .agent_memory/memory.jsonl and writes reflection reports to .agent_memory/reflections.jsonl. The instructions do not ask the agent to read unrelated system files or environment variables. Note: storing full prompts/responses may persist sensitive data and the SKILL.md does not warn about that.
Install Mechanism
There is no external install script or downloads—no network fetches or archive extraction. The skill is delivered as source (tool.py) and will run locally. No package managers or remote URLs are used.
Credentials
The skill declares no required environment variables, credentials, or config paths and the code does not access env vars or external services. This is proportionate to its stated purpose. The only resource it uses is the local filesystem (a directory named .agent_memory).
Persistence & Privilege
The skill does persistent local storage in .agent_memory and appends logs/reports there. It does not set always:true and does not modify system/other-skill configs. Be aware that if an agent invokes this skill autonomously, it could cause repeated writes of conversation history without additional prompts.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install agent-memory-reflector
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /agent-memory-reflector 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of Agent Memory Reflector. - Enables AI agents to review past decisions and identify reasoning loops. - Generates actionable self-improvement insights for agents. - Simple logging and reflection workflow via command line. - Designed for easy embedding and minimal setup.
元数据
Slug agent-memory-reflector
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Agent Memory Reflector 是什么?

Enables AI agents to review past decisions, identify reasoning loops, and produce insights for self-improvement to enhance their cognitive processes. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 76 次。

如何安装 Agent Memory Reflector?

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

Agent Memory Reflector 是免费的吗?

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

Agent Memory Reflector 支持哪些平台?

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

谁开发了 Agent Memory Reflector?

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

💬 留言讨论