LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

Skills tagged: resilience

Browse skills that share this tag.

  • clay-reliability-patterns - Clay Reliability Patterns
    clayreliabilitycircuit-breakerdead-letter-queue

    ★ 3 · Updated 2026-09-23

    Build fault-tolerant Clay pipelines using circuit breakers, dead letter queues, webhook health monitoring, and graceful degradation.

    ⚙ Implement credit budget circuit breakers⚙ Manage dead letter queues for failures⚙ Monitor webhook delivery health metrics
  • goal-helper - Convert vague tasks into proof-driven executable goals.
    goal-definitiontask-planningprogress-trackingblocker-reporting

    ★ 7 · Updated 2026-09-23

    Converts vague or failing tasks into proof-driven goals with explicit completion criteria, bounded retries, and operational status snapshots.

    ⚙ Define objective completion criteria⚙ Establish primary proof commands⚙ Set bounded retry limits
  • api-rate-limit-handler - Implement API rate limiting, backoff, and retry logic.
    rate-limitingretrybackoffapi

    ★ 0 · Updated 2026-09-21

    Implement rate limiting, exponential backoff, header parsing, and idempotency-aware retries for external API calls.

    ⚙ Classify HTTP response status codes⚙ Parse rate limit headers⚙ Execute exponential backoff with jitter
  • software-architecture-design - Software architecture design and system decision guide
    software-architecturesystem-designmicroservicesevent-driven

    ★ 602 · Updated 2026-09-18

    Provides guidance on system design, architecture patterns, scalability tradeoffs, and distributed systems for production-grade software.

    ⚙ Choose architecture styles⚙ Design scalability strategies⚙ Ensure system resilience
  • circuit-breaker - Implement circuit breaker pattern to prevent cascade failures
    circuit-breakerresiliencefault-tolerancemicroservices

    ★ 1 · Updated 2026-09-18

    Implement the circuit breaker pattern to prevent cascade failures in distributed systems by failing fast when services are unhealthy.

    ⚙ Execute operations with circuit protection⚙ Provide fallback mechanisms for failures⚙ Manage circuit state transitions
  • acc-create-rate-limiter - Rate Limiter Generator for PHP 8.5
    phprate-limiterresilienceredis

    ★ 18 · Updated 2026-09-14

    Generates Rate Limiter pattern components and unit tests for PHP 8.5 using token bucket, sliding window, or fixed window algorithms.

    ⚙ Generate core rate limiter components⚙ Implement token bucket algorithm⚙ Implement sliding window algorithm
  • domain-error-handling - Domain Error Strategy
    error-handlingresiliencedomain-designrust

    ★ 1 · Updated 2026-09-14

    Use this skill when designing domain error handling strategies, including error categorization, recovery strategies, and implementation patterns.

    ⚙ Categorize domain errors⚙ Design error recovery strategies⚙ Select error implementation patterns
  • cli-resilience - Inspect and manage CLI resilience states and quota limits.
    cliresiliencecircuit-breakerquota

    ★ 32 · Updated 2026-09-10

    Inspect circuit-breaker states, connection cooldowns, quota limits, and backoff levels from CLI, reset providers, and configure resilience thresholds.

    ⚙ Inspect circuit breaker states⚙ Inspect connection cooldowns⚙ Check quota limits
  • microservices-patterns-v3 - Microservices Architecture Patterns Guide
    microservicesarchitecturepatternsdistributed systems

    ★ 148 · Updated 2026-06-30

    Master microservices architecture patterns including service boundaries, inter-service communication, data management, and resilience patterns for distributed systems.

    ⚙ Decompose monoliths into microservices⚙ Define service boundaries and contracts⚙ Implement inter-service communication patterns
  • distributed-lock - Prevent Race Conditions Across Instances
    concurrency controldistributed systemsrace condition preventionsynchronization

    ★ 790 · Updated 2026-06-30

    Prevent race conditions across multiple instances with atomic lock acquisition and automatic expiration

    ⚙ acquire lock⚙ release lock⚙ extend lock
  • workflow-orchestration-patterns - Workflow Orchestration Patterns with Temporal
    workfloworchestrationtemporaldistributed-systems

    ★ 77 · Updated 2026-06-30

    Guide for building reliable distributed workflow systems using Temporal orchestration patterns

    ⚙ design workflow architecture⚙ implement saga patterns⚙ configure retry policies
  • microservices-patterns - Microservices architecture patterns workflow
    microservicesarchitecturepatternsdistributed-systems

    ★ 148 · Updated 2026-06-15

    Master microservices architecture patterns for building distributed systems

    ⚙ decompose monoliths⚙ design service boundaries⚙ define service contracts
  • harden - Improve Interface Resilience
    resilienceerror handlinginternationalizationedge cases

    ★ 45 · Updated 2026-05-28

    Improve interface resilience through error handling, i18n, and edge case management

    ⚙ test edge cases⚙ handle errors⚙ add i18n support
  • implementing-error-handling - Error Handling Patterns for Resilient Applications
    error handlingfault toleranceresiliencereliability

    ★ 602 · Updated 2026-05-11

    Implement error handling patterns including exceptions, Result types, error propagation, and graceful degradation

    ⚙ implement error handling⚙ design error-resilient APIs⚙ debug production issues
  • hubspot-reliability-patterns - HubSpot Reliability Patterns Implementation
    saascrmmarketinghubspot

    ★ 1 · Updated 2026-05-11

    Implement HubSpot reliability patterns including circuit breakers, retries, and graceful degradation for CRM integrations

    ⚙ implement circuit breaker⚙ configure retry strategy⚙ add graceful degradation
  • tenacity - Resilience patterns for microservice calls
    retrycircuit breakerresiliencemicroservices

    ★ 0 · Updated 2026-03-24

    Implement retry with exponential backoff and circuit breaker for KYC microservice communications

    ⚙ install tenacity library⚙ configure retry decorator⚙ implement circuit breaker
  • fastapi-project - Production-Ready FastAPI Project Setup
    production-readyobservabilitysecurityresilience

    ★ 1 · Updated 2026-03-23

    Scaffold new FastAPI projects or upgrade existing ones with production-ready layout and operational practices

    ⚙ create project structure⚙ configure structured logging⚙ setup health endpoints
  • incident-response - Incident Response Management and Resilience Patterns
    incident-managementsreresiliencepostmortem

    ★ 42 · Updated 2026-02-18

    Structured incident management from detection through postmortem with resilience patterns

    ⚙ detect service incidents⚙ classify incident severity⚙ assign incident commander
  • handling-errors - Error Handling and Troubleshooting Patterns for Resilient Applications
    error-handlingdebuggingresiliencetroubleshooting

    ★ 0 · Updated 2026-02-13

    Provides patterns for error handling, debugging, and building resilient applications

    ⚙ implement error handling⚙ debug production issues⚙ design error-resilient APIs
  • global-error-handling - Global Error Handling for Robust Applications
    error-handlingexception-managementresiliencecleanup

    ★ 422 · Updated 2026-02-12

    Implement user-friendly error handling with specific exception types and proper resource cleanup

    ⚙ create custom exception classes⚙ write try-catch blocks⚙ implement retry strategies

Scroll to load more