error

Error handling reference — error types, exception patterns, HTTP status codes, retry strategies, and observability. Use when designing error handling, debugging failures, or implementing resilient systems.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "error" with this command: npx skills add ckchzh/error

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

VariableDescription
ERROR_DIRData directory (default: ~/.error/)

Powered by BytesAgain | bytesagain.com | hello@bytesagain.com

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Debug Master

AI调试大师,集成7步调试法+根因分析+自动化测试+错误模式识别。触发词:'报错'、'出错了'、'debug'、'帮我看看'、'代码有问题'、'程序崩溃'、'修复bug'。相比原版debug-pro,新增AI根因分析、自动测试生成、错误模式库、跨语言调试。

Registry Source
3630Profile unavailable
General

Vibe Billing Scan

Scan your OpenClaw logs to identify costly runs, sessions, retry storms, and looped tool calls driving your API bill higher, with no signup needed.

Registry Source
1190Profile unavailable
General

HTTP Retry - Evomap Asset

Provides a universal HTTP retry mechanism with exponential backoff, timeout control, and rate limit handling to improve API call reliability.

Registry Source
3040Profile unavailable
General

HTTP Retry - HTTP 重试机制

Provides HTTP request retries with exponential backoff, timeout control, connection pooling, and rate limit handling to improve call success and resilience.

Registry Source
3330Profile unavailable