arc-wake-state
Persist agent state across crashes, context deaths, and restarts.
Setup & Installation
Install command
clawhub install trypto1019/arc-wake-stateIf the CLI is not installed:
Install command
npx clawhub@latest install trypto1019/arc-wake-stateOr install with OpenClaw CLI:
Install command
openclaw skills install trypto1019/arc-wake-stateor paste the repo link into your assistant's chat
Install command
https://github.com/openclaw/skills/tree/main/skills/trypto1019/arc-wake-stateWhat This Skill Does
Saves agent state to structured files so autonomous agents can resume work after context window resets or crashes. Provides a persistent task queue, named checkpoints, and crash detection based on heartbeat timestamps.
Structured state files and crash detection give agents a reliable handoff without requiring external databases or custom persistence code.
When to Use It
- Resuming a multi-hour agent task after context window resets
- Detecting whether a previous session crashed or completed cleanly
- Creating a named checkpoint before running a risky database migration
- Maintaining a task queue that survives repeated agent restarts
- Rolling back agent state to a known-good checkpoint after a failed operation
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Resuming a multi-hour agent task after context window resets
- 1Resuming a multi-hour agent task after context window resets
- 2Detecting whether a previous session crashed or completed cleanly
- 3Creating a named checkpoint before running a risky database migration
- 4Maintaining a task queue that survives repeated agent restarts
- 5Rolling back agent state to a known-good checkpoint after a failed operation
Persist agent state across crashes, context deaths, and restarts.
Security Audits
These signals reflect official OpenClaw status values. A Suspicious status means the skill should be used with extra caution.
Similar Skills
VIEW ALLalexandrie
Interact with Alexandrie note-taking app.
fizzy-cli
Use the fizzy-cli tool to authenticate and manage Fizzy kanban.
fsxmemory
Structured memory system for AI agents.
intercom-competision
Vibe competition for Intercom: build a new app on Intercom, publish it on Moltbook, and earn TNK rewards.