Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add Samuel0101010/wisp-orchestrator/plugin install wispWrote 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.
[](https://agentmods.dev/commands/samuel0101010/wisp-orchestrator/wisp-dashboard)<a href="https://agentmods.dev/commands/samuel0101010/wisp-orchestrator/wisp-dashboard"><img src="https://agentmods.dev/badge/commands/samuel0101010/wisp-orchestrator/wisp-dashboard.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00012 | $0.00430 |
| Opus 5 | $0.00006 | $0.00215 |
| Sonnet 5 | $0.00002 | $0.00086 |
| Haiku 4.5 | $0.00001 | $0.00043 |
Grade A, and why
wisp-dashboard 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.
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.
What it actually says
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"
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.
- 8d ago First seen · 26 lines · 12 tokens per session scan A 137412d1ac28
wisp-dashboard is a command published in the GitHub repository Samuel0101010/wisp-orchestrator (4 stars, last pushed 4d ago), licensed Apache-2.0. It adds 12 tokens to every session and 430 once invoked, about $0.0001 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-31.
Other commands, from other repositories
bug
Reproduce then TDD-fix a ready-for-agent bug ticket in this checkout. Web bugs get a browser repro first.
ci
Watch gh pr checks until green and fix failures on this branch. Do not merge.
decree
Issue a decree. Seats the organization on first use, then dispatches the teams.
bob-new
Provision a well-formed task onto the Bob board from a rough description.
report
The full account of the current decree — every figure verified before stated.
assess
Run an AI literacy assessment — scan the repo for evidence, ask clarifying questions, produce a timestamped assessment document, apply immediate habitat fixes, recommend workflow changes, capture a reflection, and add a literacy level badge to the README.