← 返回 Skills 市场
clarkchenkai

Loop Stability Check

作者 Cubic AI · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
92
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install loop-stability-check-clarkchenkai
功能描述
Loop Stability Check — Workflow Stability Skill for Detecting Loops, Drift, and Retry Waste. Use it when the user needs a disciplined protocol and fixed outp...
使用说明 (SKILL.md)

Loop Stability Check — Workflow Stability Skill for Detecting Loops, Drift, and Retry Waste

Use this skill when the task matches the protocol below.

Activation Triggers

  • repeated retries with no improvement
  • oscillation between multiple outputs or states
  • planning loops that never cash out into execution
  • human-bot ping-pong with no stable owner
  • cases where repetition is happening but convergence is not

Core Protocol

Step 1: Define the intended loop objective

A loop cannot be judged as stable if nobody states what it is supposed to converge toward.

Step 2: Observe the repeated behavior

Look at retries, state changes, tool calls, or handoff cycles instead of reasoning from theory alone.

Step 3: Classify the instability

Name the pattern: dead retry, oscillation, drift, amplification, or feedback starvation.

Step 4: Locate the feedback failure

Ask which signal is missing, delayed, noisy, or being ignored.

Step 5: Add guardrails and intervention

Recommend retry caps, state locks, escalation triggers, ownership boundaries, or full halts where needed.

Output Contract

Always end with this six-part structure:

## Loop Objective
[...]

## Observed Behavior
[...]

## Stability Risks
[...]

## Likely Failure Mode
[...]

## Guardrails
[...]

## Recommended Intervention
[...]

Response Style

  • Describe the loop behavior concretely.
  • Prefer named failure modes over generic ‘this seems buggy.’
  • Recommend the smallest guardrail that restores convergence.
  • Stop the loop when the right action is halt, not another cycle.

Boundaries

  • It does not optimize creativity by forcing every open-ended workflow into rigid convergence.
  • It does not confuse ‘more steps’ with ‘more learning.’
  • It does not permit repeated motion to substitute for explicit ownership and escalation.
安全使用建议
This is an instruction-only diagnostic skill and appears coherent with its stated purpose. Before installing, confirm you trust the skill author (source/homepage unknown) and review where the agent will be allowed to invoke it implicitly. Because it can be invoked without an explicit trigger (allow_implicit_invocation), avoid granting it access to production-sensitive workflows until you've vetted its recommendations in a safe/test environment. Also ensure prompts passed to the model when using this skill do not include secrets or sensitive credentials.
功能分析
Type: OpenClaw Skill Name: loop-stability-check-clarkchenkai Version: 1.0.0 The skill bundle is a purely instructional framework designed to help an AI agent detect and diagnose workflow loops, oscillations, and retry waste. It contains no executable code, network requests, or file system operations, and its instructions in SKILL.md and the reference files are strictly aligned with its stated purpose of improving workflow stability.
能力评估
Purpose & Capability
The name/description and included reference docs all describe workflow loop diagnosis and stabilization; there are no unrelated dependencies, credentials, or config paths requested.
Instruction Scope
SKILL.md contains a bounded, prescriptive protocol (observe behavior, classify failure mode, recommend guardrails). It does not instruct the agent to read system files, access environment variables, call external endpoints, or collect unrelated data.
Install Mechanism
No install spec or code is present; this is instruction-only so nothing is downloaded or written to disk.
Credentials
The skill declares no required environment variables, credentials, or config paths — proportional to an analysis/diagnostic skill that operates on provided workflow context.
Persistence & Privilege
The skill is not always-enabled (always:false) and has no install, but agents/openai.yaml sets allow_implicit_invocation: true (and model invocation is enabled by default). This means the agent may call the skill implicitly when it judges it relevant — normal for skills but worth being aware of.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install loop-stability-check-clarkchenkai
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /loop-stability-check-clarkchenkai 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of loop-stability-check skill. - Provides a structured protocol to assess and intervene in unstable workflow loops. - Detects patterns such as repeated retries, oscillation, drift, and wasted cycles in human-bot workflows. - Defines a disciplined six-part output contract for consistent, actionable analysis. - Recommends targeted guardrails and interventions to restore workflow stability. - Clarifies boundaries to avoid misuse in creative or open-ended workflows.
元数据
Slug loop-stability-check-clarkchenkai
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Loop Stability Check 是什么?

Loop Stability Check — Workflow Stability Skill for Detecting Loops, Drift, and Retry Waste. Use it when the user needs a disciplined protocol and fixed outp... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 92 次。

如何安装 Loop Stability Check?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install loop-stability-check-clarkchenkai」即可一键安装,无需额外配置。

Loop Stability Check 是免费的吗?

是的,Loop Stability Check 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Loop Stability Check 支持哪些平台?

Loop Stability Check 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Loop Stability Check?

由 Cubic AI(@clarkchenkai)开发并维护,当前版本 v1.0.0。

💬 留言讨论