📦 Session Wrap-Up — 技能工具

v1.0.0

[自动翻译] Wrap up a conversation session before starting a new one. Use when the user says "wrap up", "wrap up this conversation", "session wrap up", or uses /s...

0· 2.2k·13 当前·15 累计
by @branexp·MIT-0
下载技能包
License
MIT-0
最后更新
2026/4/11
0
安全扫描
VirusTotal
可疑
查看报告
OpenClaw
可疑
medium confidence
The instructions match a session wrap-up purpose, but the skill lacks safeguards (ambiguous workspace, automatic git push, and model-invocable behavior) that could cause unwanted commits or data exfiltration.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/2/6

Initial release

可疑

安装命令

点击复制
官方npx clawhub@latest install session-wrap-up
🇨🇳 镜像加速npx clawhub@latest install session-wrap-up --registry https://cn.longxiaskill.com

技能文档

End-of-session protocol to preserve context and ensure continuity between sessions.

When Triggered

Run this protocol when the user indicates they want to wrap up the current session before starting a new one.

Protocol Steps

Execute these steps in order:

1. Flush to Daily Log

Write to memory/YYYY-MM-DD.md (create if doesn't exist):

  • Key topics discussed in this session
  • Decisions made
  • Commands, configs, or code that worked
  • Problems solved and how they were solved
  • Any gotchas or lessons learned

2. Update Long-Term Memory

If significant learnings occurred, update MEMORY.md:

  • New user preferences discovered
  • Important lessons learned
  • Long-term decisions made
  • Workflow changes

3. Update PARA Notes

Check and update the PARA structure in notes/ (or memory/notes/):

  • Open loops (notes/areas/open-loops.md): Add new unfinished items, mark completed items with ✅
  • Projects (notes/projects/): Update progress on active projects
  • Areas (notes/areas/): Add new ongoing responsibilities
  • Resources (notes/resources/): Add new reference material, how-tos

4. Commit Changes

cd 
git add -A
git status
git commit -m "wrap-up: YYYY-MM-DD session summary"
git push

Notes:

  • The wrap-up git push is automatic (no confirmation prompt).
  • If git push fails, report the error and leave the commit locally.

5. Report Summary

Provide a brief summary to the user:

  • What was captured
  • Files updated
  • Any items that need follow-up next session
  • Confirmation that changes were committed (and pushed, if successful)

Example Output

## Session Wrap-Up Complete ✅

Captured to daily log:

  • Configured PARA second brain
  • Fixed vector indexing for notes
  • Set up weekly memory review cron

Updated:

  • MEMORY.md: Added memory system learnings
  • notes/areas/open-loops.md: Marked .gitignore task complete

Committed: wrap-up: 2026-01-30 session summary

Follow-up next session:

  • Check LanceDB autoCapture setting
  • Consider morning briefing cron

Ready for new session! ⚡

Notes

  • Always create the daily log file if it doesn't exist
  • Use the current date for filenames and commit messages
  • Keep summaries concise but complete
  • Include the ⚡ emoji at the end (GigaBot signature)
数据来源:ClawHub ↗ · 中文优化:龙虾技能库