← 返回 Skills 市场
110
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install xiaobai-error-recovery
功能描述
Detect, automatically recover from, report, and log errors to prevent silent data loss and ensure proper human intervention when needed.
安全使用建议
This skill appears coherent and low-risk: it only provides guidance and a small local CLI for diagnosing common errors and does not ask for credentials or install code. Before installing, confirm where the agent will store error logs (memory/errors path) and that you are comfortable it can write to that location. Also: (1) review the scripts locally (the included scripts are readable and contain no network calls), (2) ensure automatic retries are not used for destructive operations in your workflows, and (3) avoid supplying secrets or elevated credentials to the agent unless necessary for a specific human-approved remediation. If you want higher assurance, run the CLI in a sandbox or staging agent first and inspect any files it creates.
功能分析
Type: OpenClaw Skill
Name: xiaobai-error-recovery
Version: 2.0.0
The skill bundle implements a systematic '4R' (Recognize, Rescue, Report, Remember) error recovery framework for AI agents. The included Node.js script (scripts/error-diagnose.mjs) is a safe, informational tool that provides diagnostic suggestions for common system and HTTP errors without performing any network or sensitive file operations. The instructions in SKILL.md are focused on improving agent reliability and transparency, with no evidence of malicious intent or prompt injection attacks.
能力标签
能力评估
Purpose & Capability
Name/description (error detection, automatic recovery, reporting, logging) align with the included SKILL.md and the single helper script. The code and docs implement a local diagnostic helper and guidance for retries and reporting—no unrelated capabilities (cloud access, secrets, or unusual binaries) are requested.
Instruction Scope
SKILL.md stays focused on error recognition, retry policies, reporting, and recording lessons. It does recommend writing error logs to memory/errors/YYYY-MM-DD.md and suggests actions such as asking for elevated permissions or installing missing deps; these are reasonable for an error-recovery framework but imply the agent may write files and ask humans for privileged actions. The instructions do not ask the agent to read unrelated system files or exfiltrate data.
Install Mechanism
No install spec is present (instruction-only) and the only code file is a small local CLI script. Nothing is downloaded from external URLs or installed automatically.
Credentials
The skill declares no required environment variables, credentials, or config paths. The SKILL.md mentions checking tokens/permissions in troubleshooting text, but does not require or attempt to access secrets itself.
Persistence & Privilege
always:false and no special privileges requested. The framework recommends recording errors to a local memory/errors path (i.e., saving logs), which is a modest persistence action; this is proportionate but you should confirm where the agent will write logs and with what filesystem permissions.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install xiaobai-error-recovery - 安装完成后,直接呼叫该 Skill 的名称或使用
/xiaobai-error-recovery触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
v2.0: 4R framework - Recognize, Rescue, Report, Remember
元数据
常见问题
Error Recovery 是什么?
Detect, automatically recover from, report, and log errors to prevent silent data loss and ensure proper human intervention when needed. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 110 次。
如何安装 Error Recovery?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install xiaobai-error-recovery」即可一键安装,无需额外配置。
Error Recovery 是免费的吗?
是的,Error Recovery 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Error Recovery 支持哪些平台?
Error Recovery 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Error Recovery?
由 Erwin(@aptratcn)开发并维护,当前版本 v2.0.0。
推荐 Skills