comfyui-topology-viz

comfyui-topology-viz is a skill for Claude Code from automateyournetwork/netclaw. It costs 93 tokens per session (3,764 once invoked), scanned A, original, Apache-2.0.

A tool that turns a network topology—a description of devices and their connections—into one stylized, AI-generated still image through a self-hosted ComfyUI server. It creates a flat illustration rather than a navigable 3D scene.

In plain words
What is it for?
Use it to create flashy still images of network topologies from connected data sources or freeform descriptions. It does not cover video or animated traffic views.
Why use it?
It offers a visual summary of a network without requiring a 3D renderer, while reusing topology data from supported integrations or a written description.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: built for openclaw.

Good fit Use it to create flashy still images of network topologies from connected data sources or freeform descriptions. It does not cover video or animated traffic views.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/automateyournetwork/netclaw/comfyui-topology-viz
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add automateyournetwork/netclaw --skill comfyui-topology-viz
Clone the repo
git clone --depth 1 https://github.com/automateyournetwork/netclaw

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for comfyui-topology-viz

README.md
[![agentmods](https://agentmods.dev/badge/skills/automateyournetwork/netclaw/comfyui-topology-viz/github.svg)](https://agentmods.dev/skills/automateyournetwork/netclaw/comfyui-topology-viz)
Your own site
<a href="https://agentmods.dev/skills/automateyournetwork/netclaw/comfyui-topology-viz"><img src="https://agentmods.dev/badge/skills/automateyournetwork/netclaw/comfyui-topology-viz/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for comfyui-topology-viz

Your own site · 80×15
<a href="https://agentmods.dev/skills/automateyournetwork/netclaw/comfyui-topology-viz"><img src="https://agentmods.dev/badge/skills/automateyournetwork/netclaw/comfyui-topology-viz.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 93 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,764 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00093 $0.03764
Opus 5 $0.00046 $0.01882
Sonnet 5 $0.00019 $0.00753
Haiku 4.5 $0.00009 $0.00376

Measured 8d ago against content hash 07cef497b21b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

comfyui-topology-viz scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

The scan reads SKILL.md. This mod also ships 12 executable files (__init__.py, comfyui_client.py, federated_generation.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

workspace/skills/comfyui-topology-viz/SKILL.md · 221 lines

How it starts

The opening of the file, as written. The whole thing — 221 lines — stays where its author put it; the contents beside it link to each section on GitHub.

ComfyUI Network Topology Visualization Skill

Version: 1.0.0 Feature: 120-comfyui-topology-viz Status: Active

Overview

Turns a network topology into one stylized, AI-generated still image via a self-hosted ComfyUI instance — a different rendering path from NetClaw's existing three.js (threejs-network-viz), Blender (blender-3d-viz), and UE5 (ue5-network-viz) skills, which all produce navigable 3D scenes. This skill produces one flat, "flashy" illustration per request instead, reusing the same canonical topology model spec 046's three.js skill already assembles from any of NetClaw's existing topology-source integrations, or a freeform description.

v1 scope is stills only. Video (traffic flybys, packet-tracing animations) and stylized test-result cards are explicitly out of scope for this version — likely follow-on specs, not built here (spec.md FR-016).

Prerequisites

Required

  • A separately running ComfyUI instance — this skill does not install or manage ComfyUI itself, only connects to one you already have running. Get ComfyUI from https://github.com/comfyanonymous/ComfyUI or the ComfyUI Desktop app.
  • COMFYUI_URL in .env (see .env.example) — your ComfyUI instance's endpoint, e.g. http://127.0.0.1:8000. Required; there is no assumed default (FR-005), because comfyui-mcp's own built-in defaults (8000 for ComfyUI Desktop, 8188 for a manual install) are easy to mix up with your actual instance's port.
  • At least one image-generation checkpoint installed in ComfyUI (Stable Diffusion 1.5, SDXL, or Flux) — see "If you get 'no usable model found'" below if you haven't installed one yet.
  • The vendored comfyui-mcp server (mcp-servers/comfyui-mcp/), cloned and built via npm install && npm run build, registered as comfyui-mcp in config/openclaw.json.

Topology sources

Any of NetClaw's existing topology-of-record or lab-emulation integrations — Cisco Modeling Labs, GNS3, containerlab, EVE-NG, Nautobot, NetBox/Infrahub, IP Fabric, or Forward Networks — or a freeform plain-language description requiring no live source at all.

Read the full file on GitHub · 221 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago Changed · +24 lines 07cef497b21b
  2. 12d ago First seen · 197 lines · 93 tokens per session scan A d13441763453

Subscribe to this mod's changes

comfyui-topology-viz is a skill published in the GitHub repository automateyournetwork/netclaw (657 stars, last pushed 5d ago), licensed Apache-2.0. It adds 93 tokens to every session and 3,764 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

webgl-holographic-foil

A self-contained WebGL2 hero: thin-film interference over a crushed-foil surface whose palette shifts with the viewing angle; move the cursor to tilt the film.

nexu-io/open-design · 41 tokens

general-video

Author or edit a custom HyperFrames composition when no specialized workflow fits, or when BRIEF.md sets flow: companion. Use for longer or multi-scene pieces, brand and sizzle reels, montages, static loops, static title cards, footage remixes, and freeform builds. Use motion-graphics instead for a short unnarrated…

heygen-com/hyperframes · 92 tokens

html-ppt-hermes-cyber-terminal

OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.

nexu-io/open-design · 53 tokens

html-ppt-taste-brutalist

16:9 HTML deck in tactical-telemetry / CRT-terminal taste. Deactivated-CRT charcoal slides, white-phosphor monospace, hazard-red accent, scanline overlay, ASCII syntax, density over decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Tactical Telemetry mode).

nexu-io/open-design · 78 tokens

chengfeng-check-updates

An environment manager for a video-editing system. It checks whether its skills and runtime—the software needed to run them—are installed and compatible.

Agentchengfeng/chengfeng-videocut-skills · 120 tokens

diagnostic-stem-delivery

Audio production with diagnostic analysis, timecode parsing from documents, and verified export workflow.

HKUDS/OpenSpace · 23 tokens