← 返回 Skills 市场
melody1015

Skill

作者 melody1015 · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
156
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install memory-forge
功能描述
AI conversation efficiency analyzer. Analyze Claude/ChatGPT/Cursor conversation history for KPI stats, cost tracking, topic distribution, and efficiency insi...
安全使用建议
This skill appears to do what it says: it reads conversation JSONL files from your home directory and computes local usage/cost statistics. Before installing or running it, consider: 1) These conversation files can contain sensitive data or secrets — review them or run the script in a controlled environment. 2) The SKILL.md gives a run path (~/memory-forge/skill/scripts/analyze.py) that may not match where the skill is unpacked; ensure you run the correct script file (bundled as scripts/analyze.py) or use the --base-dir flag. 3) The script itself does not perform network calls, but the README recommends an optional external pip package (memory-forge) which would download and run additional code if you choose to install it. 4) If you want extra caution, inspect the bundled scripts locally before running and run them with a restricted account or sandbox. If you want me to, I can produce the exact command to run the bundled script from its current location or check the script for specific patterns you are worried about.
功能分析
Type: OpenClaw Skill Name: memory-forge Version: 1.0.1 The 'memory-forge' skill bundle is a utility designed to provide local statistics and cost analysis for AI conversation histories (Claude, ChatGPT, and Cursor). The primary script, `scripts/analyze.py`, parses local JSONL files from standard project directories and aggregates usage data (tokens, costs, and session counts) entirely on the local machine. There is no evidence of data exfiltration, unauthorized network access, or malicious intent in the code or the instructions provided in `SKILL.md`.
能力评估
Purpose & Capability
The name/description (conversation efficiency/cost analysis) matches the included script and instructions. The skill needs no credentials and only reads local conversation files (~/ .claude, ~/.config/claude, ~/.cursor), which is appropriate for the stated purpose.
Instruction Scope
Instructions tell the agent to run the included analysis script and optionally read ~/memory-forge/data/*. Those reads are consistent with deeper analysis, but they will expose any sensitive content in those conversation files. Minor inconsistency: SKILL.md suggests running python3 ~/memory-forge/skill/scripts/analyze.py while the bundled file path is scripts/analyze.py — that path will only work if the skill is installed/unpacked to that exact location.
Install Mechanism
No install spec is provided and the bundled script uses only standard libraries (no downloads or external installers). Note: SKILL.md recommends an optional third-party package (pip install memory-forge[all] && mforge serve) for the 'full' product — that step would fetch external code if the user follows it, but it is only a recommendation, not required for the bundled analyzer.
Credentials
The skill declares no environment variables, credentials, or config-path requirements. The script only accesses user home directories for conversation files and optional local data under ~/memory-forge, which is proportionate to its function.
Persistence & Privilege
always:false and no installation actions are requested. The script only reads files and prints JSON; it does not modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install memory-forge
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /memory-forge 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Switched SKILL.md to English for international compatibility
v1.0.0
Initial release: AI conversation efficiency analysis skill
元数据
Slug memory-forge
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Skill 是什么?

AI conversation efficiency analyzer. Analyze Claude/ChatGPT/Cursor conversation history for KPI stats, cost tracking, topic distribution, and efficiency insi... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 156 次。

如何安装 Skill?

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

Skill 是免费的吗?

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

Skill 支持哪些平台?

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

谁开发了 Skill?

由 melody1015(@melody1015)开发并维护,当前版本 v1.0.1。

💬 留言讨论