← Back to Skills Marketplace
ckchzh

Error

by BytesAgain2 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
162
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install error
Description
Error handling reference — error types, exception patterns, HTTP status codes, retry strategies, and observability. Use when designing error handling, debugg...
README (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]

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install error
  3. After installation, invoke the skill by name or use /error
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
publish v1.0.0
Metadata
Slug error
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Error?

Error handling reference — error types, exception patterns, HTTP status codes, retry strategies, and observability. Use when designing error handling, debugg... It is an AI Agent Skill for Claude Code / OpenClaw, with 162 downloads so far.

How do I install Error?

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

Is Error free?

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

Which platforms does Error support?

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

Who created Error?

It is built and maintained by BytesAgain2 (@ckchzh); the current version is v1.0.0.

💬 Comments