← Back to Skills Marketplace
236
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install memory-hamster
Description
Agent 记忆进化系统 - 温度模型 + 自动归档 + 学习记录 + 技能提炼。让 AI 每天变得更聪明。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install memory-hamster - After installation, invoke the skill by name or use
/memory-hamster - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- 改进技能描述和文档表述,使其面向更广泛的 Agent 使用场景
- 修改作者为 OpenClaw Community,加强社区归属感
- 将脚本与目录命名统一为 memory-hamster(原为 vv-evolution),路径调整更简洁
- 关键词和 emoji 新增适应性,提升识别度
- 部分说明中的角色由“哥哥/vv”标准化为“用户/Agent”
- 优化了 Cron 配置示例与文档指引,使安装与集成更清晰
v1.0.0
初始版本发布 - 仓鼠记忆进化系统
Metadata
Frequently Asked Questions
What is Memory Hamster?
Agent 记忆进化系统 - 温度模型 + 自动归档 + 学习记录 + 技能提炼。让 AI 每天变得更聪明。 It is an AI Agent Skill for Claude Code / OpenClaw, with 236 downloads so far.
How do I install Memory Hamster?
Run "/install memory-hamster" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Memory Hamster free?
Yes, Memory Hamster is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Memory Hamster support?
Memory Hamster is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Memory Hamster?
It is built and maintained by Tomor1984 (@tomor1984); the current version is v1.0.1.
More Skills