← 返回 Skills 市场
Panic Prevention Protocol
作者
vanhuelsing
· GitHub ↗
· v1.0.5
· MIT-0
119
总下载
0
收藏
0
当前安装
6
版本数
在 OpenClaw 中安装
/install panic-prevention
功能描述
Prevents panic-driven errors by enforcing a calm, step-by-step recovery process after mistakes or critical feedback to ensure safe, trusted fixes.
安全使用建议
This skill is documentation-only and appears to do what it says: teach agents to pause and follow process after critical feedback. The main operational risk is administrative: the files instruct operators to add protocol text to agents' system prompts and install the skill on all agents. Before deploying widely, do the following: 1) Review the SKILL.md and README content yourself to ensure wording and emergency-path handling meets your policies. 2) Test in a staging environment or on a non-production agent to verify behavior against the included test scenarios. 3) Limit initial rollout to agents that actually need this behavior (e.g., manager/devops agents), not every agent by default. 4) Ensure emergency/active-leak paths are well-defined so urgent incidents aren't blocked by wait steps. 5) Monitor agent logs and approvals after rollout to detect unintended overrides. The scanner's 'system-prompt-override' hit is expected given the installation guidance — treat it as a reminder to audit any system-prompt changes rather than a sign of covert exfiltration.
功能分析
Type: OpenClaw Skill
Name: panic-prevention
Version: 1.0.5
The 'panic-prevention' skill bundle is a safety-oriented behavioral protocol designed to prevent AI agents from taking impulsive or unverified actions after making mistakes. It consists entirely of markdown documentation and metadata (SKILL.md, README.md, PROTOCOL-FLOW.md) that instructs the agent to follow a structured 9-step recovery process (S.B.A.P.P.W.E.V.D.) emphasizing human approval and process adherence. There is no executable code, no network activity, no data exfiltration, and no evidence of malicious prompt injection; rather, the instructions serve as a defensive guardrail to increase human oversight during critical failures.
能力评估
Purpose & Capability
Name/description (prevent panic-driven fixes) match the actual contents: a 9-step protocol, examples, and tests. No binaries, secrets, or unrelated dependencies are requested.
Instruction Scope
SKILL.md and other docs are agent-facing instructions that tell agents to STOP, ASSESS, PLAN, PROPOSE, WAIT, etc. They also explicitly recommend adding protocol text to agent system prompts and installing the skill on all agents. That is coherent with the skill's goal but expands the skill's runtime influence (see persistence_privilege). The docs do not instruct reading secrets, contacting external endpoints, or arbitrary file reads beyond the skill file path.
Install Mechanism
Instruction-only skill with no install spec, no downloads, and no code to execute — minimal install risk.
Credentials
No environment variables, credentials, or config paths are required. The requested scope (policy/protocol text) is proportionate to the stated purpose.
Persistence & Privilege
The skill does not set always:true and is user-invocable. However the documentation recommends adding content to agents' system prompts and installing the protocol across all agents, which increases the skill's behavioral persistence and reach. This is functionally expected for a behavior/policy skill but is a meaningful administrative change that should be applied deliberately and tested in staging.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install panic-prevention - 安装完成后,直接呼叫该 Skill 的名称或使用
/panic-prevention触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.5
Fix SKILL.md formatting: remove abrupt horizontal lines for cleaner ClawHub display. No content changes.
v1.0.4
Re-publish with correct package name
v1.0.3
- Updated documentation formatting and minor clarifications in SKILL.md; no protocol or behavioral changes.
- No functional changes to the code or workflow.
- Internal files (such as package.json and CLAWHUB.md) updated for maintenance.
v1.0.2
## panic-prevention 1.0.2 Changelog
- Documentation updates in CLAWHUB.md and README.md for clarity and accuracy.
- Minor corrections and consistency improvements in package.json and supporting docs.
- No changes to the core protocol or code logic.
v1.0.1
Fix display name; republish from clean root directory
v1.0.0
Panic-prevention 1.0.0 Changelog
- Introduces a structured protocol for error recovery to prevent panic responses in agents.
- Details specific trigger conditions for when to apply the process.
- Outlines a stepwise workflow (STOP, BREATHE, ASSESS, PLAN, PROPOSE, WAIT, EXECUTE, VERIFY, DOCUMENT) to ensure calm, safe correction after mistakes.
- Provides clear guidance and examples for handling critical feedback and avoiding compounded errors.
- Emphasizes documentation and learning to build trust and institutional knowledge.
元数据
常见问题
Panic Prevention Protocol 是什么?
Prevents panic-driven errors by enforcing a calm, step-by-step recovery process after mistakes or critical feedback to ensure safe, trusted fixes. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 119 次。
如何安装 Panic Prevention Protocol?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install panic-prevention」即可一键安装,无需额外配置。
Panic Prevention Protocol 是免费的吗?
是的,Panic Prevention Protocol 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Panic Prevention Protocol 支持哪些平台?
Panic Prevention Protocol 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Panic Prevention Protocol?
由 vanhuelsing(@vanhuelsing)开发并维护,当前版本 v1.0.5。
推荐 Skills