← 返回 Skills 市场
80
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-error-recovery
功能描述
Detect, attempt recovery from, report, and log errors to prevent silent data loss and ensure proper human intervention when needed.
安全使用建议
This skill appears to do what it says: detect errors, attempt limited automatic recovery, generate structured reports, and save local error logs. Before installing, consider: 1) Logs: the error journal (memory/errors/) may include full error messages that reveal sensitive data (tokens, paths, stack traces) — ensure this folder is acceptable to store such data. 2) Elevated actions: the skill may suggest installing dependencies or using elevated permissions; configure policy or require human confirmation for such actions. 3) Autonomy: although the skill respects 'do not auto-retry' for auth/permission errors, it can be invoked autonomously by the agent by default — if you prefer manual control, only enable user invocation in your agent policy. 4) Testing: try it in a safe environment first to confirm the logging behavior and ensure it doesn't capture secrets you don't want preserved.
功能分析
Type: OpenClaw Skill
Name: skill-error-recovery
Version: 1.0.0
The skill bundle provides a structured framework (4R: Recognize, Rescue, Report, Remember) for AI agents to handle errors gracefully. The included script, 'scripts/error-diagnose.mjs', is a simple diagnostic utility that maps common error codes (e.g., ENOENT, 429, 500) to human-readable explanations and suggestions without any external dependencies or network activity. The instructions in 'SKILL.md' are focused on improving reliability and transparency, and no indicators of malicious intent, data exfiltration, or unauthorized execution were found.
能力标签
能力评估
Purpose & Capability
Name/description (error recovery) match the SKILL.md and the included error-diagnose.mjs script. No unrelated environment variables, binaries, or network endpoints are requested. The script and docs are consistent with an error-recovery helper.
Instruction Scope
Instructions focus on recognizing errors, trying bounded recovery (max 3 retries, and explicit 'do not auto-retry' rules for auth/permission/destructive cases), producing structured reports, and saving a local error journal (memory/errors/YYYY-MM-DD.md). This is within the stated purpose but does grant the agent permission to read error messages, create local logs, and suggest installs or elevated permissions when needed — which are reasonable for error recovery but worth noting.
Install Mechanism
No install spec; the skill is instruction-only with an included Node.js diagnostic script. No downloads or third-party install steps are embedded. README suggests copying SKILL.md into agent directories and optionally running the local node script.
Credentials
The skill declares no required env vars or credentials. The recovery guidance may cause an agent to inspect local files, suggest elevated permissions, or prompt for re-authentication, and the skill logs full error details to a local memory path — which could include sensitive information. These actions are coherent with error handling but you should be aware logs may contain secrets if errors expose them.
Persistence & Privilege
always is false and there are no instructions to modify other skills or global agent configuration. The skill writes to its own error journal (memory/errors/) and suggests updating agent docs (e.g., AGENTS.md), which is reasonable for learning from failures. Autonomous invocation is allowed (platform default) but is not combined with elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skill-error-recovery - 安装完成后,直接呼叫该 Skill 的名称或使用
/skill-error-recovery触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
4R error recovery framework (Recognize-Rescue-Report-Remember) with CLI diagnostic tool
元数据
常见问题
Skill Error Recovery 是什么?
Detect, attempt recovery from, report, and log errors to prevent silent data loss and ensure proper human intervention when needed. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 80 次。
如何安装 Skill Error Recovery?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-error-recovery」即可一键安装,无需额外配置。
Skill Error Recovery 是免费的吗?
是的,Skill Error Recovery 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Skill Error Recovery 支持哪些平台?
Skill Error Recovery 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Skill Error Recovery?
由 Erwin(@aptratcn)开发并维护,当前版本 v1.0.0。
推荐 Skills