Skip to content
Development
Command

/wisp-dashboard

Open the WISP dashboard in your browser

From plugin
wisp
41 skill4 agents1 command2 hooks
Install
> /plugin marketplace add Samuel0101010/wisp-orchestrator
> /plugin install wisp@wisp-local

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/wisp-dashboard

Context preview

What this command does when you run it.

Open the WISP dashboard in your browser

Command definition

wisp-dashboard.md
name: wisp-dashboard
description: Open the WISP dashboard in your browser
allowed-tools: Bash(powershell *), Bash(bash *)

Launch the WISP dashboard server (if not already running) and open it in your default browser. The launcher picks a free port in the 4400-4500 range, writes its connection state + log paths into its data dir, and prints the URL. Re-running is safe: if a server is already live it just re-opens the browser instead of spawning a second one.

**First-launch:** the launcher auto-runs `pnpm install && pnpm build` (~1-2 minutes one-time). Requires **Node >= 20.10** — **Node 22 LTS or Node 24 LTS recommended**, because a prebuilt `better-sqlite3` binary ships for them and no C++ compiler is needed. The launcher uses `pnpm` if on PATH, otherwise falls back to `corepack` (bundled with Node). Native compilation only kicks in on an untested Node (no prebuilt); that needs Windows → Visual Studio Build Tools (C++ workload), macOS → `xcode-select --install`, Linux → `build-essential` + `python3`. On a build failure the launcher prints the log path and a targeted hint.

**For live runs** (spawning agents), the standalone **`claude` CLI must be on PATH** — this is separate from the Claude Code desktop app. The dashboard still boots without it; `/api/health` simply surfaces an auth hint.

**Choose the launcher by OS — run exactly ONE block.** On **Windows**, run ONLY the PowerShell block. On **macOS/Linux**, run ONLY the bash block. Never run the bash launcher on Windows.

**Windows (PowerShell):**

powershell -ExecutionPolicy Bypass -File "${CLAUDE_PLUGIN_ROOT}/scripts/launch-dashboard.ps1"

**macOS/Linux (bash):**

bash "${CLAUDE_PLUGIN_ROOT}/scripts/launch-dashboard.sh"
Read more
Ships withwisp

Visual team-builder, plan-as-artifact, and live execution graph for autonomous Claude Code agent crews. Spawn a 3-role team, generate a DAG plan, run for hours, watch it ship in your browser.

Get the whole plugin