返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
s

safe-long-run-mode-gpt54-claude

Operate 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.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
94
下载量
0
收藏
概述
安装方式
版本历史

safe-long-run-mode-gpt54-claude

# Safe Long-Run Mode (GPT-5.4 + Claude) Use this skill for tasks that may run long, span multiple systems, or risk losing progress if interrupted. ## Core rule Do not run long tasks as one monolithic attempt. Split into phases, write checkpoints, and keep the work resumable. ## Model selection Use **GPT-5.4** for: - coding - docs - research - file-heavy transformations - multi-agent delegated work - repetitive build tasks - long internal work where cost and throughput matter Use **Claude** for: - strategic judgment - sensitive decisions - nuanced synthesis - client-facing polish - brand voice refinement - high-trust orchestration Default to **GPT-5.4 first**. Escalate to Claude only when the task actually benefits from higher-quality judgment or tone. ## Operating procedure ### 1. Scope before acting Before starting, decide: - what the final deliverable is - which systems/tools will be touched - what can fail or throttle - what must be saved after each phase ### 2. Break work into phases Use phases such as: 1. gather / inspect 2. plan / write brief 3. execute / edit / build 4. validate 5. deploy or report At the end of each phase, write artifacts to disk. ### 3. Always checkpoint For long tasks, save progress in files: - draft outputs - notes - reports - partial results - tracker entries - checkpoint summaries Prefer a resumable workspace state over a perfect one-shot run. ### 4. Isolate long work Use subagents when: - the task will take more than a few tool calls - multiple files/systems are involved - external APIs are involved - failure should not pollute the main session - specialized work can be delegated cleanly ### 5. Throttle external systems When interacting with Azure, Graph, Orgo, messaging providers, registries, websites, or any external API: - batch reads when possible - avoid tight polling loops - serialize risky writes - respect retry/backoff - avoid one-item burst loops when a bulk operation is possible ### 6. Prefer resumability over perfection The goal is not "never fail." The goal is: if interrupted, resume with minimal loss. ## System-specific guidance ### Azure / cloud control planes - validate auth first - create foundational resources first - verify after each layer - log resource names/IDs - do not chain long destructive commands blindly ### Browser / Orgo / GUI automation - use explicit goals and stop conditions - capture screenshots at checkpoints - bound retry counts - save artifacts locally - prefer API/CLI over GUI when equivalent exists ### Coding / documentation work - create a brief/spec first for complex tasks - write files in chunks - validate after each major change - leave notes for resume if work is unfinished ## What to tell the user When relevant, explain that safe long-run mode means: - cheapest adequate model - phased execution - saved checkpoints - subagent isolation - controlled API usage - resumable progress ## Failure handling If a long task is interrupted: 1. summarize completed phases 2. point to saved artifacts 3. identify exact next step 4. resume from checkpoint rather than restarting ## References - Read `references/checklist.md` for a reusable pre-flight checklist and model routing matrix.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 safe-long-run-mode-gpt54-claude-1775995518 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 safe-long-run-mode-gpt54-claude-1775995518 技能

通过命令行安装

skillhub install safe-long-run-mode-gpt54-claude-1775995518

下载 Zip 包

⬇ 下载 safe-long-run-mode-gpt54-claude v1.0.0

文件大小: 3.41 KB | 发布时间: 2026-4-13 11:51

v1.0.0 最新 2026-4-13 11:51
Initial release — safe operating mode for long-running tasks across GPT-5.4 and Claude

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部