← Back to Skills Marketplace
1194
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install vizclaw
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.
Usage Guidance
This skill is coherent with its stated purpose, but it transmits local OpenClaw events to an external VizClaw service. Before installing or running:
- Inspect scripts/connect.py locally (the bundle includes the file) rather than blindly running a remote URL.
- Avoid piping outputs that may contain secrets (API keys, private prompts, tokens) into the bridge; use overview/hidden modes if available.
- If you must test, run it in a restricted environment (network controls or sandbox) and point it at non-sensitive test logs/gateways first.
- If you plan to use the uv run https://vizclaw.com URL from SKILL.md, remember that downloads and execution will come from that domain — only do that if you trust vizclaw.com.
If you want, I can scan the full connect.py for specific endpoint URLs, payload shapes, and any hardcoded domains or tokens (the provided file is truncated).
Capability Analysis
Type: OpenClaw Skill
Name: vizclaw
Version: 1.0.3
The VizClaw skill is designed to stream OpenClaw events to the VizClaw visualization service. The `scripts/connect.py` file handles event parsing and sends them via WebSockets or HTTP POST to `api.vizclaw.com`, which is consistent with the skill's stated purpose. The `SKILL.md` file provides installation and usage instructions, including direct execution of the Python script from `vizclaw.com`, which is the expected source. The script includes features like redaction modes for sensitive data and does not exhibit any signs of unauthorized data exfiltration, malicious execution, persistence, or prompt injection with harmful intent.
Capability Assessment
Purpose & Capability
Name/description (bridge OpenClaw runs to VizClaw rooms) matches the delivered artifacts: an event-bridging Python script that reads JSONL/stdin/local websocket gateways and POSTs/WSes events to VizClaw endpoints. No unrelated credentials or binaries are required.
Instruction Scope
SKILL.md and the script instruct the agent/user to tail local OpenClaw JSONL logs, connect to local websocket gateways (e.g. ws://127.0.0.1:18789), or accept stdin piping; those inputs can contain arbitrary text (including secrets). The README does include a short safety note, but the instructions do permit transmitting local agent activity to an external service, so users must avoid piping sensitive data. The scope is consistent with the stated purpose but has privacy/exfiltration risk.
Install Mechanism
The skill bundle contains the script (no install spec), which is low-risk. However SKILL.md encourages running the script directly from https://vizclaw.com via uv run — that is remote code execution from a third-party domain. Running the remote URL is convenient but increases risk; prefer installing the included code and inspecting it locally before execution.
Credentials
The skill declares no required env vars or credentials, which is proportional. The script does make outbound HTTP/WS connections to VizClaw and can be pointed at local gateways/files; this is expected, but it means local event data may be sent externally without needing explicit credentials. Users should confirm that event payloads do not contain secrets before enabling streaming.
Persistence & Privilege
The skill is not force-included (always:false), does not request system-wide config changes, and contains no install-time persistence mechanisms in the bundle. Autonomous invocation is allowed by default (platform normal) but not escalated by this skill.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install vizclaw - After installation, invoke the skill by name or use
/vizclaw - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
- No visible changes detected in this version.
- Functionality and documentation remain the same as the previous release.
v1.0.2
- No functional changes in this release.
- Documentation and skill description remain unchanged.
v1.0.1
- Added ClawHub installation instructions for easier setup.
- Updated quick commands section: clarified how to install and use VizClaw as a ClawHub skill.
- Emphasized that VizClaw events auto-stream when installed via ClawHub.
- No code changes; documentation improved for clarity and usability.
v1.0.0
Initial release of the VizClaw skill.
- Connects OpenClaw-style runs to VizClaw live rooms from a ClawHub-installable skill.
- Supports instant room creation and event streaming (agent, trigger, etc.) via JSONL or websocket.
- Includes safety features: overview/hidden mode redacts sensitive content.
- Provides quick command-line usage and advanced configuration options.
Metadata
Frequently Asked Questions
What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 1194 downloads so far.
How do I install vizclaw?
Run "/install vizclaw" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is vizclaw free?
Yes, vizclaw is completely free (open-source). You can download, install and use it at no cost.
Which platforms does vizclaw support?
vizclaw is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created vizclaw?
It is built and maintained by araa47 (@araa47); the current version is v1.0.3.
More Skills