← Back to Skills Marketplace
wpank

Resiliant Connections

by wpank · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
1790
Downloads
2
Stars
5
Active Installs
1
Versions
Install in OpenClaw
/install resiliant-connections
Description
Patterns 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.
Usage Guidance
This skill is a set of code examples and guidance for resilience patterns and appears internally consistent. Before installing or copying into a project: (1) review the snippets and any code you actually paste into your codebase, (2) avoid running npx or remote install commands from untrusted URLs without inspection, and (3) when adapting to your app, validate dependency choices and ensure non-idempotent requests aren’t retried. The skill does not request credentials or attempt to access system files, but always inspect third-party code before adding it to production.
Capability Analysis
Type: OpenClaw Skill Name: resiliant-connections Version: 1.0.0 The skill bundle provides documentation and TypeScript code examples for building resilient API clients and real-time connections. The `SKILL.md` and `README.md` files contain no evidence of prompt injection attempts, nor do the code snippets demonstrate any malicious behavior such as data exfiltration, unauthorized execution, or persistence mechanisms. The installation instructions are standard for the OpenClaw ecosystem or common developer practices (e.g., `npx clawhub`, `npx add <github-url>`), and the code itself is illustrative of design patterns using standard web APIs.
Capability Assessment
Purpose & Capability
Name and description match the included content: TypeScript patterns for retries, circuit breakers, resilient fetch, reconnecting WebSocket, and graceful degradation. There are no extraneous credential or binary requirements.
Instruction Scope
SKILL.md contains code samples and guidance focused solely on building resilient clients and connections. It does not instruct the agent to read system files, environment secrets, or send data to any external endpoint. Installation notes reference local copy commands and an npx-based install; these are procedural and not data-collection steps.
Install Mechanism
There is no install spec (instruction-only), so nothing is downloaded or executed automatically by the platform. README suggests manual copying or an npx install from a GitHub path — this is not executed by the skill itself, and you should treat any external npx/GitHub install command as you would any third-party package (review before running).
Credentials
The skill declares no required environment variables, credentials, or config paths. The code samples do not reference secrets or unrelated environment variables.
Persistence & Privilege
Flags are default (always:false, user-invocable:true). The skill does not request persistent platform privileges or attempt to modify other skills or system-wide configuration in its instructions.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install resiliant-connections
  3. After installation, invoke the skill by name or use /resiliant-connections
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of resilient-connections—robust patterns for handling API and real-time connection failures. - Provides detailed patterns for retry logic, exponential backoff, and circuit breakers. - Includes resilient fetch and reconnecting WebSocket client examples. - Features graceful degradation with fallback and caching support. - Summarizes best practices and anti-patterns for robust API interactions. - Lists related skills and offers quick reference code snippets.
Metadata
Slug resiliant-connections
Version 1.0.0
License
All-time Installs 5
Active Installs 5
Total Versions 1
Frequently Asked Questions

What is Resiliant Connections?

Patterns 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 1790 downloads so far.

How do I install Resiliant Connections?

Run "/install resiliant-connections" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Resiliant Connections free?

Yes, Resiliant Connections is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Resiliant Connections support?

Resiliant Connections is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Resiliant Connections?

It is built and maintained by wpank (@wpank); the current version is v1.0.0.

💬 Comments