← Back to Skills Marketplace
Restart Task Recovery
by
SwiftKing100
· GitHub ↗
· v1.0.0
· MIT-0
304
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install restart-task-recovery
Description
Preserve and resume in-progress multi-agent work across OpenClaw config patch/apply restarts. Use when a restart is required during active tasks, when users...
Usage Guidance
This skill appears coherent and is designed to be a safe helper for resuming interrupted agent sessions, but review these before installing:
- Confirm 'sessions_list', 'sessions_history', and 'sessions_send' are the legitimate platform tooling you expect — the scripts generate payloads that rely on those tools.
- Check that checkpoint files (memory/restart-checkpoints) do not contain sensitive secrets or PII you don't want persisted; control access and retention of that directory.
- The pre-resume verifier flags messages with words like 'retry', 'write', 'create', 'update', 'delete', 'payment', 'transfer' as high risk — verify that the manual confirmation workflow is enforced in your environment before auto-sending any held actions.
- Test in a staging environment to ensure resume messages are idempotent and that automated 'send' actions don't trigger unwanted external writes.
If you want greater assurance, run a code review of the scripts in your environment and validate that sessions_send calls behave safely under your policies.
Capability Analysis
Type: OpenClaw Skill
Name: restart-task-recovery
Version: 1.0.0
The skill bundle provides a legitimate framework for checkpointing and resuming multi-agent tasks during system restarts. It includes safety features like 'pre_resume_verify.py' to flag potentially non-idempotent actions (e.g., 'delete', 'transfer') for manual confirmation, and the scripts (e.g., 'build_checkpoint.py', 'recover_from_latest_checkpoint.py') are focused on structured data processing and local state management without evidence of malicious intent or data exfiltration.
Capability Assessment
Purpose & Capability
Name/description promise (preserve and resume multi-agent work across restarts) aligns with provided scripts and instructions: checkpoint building, parsing, verification, and generating send actions for sessions_send. No unrelated env vars, binaries, or config paths are requested.
Instruction Scope
SKILL.md instructs only local checkpoint creation (memory/restart-checkpoints), parsing, verifying, and sending resume messages via the platform tool names (sessions_list, sessions_history, sessions_send). It does not instruct reading unrelated system files or exporting data to external endpoints. The pre-resume verifier intentionally flags potentially non-idempotent messages for manual confirmation.
Install Mechanism
Instruction-only skill with no install spec. Provided scripts are small, local Python/Bash utilities that perform file I/O and JSON processing. No downloads or archive extraction are used.
Credentials
No environment variables, credentials, or config paths are required. Scripts do minimal local file and optional TMPDIR use. There are no requests for unrelated secrets or cloud credentials.
Persistence & Privilege
Skill is not always-enabled and allows model invocation (normal). It writes its own checkpoint files under memory/restart-checkpoints (expected for its purpose) and does not modify other skills or global agent settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install restart-task-recovery - After installation, invoke the skill by name or use
/restart-task-recovery - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial public release: V1-V6 restart recovery workflow with checkpointing, resume planning, risk gating, execution plan generation, and smoke test script.
Metadata
Frequently Asked Questions
What is Restart Task Recovery?
Preserve and resume in-progress multi-agent work across OpenClaw config patch/apply restarts. Use when a restart is required during active tasks, when users... It is an AI Agent Skill for Claude Code / OpenClaw, with 304 downloads so far.
How do I install Restart Task Recovery?
Run "/install restart-task-recovery" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Restart Task Recovery free?
Yes, Restart Task Recovery is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Restart Task Recovery support?
Restart Task Recovery is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Restart Task Recovery?
It is built and maintained by SwiftKing100 (@swiftking100); the current version is v1.0.0.
More Skills