LogoClawIndex
CasesSkillsAbout
LogoClawIndex

circuit-breaker - Implement circuit breaker pattern to prevent cascade failures

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

Tags

Updated: 2026-09-18

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Execute operations with circuit protection
  • Provide fallback mechanisms for failures
  • Manage circuit state transitions
  • Configure failure and timeout thresholds

Inputs

  • Target operation function
  • Circuit breaker configuration parameters
  • Optional fallback function

Outputs

  • Operation result or fallback response
  • Updated circuit breaker state
  • CircuitOpenError exception

Requirements

  • TypeScript or JavaScript runtime
  • Python runtime

Source

  • Spec: SKILL.md

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.
circuit-breaker
resilience
fault-tolerance
microservices
typescript
python
Execute operations with circuit protection
Provide fallback mechanisms for failures
Manage circuit state transitions
Configure failure and timeout thresholds
Target operation function
Circuit breaker configuration parameters
Optional fallback function
Operation result or fallback response
Updated circuit breaker state
CircuitOpenError exception