← 返回 Skills 市场
noelistired

Anti Panic Protocol

作者 Noël · GitHub ↗ · v0.1.1
cross-platform ✓ 安全检测通过
636
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install anti-panic-protocol
功能描述
Handle tool failures under pressure with bounded retries, clean user communication, and safe escalation. Use when commands/tools fail, when repeated retries...
使用说明 (SKILL.md)

Anti-Panic Protocol

Core rule

Fail without collateral damage.

Workflow (strict)

  1. Identify the failure in one sentence.
  2. Attempt fix #1 (direct, safe, minimal).
  3. Attempt fix #2 (bounded alternative).
  4. Stop retrying.
  5. Escalate in plain language with next action.

Never exceed 2 fix attempts unless user explicitly asks.

User-facing communication format

Always send:

  • What failed
  • What you tried
  • What happens next

Never send:

  • Raw stack traces
  • Raw CLI dumps
  • Internal tool payloads

Retry safety

  • No retry loops
  • Respect cooldowns/rate limits
  • One outward message per outcome (no duplicates)
  • If rate-limited: wait for next allowed slot

Verification before done

Before saying “done”, verify outcome:

  • Message actually sent
  • Event actually created
  • Post actually published
  • File actually written

If not verified, report as pending/failed, not done.

Escalation template

Gebruik dit patroon:

"Dit faalde: \x3Ckorte oorzaak>. Ik heb \x3Cpoging 1> en \x3Cpoging 2> geprobeerd. Volgende stap: \x3Cconcrete actie of vraag>."

Escalation examples

  • "Dit faalde: publish werd afgewezen door rate-limit. Ik heb 1) direct retry en 2) delayed retry geprobeerd. Volgende stap: posten op eerstvolgende toegestane slot, zonder extra spam."
  • "Dit faalde: agenda-event create gaf validation error op datumveld. Ik heb 1) ISO-format gefixt en 2) timezone expliciet gezet. Volgende stap: jij bevestigt datum/tijd, dan maak ik het event direct aan."
  • "Dit faalde: loginflow timed out. Ik heb 1) token-login geprobeerd en 2) browserflow herstart. Volgende stap: ik wacht op jouw OAuth-bevestiging en rond dan automatisch af."

Hard stops

Escalate immediately (skip retries) if:

  • Risk of destructive action
  • Risk of duplicate external sends
  • Authentication/security boundary issue
  • User says stop/pause
安全使用建议
This skill is instruction-only and appears low-risk: it provides rules for how the agent should retry and escalate after failures and asks for nothing extra. Before installing, consider: (1) if you rely on the agent to verify external actions, ensure the agent already has appropriate, minimal access to those services (the skill itself does not request credentials); (2) the SKILL.md prohibits sending raw traces but doesn't prescribe exact redaction — if you need strict redaction rules, add them to your agent policy; and (3) because the skill can be invoked autonomously by default, make sure you trust your agent's configured tool permissions so verification checks or escalation steps won't cause unwanted actions. If those points are acceptable, the skill is coherent with its purpose.
功能分析
Type: OpenClaw Skill Name: anti-panic-protocol Version: 0.1.1 The 'anti-panic-protocol' skill bundle is designed for safe and controlled error handling. The `SKILL.md` instructions explicitly forbid sending raw stack traces or internal payloads, limit retry attempts, and mandate immediate escalation for security boundary issues or destructive actions. There is no evidence of prompt injection, data exfiltration, malicious execution, or any other harmful intent. The instructions promote secure and transparent agent behavior.
能力评估
Purpose & Capability
The name/description (handle failures, bounded retries, safe escalation) matches the SKILL.md content. There are no unexpected required binaries, env vars, or installs that would be inconsistent with this purpose.
Instruction Scope
The runtime instructions are narrowly focused on detecting failures, making up to two safe fix attempts, verifying outcomes, and escalating in user-friendly language. They do not instruct the agent to read unrelated files, harvest credentials, or transmit data to third-party endpoints. The verification steps imply the agent must check that an action completed (e.g., message sent, file written) which is appropriate for this purpose.
Install Mechanism
No install spec and no code files — instruction-only. This minimizes risk because nothing is downloaded or written to disk.
Credentials
The skill declares no environment variables, credentials, or config paths. The actions it prescribes do not require additional secrets beyond whatever the agent already has for the tools it is using.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request permanent presence or attempt to modify other skills or system-wide settings. Autonomous invocation is allowed (platform default) but is not combined with other concerning privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install anti-panic-protocol
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /anti-panic-protocol 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.1
Add escalation examples for rate-limit, validation, and login timeout
v0.1.0
Initial release
元数据
Slug anti-panic-protocol
版本 0.1.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Anti Panic Protocol 是什么?

Handle tool failures under pressure with bounded retries, clean user communication, and safe escalation. Use when commands/tools fail, when repeated retries... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 636 次。

如何安装 Anti Panic Protocol?

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

Anti Panic Protocol 是免费的吗?

是的,Anti Panic Protocol 完全免费(开源免费),可自由下载、安装和使用。

Anti Panic Protocol 支持哪些平台?

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

谁开发了 Anti Panic Protocol?

由 Noël(@noelistired)开发并维护,当前版本 v0.1.1。

💬 留言讨论