Overview (Stub)
The Cyberwave Claude skill guides you through building a Physical AI application — controlling robots, reading sensors, managing digital twins, and streaming video. When invoked, it walks you through three paths:- Python SDK (recommended) — installation, authentication, twin connection, joint control, camera capture, video streaming, workflows, and alerts
- C++ SDK — coming soon; redirects to Python SDK or raw APIs in the meantime
- APIs directly — REST (HTTPS, Bearer token) and MQTT (real-time joint control, telemetry, WebRTC signalling) for any language
Installation
Global (available in all projects):Usage
In any Claude Code session, run:Requirements
- Claude Code
- A Cyberwave account — sign up
- Python 3.11+ and FFMPEG (for the Python SDK path)