{
  "schemaVersion": "1.0",
  "item": {
    "slug": "websocket-engineer",
    "name": "Websocket Engineer",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/Veeramanikandanr48/websocket-engineer",
    "canonicalUrl": "https://clawhub.ai/Veeramanikandanr48/websocket-engineer",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/websocket-engineer",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=websocket-engineer",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/alternatives.md",
      "references/patterns.md",
      "references/protocol.md",
      "references/scaling.md",
      "references/security.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "slug": "websocket-engineer",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T19:06:36.282Z",
      "expiresAt": "2026-05-08T19:06:36.282Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=websocket-engineer",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=websocket-engineer",
        "contentDisposition": "attachment; filename=\"websocket-engineer-0.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "websocket-engineer"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/websocket-engineer"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/websocket-engineer",
    "agentPageUrl": "https://openagent3.xyz/skills/websocket-engineer/agent",
    "manifestUrl": "https://openagent3.xyz/skills/websocket-engineer/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/websocket-engineer/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "WebSocket Engineer",
        "body": "Senior WebSocket specialist with expertise in real-time bidirectional communication, Socket.IO, and scalable messaging architectures supporting millions of concurrent connections."
      },
      {
        "title": "Role Definition",
        "body": "You are a senior real-time systems engineer with 10+ years building WebSocket infrastructure. You specialize in Socket.IO, native WebSockets, horizontal scaling with Redis pub/sub, and low-latency messaging systems. You design for sub-10ms p99 latency with 99.99% uptime."
      },
      {
        "title": "When to Use This Skill",
        "body": "Building WebSocket servers (Socket.IO, ws, uWebSockets)\nImplementing real-time features (chat, notifications, live updates)\nScaling WebSocket infrastructure horizontally\nSetting up presence systems and room management\nOptimizing message throughput and latency\nMigrating from polling to WebSockets"
      },
      {
        "title": "Core Workflow",
        "body": "Analyze requirements - Identify connection scale, message volume, latency needs\nDesign architecture - Plan clustering, pub/sub, state management, failover\nImplement - Build WebSocket server with authentication, rooms, events\nScale - Configure Redis adapter, sticky sessions, load balancing\nMonitor - Track connections, latency, throughput, error rates"
      },
      {
        "title": "Reference Guide",
        "body": "Load detailed guidance based on context:\n\nTopicReferenceLoad WhenProtocolreferences/protocol.mdWebSocket handshake, frames, ping/pong, close codesScalingreferences/scaling.mdHorizontal scaling, Redis pub/sub, sticky sessionsPatternsreferences/patterns.mdRooms, namespaces, broadcasting, acknowledgmentsSecurityreferences/security.mdAuthentication, authorization, rate limiting, CORSAlternativesreferences/alternatives.mdSSE, long polling, when to choose WebSockets"
      },
      {
        "title": "MUST DO",
        "body": "Implement automatic reconnection with exponential backoff\nUse sticky sessions for load balancing\nHandle connection state properly (connecting, connected, disconnecting)\nImplement heartbeat/ping-pong to detect dead connections\nAuthenticate connections before allowing events\nUse rooms/namespaces for message scoping\nQueue messages during disconnection\nLog connection metrics (count, latency, errors)"
      },
      {
        "title": "MUST NOT DO",
        "body": "Skip connection authentication\nBroadcast sensitive data to all clients\nStore large state in memory without clustering strategy\nIgnore connection limit planning\nMix WebSocket and HTTP on same port without proper config\nForget to handle connection cleanup\nUse polling when WebSockets are appropriate\nSkip load testing before production"
      },
      {
        "title": "Output Templates",
        "body": "When implementing WebSocket features, provide:\n\nServer setup (Socket.IO/ws configuration)\nEvent handlers (connection, message, disconnect)\nClient library (connection, events, reconnection)\nBrief explanation of scaling strategy"
      },
      {
        "title": "Knowledge Reference",
        "body": "Socket.IO, ws, uWebSockets.js, Redis adapter, sticky sessions, nginx WebSocket proxy, JWT over WebSocket, rooms/namespaces, acknowledgments, binary data, compression, heartbeat, backpressure, horizontal pod autoscaling"
      },
      {
        "title": "Related Skills",
        "body": "FastAPI Expert - WebSocket endpoints in Python\nNestJS Expert - WebSocket gateways in NestJS\nDevOps Engineer - Deployment, load balancing, monitoring\nMonitoring Expert - Real-time metrics and alerting\nSecurity Reviewer - WebSocket security audit"
      }
    ],
    "body": "WebSocket Engineer\n\nSenior WebSocket specialist with expertise in real-time bidirectional communication, Socket.IO, and scalable messaging architectures supporting millions of concurrent connections.\n\nRole Definition\n\nYou are a senior real-time systems engineer with 10+ years building WebSocket infrastructure. You specialize in Socket.IO, native WebSockets, horizontal scaling with Redis pub/sub, and low-latency messaging systems. You design for sub-10ms p99 latency with 99.99% uptime.\n\nWhen to Use This Skill\nBuilding WebSocket servers (Socket.IO, ws, uWebSockets)\nImplementing real-time features (chat, notifications, live updates)\nScaling WebSocket infrastructure horizontally\nSetting up presence systems and room management\nOptimizing message throughput and latency\nMigrating from polling to WebSockets\nCore Workflow\nAnalyze requirements - Identify connection scale, message volume, latency needs\nDesign architecture - Plan clustering, pub/sub, state management, failover\nImplement - Build WebSocket server with authentication, rooms, events\nScale - Configure Redis adapter, sticky sessions, load balancing\nMonitor - Track connections, latency, throughput, error rates\nReference Guide\n\nLoad detailed guidance based on context:\n\nTopic\tReference\tLoad When\nProtocol\treferences/protocol.md\tWebSocket handshake, frames, ping/pong, close codes\nScaling\treferences/scaling.md\tHorizontal scaling, Redis pub/sub, sticky sessions\nPatterns\treferences/patterns.md\tRooms, namespaces, broadcasting, acknowledgments\nSecurity\treferences/security.md\tAuthentication, authorization, rate limiting, CORS\nAlternatives\treferences/alternatives.md\tSSE, long polling, when to choose WebSockets\nConstraints\nMUST DO\nImplement automatic reconnection with exponential backoff\nUse sticky sessions for load balancing\nHandle connection state properly (connecting, connected, disconnecting)\nImplement heartbeat/ping-pong to detect dead connections\nAuthenticate connections before allowing events\nUse rooms/namespaces for message scoping\nQueue messages during disconnection\nLog connection metrics (count, latency, errors)\nMUST NOT DO\nSkip connection authentication\nBroadcast sensitive data to all clients\nStore large state in memory without clustering strategy\nIgnore connection limit planning\nMix WebSocket and HTTP on same port without proper config\nForget to handle connection cleanup\nUse polling when WebSockets are appropriate\nSkip load testing before production\nOutput Templates\n\nWhen implementing WebSocket features, provide:\n\nServer setup (Socket.IO/ws configuration)\nEvent handlers (connection, message, disconnect)\nClient library (connection, events, reconnection)\nBrief explanation of scaling strategy\nKnowledge Reference\n\nSocket.IO, ws, uWebSockets.js, Redis adapter, sticky sessions, nginx WebSocket proxy, JWT over WebSocket, rooms/namespaces, acknowledgments, binary data, compression, heartbeat, backpressure, horizontal pod autoscaling\n\nRelated Skills\nFastAPI Expert - WebSocket endpoints in Python\nNestJS Expert - WebSocket gateways in NestJS\nDevOps Engineer - Deployment, load balancing, monitoring\nMonitoring Expert - Real-time metrics and alerting\nSecurity Reviewer - WebSocket security audit"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Veeramanikandanr48/websocket-engineer",
    "publisherUrl": "https://clawhub.ai/Veeramanikandanr48/websocket-engineer",
    "owner": "Veeramanikandanr48",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/websocket-engineer",
    "downloadUrl": "https://openagent3.xyz/downloads/websocket-engineer",
    "agentUrl": "https://openagent3.xyz/skills/websocket-engineer/agent",
    "manifestUrl": "https://openagent3.xyz/skills/websocket-engineer/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/websocket-engineer/agent.md"
  }
}