error-handlingDeep error handling workflow—taxonomy, user-visible vs internal errors, retries and idempotency, observability, and supportability. Use when standardizing fa...
Install via ClawdBot CLI:
clawdbot install mike47512/error-handlingGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated Apr 28, 2026
A payment gateway processing millions of transactions daily faces inconsistent HTTP status codes and retry storms during peak hours. Using this skill, the engineering team defines a taxonomy of error codes for insufficient funds, duplicate payments, and network timeouts, maps them to stable HTTP 4xx/5xx codes, and implements idempotency keys to prevent duplicate charges.
An online retailer experiences cart inconsistencies and duplicate orders due to naive retries during checkout. This workflow helps classify errors like stock conflicts and payment authorization failures, provides user-friendly messages with support reference IDs, and sets up exponential backoff retries for safe operations.
A SaaS platform with public REST APIs struggles with inconsistent error formats confusing developers. By applying this skill, the team creates a standard error taxonomy, maps to RFC 7807 Problem Details, and ships typed error classes in client SDKs, reducing integration support tickets by 40%.
A health tech company integrates with multiple EHR systems and faces ambiguous error responses causing data sync failures. This skill guides classification of validation, authentication, and dependency failures, ensures user-safe messaging without exposing PHI, and implements structured logging with trace IDs for audit trails.
Standardized error responses reduce support costs and improve developer experience for paying API consumers. Reliable error handling decreases churn and increases API adoption, directly protecting recurring revenue.
Clear error taxonomy and observability enable accurate SLA tracking and reporting on error rates. This model reduces liability risks and justifies premium pricing for guaranteed uptime.
Idempotent payment processing and user-friendly error messages reduce transaction failures and disputes. This increases trust and transaction volume, directly boosting commission revenue.
💬 Integration Tip
Start with Stage 1 (classify errors) and Stage 4 (retries & idempotency) as they provide immediate stabilization; then layer in observability (Stage 5) to measure impact.
Scored Apr 19, 2026
YouTube Data API integration with managed OAuth. Search videos, manage playlists, access channel data, and interact with comments. Use this skill when users want to interact with YouTube. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
Trello API integration with managed OAuth. Manage boards, lists, cards, members, and labels. Use this skill when users want to interact with Trello for project management. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
API reference for CoinMarketCap DEX endpoints including token lookup, pools, transactions, trending, and security analysis. Use this skill whenever the user...
Use when designing REST or GraphQL APIs, creating OpenAPI specifications, or planning API architecture. Invoke for resource modeling, versioning strategies, pagination patterns, error handling standards.
Lightweight API mock server for prototyping and testing, supporting JSON/JSON Schema responses, dynamic data, validation, latency, and webhook simulation.
This skill should be used when writing documentation for codebases, including README files, architecture documentation, code comments, and API documentation. Use this skill when users request help documenting their code, creating getting-started guides, explaining project structure, or making codebases more accessible to new developers. The skill provides templates, best practices, and structured approaches for creating clear, beginner-friendly documentation.