resiliant-connectionsPatterns for building resilient API clients and real-time connections with retry logic, circuit breakers, and graceful degradation. Use when building production systems that need to handle failures. Triggers on retry logic, circuit breaker, connection resilience, exponential backoff, API client, fault tolerance.
Install via ClawdBot CLI:
clawdbot install wpank/resiliant-connectionsGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://github.com/wpank/ai/tree/main/skills/realtime/resilient-connectionsAudited Apr 17, 2026 · audit v1.0
Generated Mar 20, 2026
Handles payment gateway failures during checkout by retrying failed transactions with exponential backoff and jitter. Uses circuit breakers to prevent overwhelming external APIs during outages, ensuring customers can complete purchases without data loss.
Maintains WebSocket connections to market data feeds with automatic reconnection and retry logic. Implements graceful degradation to fall back to cached data if primary feeds fail, preventing trading disruptions during network issues.
Manages API calls from sensors in remote locations with resilient fetch wrappers that handle intermittent connectivity. Uses circuit breakers to detect and isolate failing devices, reducing false alerts and system load.
Ensures reliable API calls to external EHR systems with retry logic for transient failures. Employs graceful degradation to serve cached appointment slots if backend services are down, maintaining patient access.
Handles real-time location updates and driver assignments with reconnecting WebSockets. Uses exponential backoff for retrying failed geolocation API requests, improving service reliability during peak usage.
Offers resilient API client libraries as part of a subscription service for developers building production systems. Revenue comes from tiered pricing based on usage volume and support levels, targeting enterprises with high-availability needs.
Provides custom implementation services for integrating resilient patterns into existing client infrastructure. Revenue is generated through project-based fees and ongoing maintenance contracts, focusing on industries like finance and healthcare.
Distributes core patterns as open-source tools while monetizing advanced features like analytics dashboards or enterprise support. Revenue streams include paid add-ons and dedicated support packages for large-scale deployments.
💬 Integration Tip
Start by wrapping critical external API calls with the resilient fetch wrapper, then gradually add circuit breakers for services prone to outages to minimize initial complexity.
Scored Apr 19, 2026
Control remote Windows machines via SSH. Use when executing commands on Windows, checking GPU status (nvidia-smi), running scripts, or managing remote Windows systems. Triggers on "run on Windows", "execute on remote", "check GPU", "nvidia-smi", "远程执行", "Windows 命令".
Perform reverse lookup of gTLD domains hosted on a specified nameserver with optional filters by TLD and domain prefix length.
Configure OpenClaw installations with optimized settings, channel setup, security hardening, and production recommendations.
Connect to remote desktops via RDP, VNC, and SSH X11 with secure tunneling and troubleshooting.
Essential curl commands for HTTP requests, API testing, and file transfers.
Deploy and manage Vercel projects. Use when deploying applications to Vercel, managing environment variables, checking deployment status, viewing logs, or performing Vercel operations. Supports production and preview deployments. Practical infrastructure operations - no "AI will build your app" magic.