Session Recovery

v1.0.0

AI会话管理与优化系统。解决会话上下文限制问题,通过三级文档系统、自动化脚本和上下文压缩实现快速恢复。包含:STATUS.md快速索引、memory详细记录、自动更新脚本、上下文压缩策略、信息识别机制。适用于长期AI项目、多任务并行、需要高效会话恢复的场景。触发词:会话恢复、session recovery、上下...

0· 115·0 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the delivered files: scripts and docs implement a three-tier doc system, compression guidance, and local automation. No unrelated credentials, binaries, or external services are requested.
Instruction Scope
Runtime instructions and scripts operate on local files (STATUS.md, memory/*.md) which is consistent with the stated purpose. Notes: SKILL.md and README reference helper scripts (compress_context.sh, export_conversation.sh, conversation_logger.py) that are not present; the design also encourages discarding full conversation text after summarization—this is an intentional data-loss tradeoff rather than exfiltration, but users should be aware.
Install Mechanism
Instruction-only install (no network downloads). Files are simple shell/Python scripts included in the bundle—no remote installs or extracted archives. Low installation risk.
Credentials
The skill requires no environment variables, no credentials, and no config paths. Scripts only read/write local files inside the project directory; requested access is proportional to the stated purpose.
Persistence & Privilege
always:false and no special privileges requested. Scripts create/update local docs and archives only; nothing modifies other skills or system-wide config.
Assessment
This skill appears to do what it claims (local session-summary and recovery). Before installing or running: 1) Inspect the scripts yourself—there are no hidden network calls, but the scripts will read, write, move, and archive files under the repo (memory/, STATUS.md). 2) Note missing referenced utilities: SKILL.md/README mention compress_context.sh and export_conversation.sh (and an example conversation logger) that are not included—if you rely on those features you'll need to implement them. 3) weekly_archive.sh will move *.md files older than 7 days into an archive directory—make backups if you need immediate access to older records. 4) update_status.sh and new_daily_log.sh use sed -i '' which is macOS/BSD sed syntax and may fail on some Linux systems; test in a safe folder first. 5) The system intentionally discards full conversation text (keeps summaries); if you need full audit logs, add/implement the export/logger scripts before relying on automatic compression. 6) If you plan to integrate these scripts into Git hooks or cron, review and test the hook/cron commands locally to avoid unexpected runs. Overall risk is operational (data-loss/portability), not credential exfiltration or remote code execution.

Like a lobster shell, security has layers — review code before you run it.

latestvk9719b96e4j0ytc10zbtb3bck983by1s

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments