← 返回 Skills 市场
tevfikgulep

Memory Analyzer

作者 TevfikGulep · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
784
总下载
0
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install memory-analyzer
功能描述
Analyzes conversation history, extracts user preferences and feedback, updates memory files automatically.
安全使用建议
This skill appears to do what it says: read session transcripts and update memory files. Before installing, consider the privacy implications — memory files can contain sensitive data (phone numbers, account IDs, etc.). Recommended precautions: 1) Inspect and sanitize existing sessions/ transcripts to remove PII you don't want persisted, 2) run the analyzer in a safe environment first and review its proposed changes before allowing automatic writes, 3) restrict filesystem permissions on MEMORY.md / USER.md / other memory files, 4) add explicit prompting or a review step to the SKILL.md (or modify analyzer.py) so updates require human approval, and 5) audit any memory files the skill creates for accidental secrets (API keys, tokens). If you need help adapting the skill to require manual approval or to redact PII automatically, I can suggest code changes.
功能分析
Type: OpenClaw Skill Name: memory-analyzer Version: 1.0.0 The `analyzer.py` script and `SKILL.md` instructions are benign, performing only local text generation and printing without malicious intent or prompt injection. However, the `memory_analyzer_output.json` file, included in the skill bundle, contains sensitive personal and operational information such as a WhatsApp number, Telegram ID, internal script names, and details about API issues. While the provided Python code does not actively exfiltrate this data, its presence in the bundle constitutes an unintentional information disclosure risk, making the overall skill package suspicious due to this operational security oversight.
能力评估
Purpose & Capability
The name/description (analyze conversation history and update memory files) match the SKILL.md and the included analyzer.py. Required resources (none) are proportionate to the stated purpose; no unrelated credentials, binaries, or external services are requested.
Instruction Scope
SKILL.md explicitly instructs the agent to read conversation history from sessions/ and to automatically update memory files (MEMORY.md, USER.md, AGENTS.md, IDENTITY.md, SOUL.md). That behavior is coherent for the stated purpose but broad: it grants the skill access to all stored session transcripts and gives it autonomy to modify persistent memory files. No sanitization, consent, or retention policy is described.
Install Mechanism
There is no install spec (instruction-only), and the shipped analyzer.py is a small local script with no downloads or external install steps. This is low-risk from an install/network-execution perspective.
Credentials
The skill requires no environment variables, credentials, or config paths. That is proportionate. Note: the included memory_analyzer_output.json contains personal identifiers (E.164 phone number and a Telegram id) drawn from example data — the presence of PII in outputs is a privacy concern but not an inconsistency with the skill's purpose.
Persistence & Privilege
The skill is not always-enabled and can be invoked by the user (default autonomy is allowed). It will write updates to memory files automatically when run, which is normal for a memory-updating tool but increases the risk of persistent storage of sensitive content. It does not request elevated system-wide privileges or modify other skills' configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install memory-analyzer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /memory-analyzer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Analyzes conversation history to enhance memory management. - Extracts user preferences and feedback from chat sessions. - Automatically updates memory files (MEMORY.md, AGENTS.md, USER.md, IDENTITY.md, SOUL.md) with insights. - Triggered by user feedback or preference statements. - Uses Google Gemini 3 Flash Preview model by default.
元数据
Slug memory-analyzer
版本 1.0.0
许可证
累计安装 3
当前安装数 3
历史版本数 1
常见问题

Memory Analyzer 是什么?

Analyzes conversation history, extracts user preferences and feedback, updates memory files automatically. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 784 次。

如何安装 Memory Analyzer?

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

Memory Analyzer 是免费的吗?

是的,Memory Analyzer 完全免费(开源免费),可自由下载、安装和使用。

Memory Analyzer 支持哪些平台?

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

谁开发了 Memory Analyzer?

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

💬 留言讨论