← 返回 Skills 市场
1790
总下载
2
收藏
5
当前安装
1
版本数
在 OpenClaw 中安装
/install 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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install resiliant-connections - 安装完成后,直接呼叫该 Skill 的名称或使用
/resiliant-connections触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1790 次。
如何安装 Resiliant Connections?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install resiliant-connections」即可一键安装,无需额外配置。
Resiliant Connections 是免费的吗?
是的,Resiliant Connections 完全免费(开源免费),可自由下载、安装和使用。
Resiliant Connections 支持哪些平台?
Resiliant Connections 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Resiliant Connections?
由 wpank(@wpank)开发并维护,当前版本 v1.0.0。
推荐 Skills