3D Canvas — WebSocket Data Transport Skill

Stream real-time session, group, relationship, and canvas data from Agent Hand via WebSocket.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/weykon/agent-hand --skill 3d-canvas-websocket-data-transport-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 3D Canvas — WebSocket Data Transport Skill
Source: https://github.com/weykon/agent-hand/tree/main/skills/3d-canvas
Command: npx skills add https://github.com/weykon/agent-hand --skill 3d-canvas-websocket-data-transport-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill provides a real-time stream of Agent Hand's internal state, allowing for dynamic and interactive visualizations of agent sessions and their relationships.

Core Features & Use Cases

  • Real-time Data Streaming: Exposes session, group, relationship, and canvas data via WebSockets.
  • Customizable Visualizations: Enables the creation of 3D or other interactive UIs to monitor agent activity.
  • Use Case: Build a 3D force-directed graph where each node represents an agent session, with edges showing dependencies, allowing for an intuitive overview of a complex multi-agent system.

Quick Start

Connect to the WebSocket server at ws://127.0.0.1:3847 and subscribe to the 'sessions' channel to receive real-time updates.

Frequently Asked Questions about 3D Canvas — WebSocket Data Transport Skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I stream real-time agent session data via WebSockets for visualization?

To stream real-time agent session data via WebSockets, connect to the WebSocket server at ws://127.0.0.1:3847 and subscribe to the 'sessions' channel to receive push updates of agent activity.

What is the best way to visualize AI agent relationships in a 3D force-directed graph?

To visualize AI agent relationships in a 3D force-directed graph, use a WebSocket connection to stream real-time session and relationship data, representing sessions as nodes and dependencies as edges.

What data channels are available when monitoring agent activity through a WebSocket connection?

When monitoring agent activity through a WebSocket connection, available data channels include session, group, relationship, and canvas data, providing a comprehensive stream of the agent's internal state.

Do I need to establish a WebSocket connection to receive real-time updates for custom 3D dashboards?

Yes, establishing a WebSocket connection is required to receive push updates and requests for real-time updates, enabling the development of custom interactive 3D dashboards and visualizations.

Can I use this data streaming approach to build custom interactive UIs for monitoring multi-agent systems?

Yes, you can use this real-time data streaming approach to build custom interactive UIs, allowing for dynamic monitoring and intuitive overviews of complex multi-agent systems and their dependencies.