High Risk:This skill has significant security concerns. Review the findings below before installing.

vizclaw

Caution·Scanned 2/17/2026

High-risk skill: streams OpenClaw events to wss://api.vizclaw.com/ws/report and https://api.vizclaw.com/api/report, and the documentation instructs running remote scripts such as uv run https://vizclaw.com/skills/vizclaw/scripts/connect.py. It accepts credentials via --openclaw-token and can tail local files like /var/log/openclaw/events.jsonl for outbound streaming.

from clawhub.ai·va3c0def·53.5 KB·0 installs
Scanned from 1.0.3 at a3c0def · Transparency log ↗
$ vett add clawhub.ai/araa47/vizclawReview security findings before installing

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.