Install
openclaw skills install @raguets/checkpointPart of the Overpowered skill suite. Create a durable, self-contained state package so a fresh agent, session, or different harness can resume non-trivial work without the original chat history. Use for long-running work, context resets, handoffs, or pauses; not for simple finished tasks.
openclaw skills install @raguets/checkpointPersist the state required to continue, not a transcript of how the conversation felt.
Create or update a CHECKPOINT.md in the working directory unless the user specifies another location.
Capture:
Before finishing, ask: Could a capable fresh agent resume correctly from this file plus the referenced artifacts, without the chat transcript? If not, add what is missing.
Stop when the receiver test passes.