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: fault-tolerance

Browse skills that share this tag.

  • 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
  • exa-reliability-patterns - Exa Reliability Patterns Implementation
    exareliabilitycircuit-breakeridempotency

    ★ 1 · Updated 2026-09-17

    Implements Exa reliability patterns including circuit breakers, idempotency keys, bulkheads, and dead letter queues for fault-tolerant integrations.

    ⚙ Wrap calls with circuit breaker⚙ Generate deterministic idempotency keys⚙ Configure priority queue bulkheads
  • 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
  • dbos-golang - DBOS Go SDK for Reliable Fault-Tolerant Applications
    golangdbosworkflowsfault-tolerance

    ★ 0 · Updated 2026-02-23

    Builds reliable, fault-tolerant Go applications with durable workflows using DBOS SDK

    ⚙ install DBOS Go module⚙ configure DBOS context⚙ register workflows
  • 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