dashboard

dashboard is a command for coding agents from drobins25/craft. It costs 43 tokens per session (1,497 once invoked), scanned A, original, MIT.

A command that opens a project dashboard showing cycles, stories, records, and their connections in one page. It first rebuilds the dashboard data and checks whether the page template needs updating.

In plain words
What is it for?
It helps check a project, rebuild its dashboard, update the copied page when needed, and open it.
Why use it?
It keeps the project’s dashboard current and avoids opening an outdated or missing page.

Command

Installs and runs on its own, but its text points at files inside its plugin — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed. Installing the plugin gets both.

Part of the craft plugin — 29 commands, 27 agents, 1 MCP server shipped together

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.

agentmods
npx agentmods add commands/drobins25/craft/craft-dashboard
Clone the repo
git clone --depth 1 https://github.com/drobins25/craft

Or install craft, the plugin that ships this one along with the rest of its 29 commands, 27 agents, 1 MCP server.

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 dashboard

README.md
[![agentmods](https://agentmods.dev/badge/commands/drobins25/craft/craft-dashboard.svg)](https://agentmods.dev/commands/drobins25/craft/craft-dashboard)
Your own site
<a href="https://agentmods.dev/commands/drobins25/craft/craft-dashboard"><img src="https://agentmods.dev/badge/commands/drobins25/craft/craft-dashboard.svg" alt="Measured on agentmods" height="20"></a>
Per session 43 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,497 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00043 $0.01497
Opus 5 $0.00022 $0.00749
Sonnet 5 $0.00009 $0.00299
Haiku 4.5 $0.00004 $0.00150

Measured 5d ago against content hash e7c5e1278308, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

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 5d 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.

commands/craft-dashboard.md · 119 lines

How it starts

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

Dashboard

Opens .craft/dashboard.html - a single page rendering your project's whole graph (cycles, stories, records, and how they connect). The page is a copied artifact with its own version, independent of the plugin version; this command is what keeps it current.

Project Root

Use $CRAFT_PROJECT_ROOT (set at session start) as the base path for all .craft/ references. If not set, resolve it by walking up from PWD to find the nearest .craft/.global-state.

Set PROJECT to ${CRAFT_PROJECT_ROOT:-.}.

Flow

Step 1: Check the page

Run:

bash ${CLAUDE_PLUGIN_ROOT}/scripts/dashboard/dashboard-page.sh --check --root "$PROJECT"

Read STATE and COPY from its output. Branch:

STATE=no-project - print one plain line: "No craft project found here - run /craft:init first." Stop. Do not rebuild, do not open.

STATE=missing - this is a first run, nothing to ask. Pull silently:

bash ${CLAUDE_PLUGIN_ROOT}/scripts/dashboard/dashboard-page.sh --pull --root "$PROJECT"

No question, no extra line about it. Remember that this was the first run - Step 2 prints the reveal instead of the routine receipt. Continue to Step 2.

STATE=behind - the shipped template moved ahead of the user's copy. Ask via AskUserQuestion, wording chosen by COPY:

  • COPY=edited: "Your copy has local edits. Pulling replaces it - your edited version will be kept at .craft/dashboard-backup.html."
  • COPY=unknown: "Your dashboard page looks different from what craft last delivered (or was never tracked). Pulling replaces it - your current version will be kept at .craft/dashboard-backup.html."
  • COPY=pristine: "A better version of your second brain is ready. Pull it?"

Options are "Pull the update" and "Keep my current page" (declining is always allowed). If the user accepts, run:

bash ${CLAUDE_PLUGIN_ROOT}/scripts/dashboard/dashboard-page.sh --pull --root "$PROJECT"

Either way, continue to Step 2.

STATE=current - nothing to ask, nothing to print about it. Continue to Step 2.

Read the full file on GitHub · 119 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. 5d ago First seen · 119 lines · 43 tokens per session scan A e7c5e1278308

Subscribe to this mod's changes

dashboard is a command published in the GitHub repository drobins25/craft (53 stars, last pushed 6d ago), licensed MIT. It adds 43 tokens to every session and 1,497 once invoked, about $0.0002 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.