client

Connect VuerClient to Vuer servers and emit custom events for real-time scene control.

3|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/vuer-ai/vuer-skill --skill client
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: client
Source: https://github.com/vuer-ai/vuer-skill/tree/main/skills/client
Command: npx skills add https://github.com/vuer-ai/vuer-skill --skill client

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables developers to connect to Vuer servers at runtime and dispatch custom events to drive 3D scenes and interactions.

Core Features & Use Cases

  • WebSocket-like client for real-time event delivery to Vuer servers.
  • Define and send custom events and receive responses from the server.
  • Use cases include remote control of 3D components, scene manipulation, and event-driven automation.

Quick Start

Instantiate VuerClient and connect to a Vuer server, then emit a custom event to trigger a scene update.

Frequently Asked Questions about client

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

FAQPage Schema
How do I send custom events to a Vuer server for real-time 3D scene control?

To send custom events for real-time 3D scene control, instantiate a VuerClient to establish a WebSocket-like connection with the Vuer server, then emit your custom events to trigger live scene updates.

What is the best way to manage asynchronous connections for event-driven 3D manipulation in Python?

Managing asynchronous connections for event-driven 3D manipulation in Python is handled by VuerClient, which provides asynchronous connection management and event serialization for real-time messaging.

Can I use RPC-style messaging to trigger server-side handlers from a Python client?

Yes, you can use RPC-style messaging to trigger server-side handlers from a Python client. VuerClient enables you to define custom events, send them to the server, and receive responses.

How do I serialize custom events for remote control of live 3D components?

To serialize custom events for remote control of live 3D components, use VuerClient's built-in event serialization features to package and dispatch your data over the WebSocket connection to the server.

Does VuerClient support event-driven automation for live 3D scenes?

Yes, VuerClient supports event-driven automation for live 3D scenes. It applies to workflows involving live 3D components, allowing you to emit custom events that trigger real-time scene updates and interactions.

When do I need an asynchronous WebSocket client for Vuer scene manipulation?

You need an asynchronous WebSocket client for Vuer scene manipulation when your workflow requires real-time event delivery, RPC-style messaging, or remote control of live 3D components between client and server.