Viz Stop banner
JSungMin JSungMin

Viz Stop

Development community

Description

--- description: Stop the vs-token-safer dashboard server started by /vs-token-safer:viz (frees the port; nothing was ever transmitted). --- # vs-token-safer — stop the dashboard Shut down the local dashboard server. It reads the pidfile written at start and signals that process. Do this: 1. Run: ``` vts serve --stop ``` or, if `vts` is not on PATH: ``` node "$CLAUDE_PLUGIN_ROOT/server/cli.js" serve --stop ``` 2. Report its output verbatim — it says whether it stopped t

Installation

Installs to ~/.claude/skills/jsungmin-vs-token-safer-viz-stop/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jsungmin-vs-token-safer-viz-stop && curl -fsSL https://raw.githubusercontent.com/JSungMin/vs-token-safer/HEAD/commands/viz-stop.md -o ~/.claude/skills/jsungmin-vs-token-safer-viz-stop/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository