Install
openclaw skills install @wroadd/context-rescueCreate a thread-based recovery summary when an agent loses the thread. Read the relevant conversation and canonical files, summarize what was done, where it is documented, and what the real next step is, then write a compressed reorientation snapshot.
openclaw skills install @wroadd/context-rescueUse this skill when an agent is no longer fully sure where the work stands.
This is not for execution. This is for reorientation.
Use this skill when any of these are true:
Read back the full thread content and summarize what we have done so far, where the task is documented, and what the next step is. Do not go further, only produce this detailed summary.
state/HOLD.mdstate/ACTIVE.mdstate/DECISIONS.mdstate/CLOSED.md if presenttask_plan.mdnotes.mdstate/ORIENT.md.## Reorientation summary
### What we did so far
- ...
- ...
### Where it is documented
- `...`
- `...`
### Actual next step
- ...
### Not the next step
- ...
- ...
### Closure criteria
- ...
- ...
state/ORIENT.md format## Reorientation snapshot
**Thread / Context:** [which thread or task this is]
**What we did so far:**
- ...
- ...
**Where it is documented:**
- `state/ACTIVE.md`
- `projects/<slug>/task_plan.md`
- `projects/<slug>/notes.md`
**Actual next step:**
- ...
**Do not do instead:**
- ...
- ...
**Closure criteria:**
- ...
- ...
**Last updated:** YYYY-MM-DD HH:MM
Long threads can consume context and blur the real task. A short, canonical reorientation summary restores focus without pretending the work is done.