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: retry

Browse skills that share this tag.

  • resilience-patterns - Resilience Patterns for Spring Boot (Resilience4j)
    spring-bootresilience4jcircuit-breakerretry

    ★ 0 · Updated 2026-09-23

    Provides Resilience4j configurations, annotations, fallback handling, reactive retries, and testing patterns for Spring Boot applications.

    ⚙ Configure Resilience4j instances in YAML⚙ Implement fallback methods for annotations⚙ Configure reactive WebClient retry operators
  • customerio-reliability-patterns - Implement Customer.io reliability patterns
    customer-ioreliabilitycircuit-breakerretry

    ★ 1,727 · Updated 2026-09-21

    Implement reliability patterns like circuit breakers, retries, fallbacks, and health checks for fault-tolerant Customer.io integrations.

    ⚙ Implement circuit breaker⚙ Configure exponential retry⚙ Set up fallback queue
  • 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
  • mongez-reinforcements-async - Async and Promise control flow utilities.
    asyncpromiseretryconcurrency

    ★ 3 · Updated 2026-09-20

    Provides Promise-based control flow utilities including sleep, retry, timeout, bounded concurrency, defer, poll, and async debounce.

    ⚙ Delay execution using sleep⚙ Retry operations with backoff⚙ Enforce promise execution timeouts
  • 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

    ★ 17 · Updated 2026-05-11

    Implement circuit breakers, retries, and graceful degradation for HubSpot integrations

    ⚙ implement circuit breakers⚙ configure retry strategies⚙ implement 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
  • error-handling-patterns - TypeScript Error Handling Patterns
    error handlingTypeScriptasyncvalidation

    ★ 11 · Updated 2026-03-22

    Robust error handling patterns for TypeScript applications

    ⚙ create custom error classes⚙ validate input data⚙ handle async errors
  • clerk-rate-limits - Clerk Rate Limits Management
    clerkrate-limitingapicaching

    ★ 1 · Updated 2026-03-20

    Understand and manage Clerk rate limits and quotas

    ⚙ understand rate limits⚙ implement retry logic⚙ batch API operations