Skills 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
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/araa47/vizclaw" ~/.claude/skills/openclaw-skills-vizclaw && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/araa47/vizclaw" ~/.openclaw/skills/openclaw-skills-vizclaw && rm -rf "$T"
manifest: skills/araa47/vizclaw/SKILL.md
source content

VizClaw Skill

Use this skill to create a VizClaw room and stream OpenClaw-style events.

Quick commands

Install from ClawHub:

npx clawhub@latest install vizclaw

Then run your agent normally and VizClaw events auto-stream.

Direct script from vizclaw.com:

uv run https://vizclaw.com/skills/vizclaw/scripts/connect.py
openclaw run ... --json | uv run https://vizclaw.com/skills/vizclaw/scripts/connect.py --openclaw-jsonl --mode detailed

Advanced config (skills, models, reminders, heartbeat):

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.