← 返回 Skills 市场
236
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install memory-hamster
功能描述
Agent 记忆进化系统 - 温度模型 + 自动归档 + 学习记录 + 技能提炼。让 AI 每天变得更聪明。
安全使用建议
This skill appears to implement exactly what it says: local memory management, archiving, nightly reflections, a local semantic search, and a helper to scaffold skills. Before installing or enabling cron jobs:
- Review the scripts (memory-gc.sh, nightly-reflection.sh, extract-skill.sh, search-memory.cjs) to confirm the target WORKSPACE path is correct so they don't move files you care about.
- Run scripts in dry-run modes where provided (memory-gc.sh and extract-skill.sh support dry-run) or run them manually first to observe behavior.
- Back up your existing workspace/memory/ files if you have important notes; GC will move >30-day .md files into .archive (not deleted but moved).
- search-memory.cjs requires Node (package.json requests node >=16); ensure runtime compatibility.
- The package metadata references external hosts but the skill's published source/homepage are unclear—if provenance matters to you, obtain the upstream repository or author verification before enabling automated runs.
Overall this is internally consistent and does not request secrets or network access, but it performs filesystem changes so review and test locally before making it run automatically.
功能分析
Type: OpenClaw Skill
Name: memory-hamster
Version: 1.0.1
The memory-hamster bundle is a memory management and self-evolution system for AI agents. It provides scripts (memory-gc.sh, nightly-reflection.sh, search-memory.cjs) to archive old logs, generate daily reflections, and perform keyword-based searches across the agent's workspace. The scripts use standard system utilities and include basic security checks, such as path traversal validation in extract-skill.sh, and there is no evidence of data exfiltration, malicious execution, or harmful prompt injection.
能力评估
Purpose & Capability
Name/description (memory evolution, archive, search, skill extraction) match the included scripts and templates. The scripts implement temperature-based archiving, nightly reflection, semantic search over local markdown, and skill scaffolding—these are expected for the stated purpose.
Instruction Scope
SKILL.md and scripts instruct the agent (and operators) to read and update files under a workspace (default: $HOME/.openclaw/workspace). That is within scope for a memory-management skill, but the instructions and scripts will create, update and move .md files (including moving >30-day logs into .archive). Users should be aware this modifies local data and that cron installation is recommended by the README.
Install Mechanism
No install spec / remote downloads. This is an instruction + local script bundle; nothing is fetched from external URLs and no archives are extracted. Risk from install mechanism is low.
Credentials
The skill declares no required env vars or credentials. Scripts optionally use WORKSPACE or HOME to locate files but do not request secrets, network tokens, or unrelated credentials—access requests are proportionate to file-management functionality.
Persistence & Privilege
always is false and model invocation defaults are unchanged. The skill only writes under the workspace and creates skill scaffolds under ./skills; it does not modify other skills or system-wide config. Cron setup is recommended but optional—be deliberate before enabling.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install memory-hamster - 安装完成后,直接呼叫该 Skill 的名称或使用
/memory-hamster触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- 改进技能描述和文档表述,使其面向更广泛的 Agent 使用场景
- 修改作者为 OpenClaw Community,加强社区归属感
- 将脚本与目录命名统一为 memory-hamster(原为 vv-evolution),路径调整更简洁
- 关键词和 emoji 新增适应性,提升识别度
- 部分说明中的角色由“哥哥/vv”标准化为“用户/Agent”
- 优化了 Cron 配置示例与文档指引,使安装与集成更清晰
v1.0.0
初始版本发布 - 仓鼠记忆进化系统
元数据
常见问题
Memory Hamster 是什么?
Agent 记忆进化系统 - 温度模型 + 自动归档 + 学习记录 + 技能提炼。让 AI 每天变得更聪明。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 236 次。
如何安装 Memory Hamster?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install memory-hamster」即可一键安装,无需额外配置。
Memory Hamster 是免费的吗?
是的,Memory Hamster 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Memory Hamster 支持哪些平台?
Memory Hamster 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Memory Hamster?
由 Tomor1984(@tomor1984)开发并维护,当前版本 v1.0.1。
推荐 Skills