← Back to Skills Marketplace
aptratcn

Error Recovery

by Erwin · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ Security Clean
110
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install xiaobai-error-recovery
Description
Detect, automatically recover from, report, and log errors to prevent silent data loss and ensure proper human intervention when needed.
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
requires-sensitive-credentials
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install xiaobai-error-recovery
  3. After installation, invoke the skill by name or use /xiaobai-error-recovery
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
v2.0: 4R framework - Recognize, Rescue, Report, Remember
Metadata
Slug xiaobai-error-recovery
Version 2.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Error Recovery?

Detect, automatically recover from, report, and log errors to prevent silent data loss and ensure proper human intervention when needed. It is an AI Agent Skill for Claude Code / OpenClaw, with 110 downloads so far.

How do I install Error Recovery?

Run "/install xiaobai-error-recovery" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Error Recovery free?

Yes, Error Recovery is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Error Recovery support?

Error Recovery is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Error Recovery?

It is built and maintained by Erwin (@aptratcn); the current version is v2.0.0.

💬 Comments