Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器clawhub未标认证来源可访问clear审计通过

safe-long-run-mode-gpt54-claudesafe long RUN mode gpt54 Claude 搜索

Agent Skill

safe-long-run-mode-gpt54-claude 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,866

周安装

209

GitHub Stars

公开资料未说明

下载量

1,705
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:safe-long-run-mode-gpt54-claude(safe long RUN mode gpt54 Claude 搜索)
来源仓库:https://github.com/bwiley1989/safe-long-run-mode-gpt54-claude
安装命令:
openclaw skills install safe-long-run-mode-gpt54-claude
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install safe-long-run-mode-gpt54-claude

简介

safe-long-run-mode-gpt54-claude 跨 GPT-5.4 和 Claude 模型安全运行长任务。

  • 它通过模型选择规则、检查点和可恢复流程提升可靠性。
  • 安装后可在 OpenClaw 中调用,需配置双模型路由。
  • 使用前应定义阶段划分和失败回滚策略。
  • 建议监控 API 使用情况以避免超限。

SKILL.md

name
safe-long-run-mode-gpt54-claude
description
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.

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.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

78%
按下载量换算1,330

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills