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.
Scanned 9/19/2026
Install to Claude Code
npx -y skills add rondoflow/rondoflow --skill stream-runs-vizclaw-rooms --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Stream Runs Vizclaw Rooms?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/rondoflow-stream-runs-vizclaw-rooms)More formats (shields.io, HTML) on the badges page.
---
name: stream-runs-vizclaw-rooms
description: "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."
category: "AI & Agents"
author: community
version: "1.0.3"
icon: bot
---
# VizClaw Skill
Use this skill to create a VizClaw room and stream OpenClaw-style events.
## Quick commands
Install from ClawHub:
```bash
npx clawhub@latest install vizclaw
```
Then run your agent normally and VizClaw events auto-stream.
Direct script from vizclaw.com:
```bash
uv run https://vizclaw.com/skills/vizclaw/scripts/connect.py
```
```bash
openclaw run ... --json | uv run https://vizclaw.com/skills/vizclaw/scripts/connect.py --openclaw-jsonl --mode detailed
```
Advanced config (skills, models, reminders, heartbeat):
```bash
uv run https://vizclaw.com/skills/vizclaw/scripts/connect.py \
--skills "ez-google,ez-unifi,claude-code" \
--available-models "sonnet,haiku,gpt-4o" \
--heartbeat-interval 30 \
--reminders-json '[{"title":"Check email","schedule":"every 30min"}]'
```
## Safety
- In `overview`/`hidden` mode, query/tool/report text is redacted.
- Do not stream secrets or sensitive data you are not allowed to share.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!