← Back to Skills Marketplace
blqbzf

Session Recovery

by blqbzf · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
161
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install session-recovery
Description
AI会话管理与优化系统。解决会话上下文限制问题,通过三级文档系统、自动化脚本和上下文压缩实现快速恢复。包含:STATUS.md快速索引、memory详细记录、自动更新脚本、上下文压缩策略、信息识别机制。适用于长期AI项目、多任务并行、需要高效会话恢复的场景。触发词:会话恢复、session recovery、上下...
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: session-recovery Version: 1.0.0 The session-recovery skill bundle is a productivity toolset designed to help an AI agent manage long-term project context through a structured documentation system. The included shell and Python scripts (e.g., new_daily_log.sh, update_status.sh, template_generator.py) perform standard local file operations such as creating templates, archiving old logs, and parsing markdown files for status updates. There is no evidence of data exfiltration, network activity, obfuscation, or malicious prompt injection; the system functions entirely as a local organizational utility for session optimization.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install session-recovery
  3. After installation, invoke the skill by name or use /session-recovery
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of session-recovery, an AI会话管理与优化系统 (AI session management and optimization system): - Implements a three-level documentation system (STATUS.md, QUICK_RECOVERY.md, memory logs) for fast, structured session context recovery. - Provides automated scripts for quick recovery, status update, daily logs, weekly archiving, and context compression. - Introduces context compression strategies to reduce session length by up to 90%, accelerating AI response and lowering API costs. - Integrates intelligent information recognition to preserve key decisions, constraints, and tasks, while removing redundant or non-essential data. - Designed for long-term AI projects, parallel multi-tasking, and scenarios requiring efficient session restoration.
Metadata
Slug session-recovery
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Session Recovery?

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

How do I install Session Recovery?

Run "/install session-recovery" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Session Recovery free?

Yes, Session Recovery is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Session Recovery support?

Session Recovery is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Session Recovery?

It is built and maintained by blqbzf (@blqbzf); the current version is v1.0.0.

💬 Comments