← 返回 Skills 市场
Restart Task Recovery
作者
SwiftKing100
· GitHub ↗
· v1.0.0
· MIT-0
304
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install restart-task-recovery - 安装完成后,直接呼叫该 Skill 的名称或使用
/restart-task-recovery触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial public release: V1-V6 restart recovery workflow with checkpointing, resume planning, risk gating, execution plan generation, and smoke test script.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 304 次。
如何安装 Restart Task Recovery?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install restart-task-recovery」即可一键安装,无需额外配置。
Restart Task Recovery 是免费的吗?
是的,Restart Task Recovery 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Restart Task Recovery 支持哪些平台?
Restart Task Recovery 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Restart Task Recovery?
由 SwiftKing100(@swiftking100)开发并维护,当前版本 v1.0.0。
推荐 Skills