close
仓库创建 2025年7月25日最近提交 1 天前SkillHot 收录 6 小时前
▸ 精选理由
保证会话提交可重入且不重复,适合长期代理与记忆管理场景。
▸ 风险提示
会写入并修改持久化存储,需谨慎授权与备份。
这个 Skill 做什么
在 aigent-OS 中提交会话到持久化 vault 并创建可回溯的恢复点。
把当前会话的记忆提交到持久化 vault,生成一个可回溯的恢复点以便以后继续或回顾。在会话结束或需要保存进度时运行,确保重要状态不会丢失。要求可幂等:重试不会产生重复账本条目、胶囊或摘要,并且要注意 vault 根目录的安全性。
▸ 展开 SKILL.md 英文原文
Commit the session to durable vault memory and prepare a clean resume point
3.2k
Stars
441
Forks
40
仓库内 Skill
+72
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/davepoon/buildwithclaude/main/plugins/aigent-os/skills/close/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/davepoon/buildwithclaude/main/plugins/aigent-os/skills/close/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Session Close Run the aigent-OS end-of-session memory commit inline. The close must be idempotent: rerunning it after a partial failure must not duplicate ledger entries, capsules, or session summaries. All operator-owned durable state lives under `vault/`. Framework indexes such as `memory/SKILL_LEDGER.md` remain outside the vault and are not session memory. ## Preflight — vault-root safety check (runs before Step 0) `/close` performs broad writes across operator memory (session log, daily note, decision outcomes, ledgers, capsules, facts) and executes vault daemons. Before the first write or script run, verify the target is a real, configured aigent-OS vault. Never infer the vault f
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有