← Back to Skills Marketplace
qwe123sddfsdfs

WebSocket Reconnect

by qwe123sddfsdfs · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
347
Downloads
0
Stars
4
Active Installs
1
Versions
Install in OpenClaw
/install websocket-reconnect
Description
WebSocket connection management with exponential backoff + jitter retry, heartbeat detection, and circuit breaker pattern. Use when you need reliable WebSock...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install websocket-reconnect
  3. After installation, invoke the skill by name or use /websocket-reconnect
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: exponential backoff + jitter, heartbeat detection, circuit breaker pattern
Metadata
Slug websocket-reconnect
Version 1.0.0
License
All-time Installs 4
Active Installs 4
Total Versions 1
Frequently Asked Questions

What is WebSocket Reconnect?

WebSocket connection management with exponential backoff + jitter retry, heartbeat detection, and circuit breaker pattern. Use when you need reliable WebSock... It is an AI Agent Skill for Claude Code / OpenClaw, with 347 downloads so far.

How do I install WebSocket Reconnect?

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

Is WebSocket Reconnect free?

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

Which platforms does WebSocket Reconnect support?

WebSocket Reconnect is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created WebSocket Reconnect?

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

💬 Comments