websocket-debugger

Official

Debug Django Channels WebSocket issues.

Authorallthriveai
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps you diagnose and fix WebSocket connection and messaging issues in Django Channels, including authentication, channel layers, and Redis integration.

Core Features & Use Cases

  • Connection & Handshake Verification: Ensure the WebSocket connects and completes the handshake.
  • Authentication over WS: Validate JWT/auth headers and middleware processing.
  • Channel Layer & Redis Debugging: Inspect channel groups and Redis pub/sub for message delivery.
  • Real-time Messaging Troubleshooting: Diagnose missing or delayed messages and streams.

Quick Start

Connect to a test WebSocket endpoint, verify the token is valid, monitor channel logs, and test message flow end-to-end.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: websocket-debugger
Download link: https://github.com/allthriveai/allthriveai/archive/main.zip#websocket-debugger

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository