Auto-Updater Skill
一个面向 Other 场景的 Agent 技能。原始说明:Automatically update Clawdbot and all installed skills once daily. Runs via cron, checks for updates, applies them, and messages the user with a summary of what changed.
name: memory-shrink
description: 当 context 使用率超过 75% 时自动存档记忆,释放空间。适用于:用户要求"记忆瘦身"、"清理 context"、或收到 heartbeat 告警时触发。
当 context 使用率超过阈值时自动存档,释放空间。
运行 session_status 获取 context 比例。
| 使用率 | 动作 |
|--------|------|
| > 90% | 强制存档,跳过所有其他操作 |
| 75-90% | 存档非必要记忆,继续工作 |
| < 75% | 正常工作 |
调用 memory_search 查找可删除内容,然后更新 memory 文件。
以下内容必须保留:
以下内容可删除:
参考 scripts/shrink.sh 执行存档。
完成后汇报: