vizclaw
Connect OpenClaw-style runs to VizClaw live rooms from a ClawHub-installable skill. Use when you need quick room creation, JSONL/websocket bridging, trigger and agent event streaming, or safe overview-mode visualization.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/araa47/vizclawWhat This Skill Does
The VizClaw skill serves as a high-performance bridge between OpenClaw-style agent runs and VizClaw live rooms. It is designed to provide real-time observability into agent decision-making, tool execution, and event streaming. By leveraging a websocket-based architecture, VizClaw allows developers to monitor complex agent flows without needing to manually inspect log files or terminal output. It supports structured event ingestion, heartbeat monitoring for long-running processes, and optional privacy modes to ensure sensitive information remains protected during live demonstrations or team collaboration sessions.
Installation
Installation is streamlined for maximum compatibility with existing OpenClaw environments. For most users, the recommended approach is via ClawHub:
npx clawhub@latest install vizclaw
Alternatively, you can utilize the direct execution method using UV if you prefer to run it as a standalone utility connected to your agent process:
uv run https://vizclaw.com/skills/vizclaw/scripts/connect.py
Use Cases
- Live Agent Debugging: Watch your agent's thought process and tool calls in real-time as they happen, making it easier to identify logic loops or failed API calls instantly.
- Safe Overview Monitoring: Use
overviewmode to project agent activity during meetings or presentations without exposing secret keys, user queries, or private file contents. - Event Aggregation: Stream telemetry from multiple agent models (like Claude or GPT-4o) into a unified dashboard to compare performance and response times.
- Task Lifecycle Management: Implement reminders and heartbeats to track long-running autonomous workflows, ensuring your agent hasn't stalled during extended data processing tasks.
Example Prompts
- "Initialize a new VizClaw room for this session and stream all tool execution data to the project dashboard."
- "Enable overview mode and hide all sensitive query text while I record this screen session for the team."
- "Set a heartbeat interval of 60 seconds and sync the current task status to the VizClaw portal."
Tips & Limitations
- Security First: Always use the appropriate mode (detailed vs. overview/hidden) based on the sensitivity of your data. The skill redacts data in overview mode, but local variables may still leak if logs are exposed.
- Network Performance: Since VizClaw relies on websocket bridging, ensure your local network allows outbound websocket connections to the VizClaw infrastructure.
- Compatibility: This skill is optimized for OpenClaw runtimes. While it can ingest generic JSONL, full feature parity (like heartbeat and tool tracking) is best achieved using native OpenClaw event schemas.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-araa47-vizclaw": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, data-collection, external-api
Related Skills
local-whisper
Local speech-to-text using OpenAI Whisper. Runs fully offline after model download. High quality transcription with multiple model sizes.
ez-unifi
Use when asked to manage UniFi network - list/restart/upgrade devices, block/unblock clients, manage WiFi networks, control PoE ports, manage traffic rules, create guest vouchers, or any UniFi controller task. Works with UDM Pro/SE, Dream Machine, Cloud Key Gen2+, or self-hosted controllers.
ez-google
Use when asked to send email, check inbox, read emails, check calendar, schedule meetings, create events, search Google Drive, create Google Docs, read or write spreadsheets, find contacts, or any task involving Gmail, Google Calendar, Drive, Docs, Sheets, Slides, or Contacts. Agent-friendly with hosted OAuth - no API keys needed.
gemini-stt
Transcribe audio files using Google's Gemini API or Vertex AI
local-stt
Local STT with selectable backends - Parakeet (best accuracy) or Whisper (fastest, multilingual).