← 返回 Skills 市场
qwe123sddfsdfs

WebSocket Reconnect

作者 qwe123sddfsdfs · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
347
总下载
0
收藏
4
当前安装
1
版本数
在 OpenClaw 中安装
/install websocket-reconnect
功能描述
WebSocket connection management with exponential backoff + jitter retry, heartbeat detection, and circuit breaker pattern. Use when you need reliable WebSock...
安全使用建议
The code and instructions appear to implement the advertised WebSocket reconnect functionality and do not request secrets or unusual privileges. Two small anomalies deserve attention before installing: (1) the package lock references a non-default npm mirror (registry.npmmirror.com) — confirm that your npm configuration and dependency sources are trustworthy, and (2) the _meta.json ownerId does not match the registry ownerId shown in the skill metadata — this could be a packaging oversight, but you should verify the author/owner if provenance is important. Recommended precautions: review the scripts/websocket-reconnect.js file yourself (it's included and readable), run npm install and tests in an isolated environment or container, inspect the resolved ws package source (registry and integrity hash), and avoid supplying any real authentication tokens during initial evaluation.
功能分析
Type: OpenClaw Skill Name: websocket-reconnect Version: 1.0.0 The OpenClaw skill 'websocket-reconnect' is a benign utility designed for robust WebSocket connection management. It implements features like exponential backoff, jitter, heartbeat detection, and a circuit breaker pattern. All code and documentation align with this stated purpose, using standard Node.js WebSocket libraries (`ws`) and common development practices. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the AI agent in the `SKILL.md` or `README.md` files. The skill's network activity is limited to WebSocket connections, which is its core functionality, and example URLs are either placeholders or public echo servers.
能力评估
Purpose & Capability
Name, description, SKILL.md, package.json and the supplied scripts implement WebSocket reconnect, heartbeat, jitter and circuit breaker logic; required runtime (node) and dependency (ws) are appropriate for this purpose.
Instruction Scope
SKILL.md only instructs typical actions (require the script, npm install ws, configure connection options). It does not ask the agent to read unrelated files, access unrelated environment variables, or send data to unexpected endpoints. Example uses of Authorization headers are typical for authenticated WebSocket connections.
Install Mechanism
There is no install spec in the registry entry (instruction-only), but a package.json and package-lock.json are included. The lockfile resolves ws from a registry mirror (registry.npmmirror.com) rather than the default registry.npmjs.org — this is not necessarily malicious but is an unexpected detail you may want to verify (it can indicate a local npm config or a different mirror was used to produce the lockfile). There are no download URLs or extract steps that would pull arbitrary remote code beyond normal npm dependency installation.
Credentials
The skill requests no environment variables, credentials, or config paths. Example code shows sending Authorization headers if provided by the user, which is reasonable. There are no demands for unrelated secrets or system-wide credentials.
Persistence & Privilege
Skill flags are normal (always: false, agent-invocation allowed). The skill does not request persistent system privileges or modify other skills' configurations. It is a library-like component intended to be invoked by user code.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install websocket-reconnect
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /websocket-reconnect 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: exponential backoff + jitter, heartbeat detection, circuit breaker pattern
元数据
Slug websocket-reconnect
版本 1.0.0
许可证
累计安装 4
当前安装数 4
历史版本数 1
常见问题

WebSocket Reconnect 是什么?

WebSocket connection management with exponential backoff + jitter retry, heartbeat detection, and circuit breaker pattern. Use when you need reliable WebSock... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 347 次。

如何安装 WebSocket Reconnect?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install websocket-reconnect」即可一键安装,无需额外配置。

WebSocket Reconnect 是免费的吗?

是的,WebSocket Reconnect 完全免费(开源免费),可自由下载、安装和使用。

WebSocket Reconnect 支持哪些平台?

WebSocket Reconnect 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 WebSocket Reconnect?

由 qwe123sddfsdfs(@qwe123sddfsdfs)开发并维护,当前版本 v1.0.0。

💬 留言讨论