← Back to Skills Marketplace
Context Recovery
by
Jonathan Rhyne
· GitHub ↗
· v1.2.2
5501
Downloads
3
Stars
39
Active Installs
6
Versions
Install in OpenClaw
/install context-recovery
Description
Automatically recover working context after session compaction or when continuation is implied but context is missing. Works across Discord, Slack, Telegram,...
Usage Guidance
Install this only where it is acceptable for the agent to inspect recent channel and session history when context appears missing. Avoid enabling it in highly sensitive channels unless platform history permissions are tightly scoped, and decline any optional memory caching unless you have reviewed the recovered summary.
Capability Analysis
Type: OpenClaw Skill
Name: context-recovery
Version: 1.2.2
The OpenClaw AgentSkills 'context-recovery' skill bundle is classified as benign. Its purpose is to recover conversational context using internal platform APIs (`message:read`, `sessions_list`, `sessions_history`). The `SKILL.md` explicitly defines and reiterates safety boundaries, stating it does NOT perform broad filesystem scans, does NOT send recovered context to external services, and does NOT write to disk without explicit user consent. There is no evidence of malicious intent, such as data exfiltration, unauthorized execution of shell commands, persistence mechanisms, or prompt injection attempts to bypass security controls or user intent.
Capability Assessment
Purpose & Capability
The purpose is context recovery, and the requested channel/session history access directly supports that purpose, but it may expose sensitive prior messages.
Instruction Scope
Automatic and manual triggers are broad, including continuation phrases, but the artifact discloses them and caps channel reads at 100 messages and session history at 80 messages.
Install Mechanism
The artifact is instruction-only with SKILL.md and _meta.json; there are no install scripts, package execution hooks, or bundled code files.
Credentials
The skill uses platform/session APIs and explicitly avoids broad filesystem scans, shell glob searches, external services, and default disk writes; messaging-platform permissions should still be scoped carefully.
Persistence & Privilege
Persistence is disabled by default, and the instructions require explicit user consent before caching recovered context to memory or writing state.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install context-recovery - After installation, invoke the skill by name or use
/context-recovery - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.2
Scanner hardening: add provenance fields, align _meta version, keep API-only recovery scope and consent-based persistence
v1.2.1
Hardening correction: publish API-first recovery instructions and openclaw metadata (fix previous publish path mismatch)
v1.2.0
Hardening pass: switch to openclaw metadata, remove broad filesystem/shell scan instructions, enforce API-first context recovery and consent-based persistence
v1.1.0
Fix suspicious flag: declare required bins (jq, rg, grep), add Safety Boundaries section documenting file access scope
v1.0.1
Fix: populate summary/description on ClawHub listing
v1.0.0
Initial release: Auto-recover context after session compaction. Adaptive depth fetching, thread-aware recovery, memory caching.
Metadata
Frequently Asked Questions
What is Context Recovery?
Automatically recover working context after session compaction or when continuation is implied but context is missing. Works across Discord, Slack, Telegram,... It is an AI Agent Skill for Claude Code / OpenClaw, with 5501 downloads so far.
How do I install Context Recovery?
Run "/install context-recovery" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Context Recovery free?
Yes, Context Recovery is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Context Recovery support?
Context Recovery is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Context Recovery?
It is built and maintained by Jonathan Rhyne (@jdrhyne); the current version is v1.2.2.
More Skills