← 返回 Skills 市场
ckchzh

Error

作者 BytesAgain2 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
162
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install error
功能描述
Error handling reference — error types, exception patterns, HTTP status codes, retry strategies, and observability. Use when designing error handling, debugg...
使用说明 (SKILL.md)

Error — Error Handling & Resilience Reference

Quick-reference skill for error handling patterns, HTTP status codes, retry strategies, and debugging techniques.

When to Use

  • Designing error handling strategy for an application
  • Looking up HTTP status codes and their proper usage
  • Implementing retry logic with backoff strategies
  • Debugging production errors and failure patterns
  • Building resilient systems with circuit breakers

Commands

intro

scripts/script.sh intro

Overview of error handling — philosophy, types, and design principles.

http

scripts/script.sh http

HTTP status codes — complete reference with proper usage.

patterns

scripts/script.sh patterns

Error handling patterns — try/catch, Result types, error boundaries.

retry

scripts/script.sh retry

Retry strategies — exponential backoff, jitter, circuit breakers.

logging

scripts/script.sh logging

Error logging best practices — structured logging, context, severity levels.

messages

scripts/script.sh messages

Error message design — user-facing vs developer-facing, i18n, codes.

debug

scripts/script.sh debug

Debugging techniques — root cause analysis, bisection, tracing.

checklist

scripts/script.sh checklist

Error handling checklist for production applications.

help

scripts/script.sh help

version

scripts/script.sh version

Configuration

Variable Description
ERROR_DIR Data directory (default: ~/.error/)

Powered by BytesAgain | bytesagain.com | [email protected]

安全使用建议
This skill appears to be a local documentation tool implemented as a bundled shell script that prints error-handling guidance. It is coherent with its description and doesn’t request credentials or network access. Before installing or running: (1) quickly review scripts/script.sh yourself to confirm it only prints text (search for network commands like curl, wget, nc, ssh or file-write operations), (2) avoid running it as an elevated user (root) if you have concerns, and (3) if you expect persistent data, check how ERROR_DIR is used and whether files are written there. If you want extra assurance, run the script in an isolated environment (container) and inspect its output and any files it creates.
功能分析
Type: OpenClaw Skill Name: error Version: 1.0.0 The 'error' skill bundle is a purely informational reference tool providing documentation on error handling patterns, HTTP status codes, and debugging techniques. The main execution script, `scripts/script.sh`, contains only static text outputted via heredocs and lacks any network, file system, or sensitive data access. No malicious intent, prompt injection, or risky behaviors were identified.
能力评估
Purpose & Capability
The name/description (error-handling reference) matches the provided assets: an instruction-only skill that calls a bundled scripts/script.sh which prints documentation for error handling, HTTP status codes, retry strategies, logging, etc. There are no unexpected credentials, binaries, or external services required.
Instruction Scope
SKILL.md directs the agent to run local commands like `scripts/script.sh intro` and other subcommands. The included script appears to only output reference text (cat << 'EOF' blocks) for each command. The instructions do not ask the agent to read unrelated system files, access external endpoints, or collect user secrets.
Install Mechanism
No install spec is provided and the skill is instruction-only with a local script. Nothing is downloaded or extracted from remote URLs, so there is no elevated install risk.
Credentials
The skill declares no required environment variables or credentials. SKILL.md documents an optional ERROR_DIR (default ~/.error/) for data, which is reasonable for a doc/reference skill; no sensitive secrets are requested.
Persistence & Privilege
always is false and the skill does not request permanent system presence. The skill will only run when invoked and does not modify other skills or global agent configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install error
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /error 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
publish v1.0.0
元数据
Slug error
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Error 是什么?

Error handling reference — error types, exception patterns, HTTP status codes, retry strategies, and observability. Use when designing error handling, debugg... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 162 次。

如何安装 Error?

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

Error 是免费的吗?

是的,Error 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Error 支持哪些平台?

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

谁开发了 Error?

由 BytesAgain2(@ckchzh)开发并维护,当前版本 v1.0.0。

💬 留言讨论