Install
openclaw skills install safe-long-run-mode-gpt54Operate long-running tasks safely when the environment is optimized for GPT-5.4 as the primary and often only model. Use when the user wants a low-cost, high-throughput long-run workflow, plans to keep everything on GPT-5.4, or asks how to run long coding, research, build, documentation, Azure, or multi-agent tasks safely without relying on Claude.
openclaw skills install safe-long-run-mode-gpt54Use this skill when GPT-5.4 is the default operating model for both orchestration and delegated work.
Use GPT-5.4 for long work by making tasks cheap, segmented, and resumable. Since the model layer is cost-efficient, the real risks are provider throttling, session interruption, and lack of checkpoints.
Use it when:
Use GPT-5.4 for:
Do not escalate to another model unless the user asks or the task clearly requires premium polish/judgment.
Break long tasks into explicit phases and write down the next step before moving on.
Preferred phases:
Always leave artifacts that make recovery easy:
For large or parallel tasks, use subagents to keep the main thread clean. Delegate when:
In GPT-5.4-only mode, model cost is not the main concern. External limits are. Be careful with:
Use batching, backoff, and fewer larger writes.
If interrupted, resume from artifacts instead of recreating work. Always know:
Explain that GPT-5.4-only safe mode works because:
If interrupted:
references/checklist.md for the pre-flight checklist and GPT-5.4 operating pattern.