From pipecrew
Lists every PipeCrew site-view server on localhost by probing ports 5173-5195. Reports port, PID, workspace, run-id, character count, and input status. Use when tracking multiple runs or cleaning up stale servers.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pipecrew:siteview-listThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Quick inventory of every PipeCrew site-view server currently running.
Quick inventory of every PipeCrew site-view server currently running.
Useful when:
/pipecrew:siteview-list
No arguments. Scans localhost ports 5173–5195; any server responding to /state with a PipeCrew-shaped payload is reported.
When the user invokes /siteview-list:
node {plugin_dir}/skills/siteview-list/scan.js
/pipecrew:site-view to start one.3 site-view server(s) running:
PORT PID WORKSPACE RUN ID CHARS INPUT FEATURE
---- ------ --------- ------------------------------------------------ ----- ----- -------
5173 20828 dal 2026-04-16-114907-simulated-demo 10 no simulated-demo
5177 16352 dal 2026-04-16-122519-book-content-upload 16 no book-content-upload
5178 13252 dal 2026-04-17-024620-simulated-demo 15 no simulated-demo
Scan range + probe details documented in {plugin_dir}/skills/siteview-list/scan.js header.
npx claudepluginhub pipecrew-ai/pipecrew --plugin pipecrewKills stale PipeCrew site-view servers left running after session restarts. Discovers all running instances via probe and kills them; supports selective keep flags.
Lists all listening ports with process info, framework detection (Next.js, Vite, Django), Docker containers, and interactive kill commands. Works on macOS.
Lists and inspects sites on Laravel Forge servers by name, IP, or ID. Returns canonical site records including ID, name, status, and repo info.