dashboard

dashboard is a command for coding agents from nguyenthienthanh/aura-frog. It costs 0 tokens per session (1,119 once invoked), scanned A, original, MIT.

A command-line dashboard that shows the current state of a project's plan and active work on one screen. It can also show conflicts, stored project memory, tool-server activity, and preflight checks.

In plain words
What is it for?
Use it for a one-time or live status view, machine-readable JSON output, or a focused section such as the plan, conflicts, memory, tool connections, or preflight checks.
Why use it?
It gives a quick view of what is active, blocked, frozen, or recently changed without opening several files or commands.

Command

Part of the aura-frog plugin — 43 skills, 24 commands, 15 agents, 10 hooks, 6 MCP servers 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/nguyenthienthanh/aura-frog/dashboard
Clone the repo
git clone --depth 1 https://github.com/nguyenthienthanh/aura-frog

Or install aura-frog, the plugin that ships this one along with the rest of its 43 skills, 24 commands, 15 agents, 10 hooks, 6 MCP servers.

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/nguyenthienthanh/aura-frog/dashboard.svg)](https://agentmods.dev/commands/nguyenthienthanh/aura-frog/dashboard)
Your own site
<a href="https://agentmods.dev/commands/nguyenthienthanh/aura-frog/dashboard"><img src="https://agentmods.dev/badge/commands/nguyenthienthanh/aura-frog/dashboard.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 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,119 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 $0.00000 $0.01119
Opus 5 $0.00000 $0.00560
Sonnet 5 $0.00000 $0.00224
Haiku 4.5 $0.00000 $0.00112

Measured 5d ago against content hash 3bdcc5be70be, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, 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.

aura-frog/commands/dashboard.md · 92 lines

How it starts

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

/aura-frog:dashboard

CLI status display — terse one-screen view of plan tree, active task, conflicts, freezes, token budget, recent decisions.


Usage

/aura-frog:dashboard                    # static one-shot snapshot (default)
/aura-frog:dashboard --live             # live refresh every 5s (until Ctrl-C)
/aura-frog:dashboard --json             # machine-readable JSON for automation
/aura-frog:dashboard --section <name>   # only one section: plan|active|conflicts|memory|mcp|preflight

Sections

sections[6]{name,what_it_shows}:
  plan,"T0-T4 tree summary: counts per tier, status histogram, deviation_score across active path"
  active,"Active task + ancestors + frozen count + recent run-state.json"
  conflicts,"Open conflicts (unresolved CONFLICT-NNNNN), stale frozen (>24h), arbitration history tail"
  memory,"permanent_memory.md size + last Epic distillation timestamp + Tentative-section count"
  mcp,"per-server enable + 24h call count + blocked count + rate-limit status"
  preflight,"session bypass count + last block reason + linter version"

Static output (default)

🐸 Aura Frog — Dashboard
─────────────────────────────────────────────────────────────
Plan tree (5 nodes · 8/8 invariants ✓)
  ▶ INIT-001  ✓ FEAT-A  ✓ FEAT-B  ✓ FEAT-C  ✓ FEAT-D  ▶ FEAT-E
  Active path: MISSION → INIT-001 → FEAT-E → STORY-0050 → TASK-00200
  Tier counts: T0=1, T1=1, T2=5, T3=12, T4=47

Active task (TASK-00200) — Phase 3 (GREEN)
  Status: active · revision 2 · deviation 0.18 · replan budget 2/3
  Recent: 12 trace events · 0 hallucinations flagged · 1 file_write
  Ready queue: 4 · Frozen: 0 · Blocked: 0

Conflicts: 0 open · 0 stale (>24h)
Memory: permanent_memory.md 4 Epics · 2,840 tokens / 8,000 cap · 0 Tentative
MCP: 6 servers enabled · 87 calls today · 0 blocked
Pre-flight: 0 bypasses this session · last block: never

Protocol — static (default)

  1. Read .claude/plans/active.json for active path
  2. Run bash scripts/plans/render-plan-tree.sh for tier counts (parsed, not rendered tree)
  3. Read latest run-state from .claude/logs/runs/<latest>/run-state.json
  4. Read open conflicts from .claude/plans/conflicts.jsonl (latest per conflict_id, filter resolution: null)
  5. Read .claude/memory/permanent_memory.md for size + Epic count
  6. Read <security-dir>/mcp-audit.jsonl tail (last 24h) for MCP stats (see hooks/lib/security-dir.cjs)
  7. Read .claude/logs/.preflight-bypass-count for session bypass count
  8. Project all into TOON via scripts/json-to-toon.cjs --schema generic per section
  9. Render to stdout

Read the full file on GitHub · 92 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 · 92 lines · 0 tokens per session scan A 3bdcc5be70be

Subscribe to this mod's changes

dashboard is a command published in the GitHub repository nguyenthienthanh/aura-frog (24 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,119 tokens. 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.