Install
openclaw skills install safe-long-run-mode-gpt54-claudeOperate long-running AI tasks safely across GPT-5.4 and Claude by using model selection rules, phased execution, checkpoints, resumable workflows, API throttling discipline, and subagent isolation. Use when a task may run for a while, touch multiple files/systems, involve external APIs, browser automation, Azure, Orgo, or multiple subagents, or when the user asks about long autonomous runs, rate limits, reliability, or safe operating mode.
openclaw skills install safe-long-run-mode-gpt54-claudeUse this skill for tasks that may run long, span multiple systems, or risk losing progress if interrupted.
Do not run long tasks as one monolithic attempt. Split into phases, write checkpoints, and keep the work resumable.
Use GPT-5.4 for:
Use Claude for:
Default to GPT-5.4 first. Escalate to Claude only when the task actually benefits from higher-quality judgment or tone.
Before starting, decide:
Use phases such as:
At the end of each phase, write artifacts to disk.
For long tasks, save progress in files:
Prefer a resumable workspace state over a perfect one-shot run.
Use subagents when:
When interacting with Azure, Graph, Orgo, messaging providers, registries, websites, or any external API:
The goal is not "never fail." The goal is: if interrupted, resume with minimal loss.
When relevant, explain that safe long-run mode means:
If a long task is interrupted:
references/checklist.md for a reusable pre-flight checklist and model routing matrix.