dashboard

dashboard is a skill for Claude Code from zzunaid/prompt-line. It costs 13 tokens per session (283 once invoked), scanned A, original, MIT.

A skill that starts Promptline, a local web dashboard for browsing Claude Code prompt history. The dashboard runs on the user's own computer.

In plain words
What is it for?
Use it to launch and open the local prompt-history dashboard at its browser address.
Why use it?
It provides a visual way to review past prompts instead of searching through raw history. It also checks that the local dashboard is responding before reporting it as available.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter. Also seen: mentions Claude Code.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the promptline plugin — 1 skill shipped together

Good fit Use it to launch and open the local prompt-history dashboard at its browser address.

Compare 6 skills from other repositories ↓
Install

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.

Claude Code
/plugin marketplace add zzunaid/prompt-line
Claude Code
/plugin install promptline

Made for: Claude Code.

Or install promptline, the plugin that ships this one along with the rest of its 1 skill.

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/skills/zzunaid/prompt-line/dashboard.svg)](https://agentmods.dev/skills/zzunaid/prompt-line/dashboard)
Your own site
<a href="https://agentmods.dev/skills/zzunaid/prompt-line/dashboard"><img src="https://agentmods.dev/badge/skills/zzunaid/prompt-line/dashboard.svg" alt="Measured on agentmods" height="20"></a>
Per session 13 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 283 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
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.00013 $0.00283
Opus 5 $0.00006 $0.00142
Sonnet 5 $0.00003 $0.00057
Haiku 4.5 $0.00001 $0.00028

Measured 8d ago against content hash 3b5736f56b9d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

dashboard scanned grade A with 1 finding 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

`http://127.0.0.1:8787/api/data` (e.g. `curl -s -o /dev/null -w '%{http_code}' http://127.0.0.1:8787/api/data`).
plugins/promptline/skills/dashboard/SKILL.md · 27 lines

What it actually says

Start the Promptline local web server as a background process, then tell the user where to open it. Do not wait for the command to exit - it's a long-running local HTTP server that only binds to 127.0.0.1.

Run this in the background:

cd "${CLAUDE_PLUGIN_ROOT}" && python3 server.py

Then:

  • Wait a second or two, then check it actually started by requesting http://127.0.0.1:8787/api/data (e.g. curl -s -o /dev/null -w '%{http_code}' http://127.0.0.1:8787/api/data).
  • If it returns 200, tell the user Promptline is running at http://127.0.0.1:8787 and to open that URL in their browser.
  • If the port is already in use, that almost always means Promptline is already running from earlier in this session (or another terminal) - just give them the URL, no need to treat it as an error.
  • If it fails for another reason, show the actual error output rather than guessing at the cause.
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. 8d ago First seen · 27 lines · 13 tokens per session scan A 3b5736f56b9d

Subscribe to this mod's changes

dashboard is a skill published in the GitHub repository zzunaid/prompt-line (1 stars, last pushed 22d ago), licensed MIT. It adds 13 tokens to every session and 283 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.