skills-analytics-dashboard

skills-analytics-dashboard is a skill for Claude Code from hardness1020/claude-skills-management. It costs 19 tokens per session (323 once invoked), scanned A, original, MIT.

A local web dashboard for viewing metrics about Claude Code skill usage.

In plain words
What is it for?
Use it when you need to open the dashboard, review usefulness and usage trends, inspect registered skills, or check structure coverage.
Why use it?
It provides a visual way to inspect skill frequency, usefulness, adoption over time, and the structure of the skill collection.

Skill for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable.

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 skills-analytics plugin — 1 skill, 2 hooks shipped together

Good fit Use it when you need to open the dashboard, review usefulness and usage trends, inspect registered skills, or check structure coverage.

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 hardness1020/claude-skills-management
Claude Code
/plugin install skills-analytics

Made for: Claude Code.

Or install skills-analytics, the plugin that ships this one along with the rest of its 1 skill, 2 hooks.

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 skills-analytics-dashboard

README.md
[![agentmods](https://agentmods.dev/badge/skills/hardness1020/claude-skills-management/skills-analytics-dashboard/github.svg)](https://agentmods.dev/skills/hardness1020/claude-skills-management/skills-analytics-dashboard)
Your own site
<a href="https://agentmods.dev/skills/hardness1020/claude-skills-management/skills-analytics-dashboard"><img src="https://agentmods.dev/badge/skills/hardness1020/claude-skills-management/skills-analytics-dashboard/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for skills-analytics-dashboard

Your own site · 80×15
<a href="https://agentmods.dev/skills/hardness1020/claude-skills-management/skills-analytics-dashboard"><img src="https://agentmods.dev/badge/skills/hardness1020/claude-skills-management/skills-analytics-dashboard.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 19 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 323 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00019 $0.00323
Opus 5 $0.00010 $0.00161
Sonnet 5 $0.00004 $0.00065
Haiku 4.5 $0.00002 $0.00032

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

Security

Grade A, and why

skills-analytics-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 12d 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.

skills/skills-analytics-dashboard/SKILL.md · 41 lines

What it actually says

skills-analytics-dashboard

Launch the skills analytics dashboard — a local web UI for viewing skill usage frequency, adoption curves, usefulness scores, trends, and structure coverage.

Usage

When the user asks to open or view the analytics dashboard, start the Django development server:

cd "${CLAUDE_PLUGIN_ROOT}" && CLAUDE_PLUGIN_DATA="${CLAUDE_PLUGIN_DATA}" uv run python -m django runserver 8787 --settings=dashboard.analytics_project.settings

Then tell the user:

The dashboard is running at http://localhost:8787

Open it in your browser to view:

  • Usefulness — composite scores with usage rate, decay, and depth breakdown
  • Usage — frequency rankings and time-series trends
  • Inventory — all registered skills with status and metadata

To stop the server, press Ctrl+C in the terminal or kill the process.

Notes

  • The dashboard reads from the shared SQLite database at ${CLAUDE_PLUGIN_DATA}/skills_analytics.db
  • Data is collected automatically by the plugin's hooks (PreToolUse and UserPromptSubmit)
  • The server runs on localhost only — no external access
  • Port 8787 is used by default; if it's busy, the server will report an error
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. 12d ago First seen · 41 lines · 19 tokens per session scan A c83d21217e3b

Subscribe to this mod's changes

skills-analytics-dashboard is a skill published in the GitHub repository hardness1020/claude-skills-management (5 stars, last pushed 5mo ago), licensed MIT. It adds 19 tokens to every session and 323 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.

Related

Other skills, from other repositories

pdf

Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When GLM needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.

jjyaoao/HelloAgents · 51 tokens

frontend-design

Transform UI style requirements into production-ready frontend code with systematic design tokens, accessibility compliance, and creative execution. Use when building websites, web applications, React/Vue components, dashboards, landing pages, or any web UI requiring both design consistency and aesthetic quality.

jjyaoao/HelloAgents · 54 tokens

Video Generation

Implement AI-powered video generation capabilities using the z-ai-web-dev-sdk. Use this skill when the user needs to generate videos from text prompts or images, create video content programmatically, or build applications that produce video outputs. Supports asynchronous task management with status polling and result…

jjyaoao/HelloAgents · 58 tokens

web-reader

Implement web page content extraction capabilities using the z-ai-web-dev-sdk. Use this skill when the user needs to scrape web pages, extract article content, retrieve page metadata, or build applications that process web content. Supports automatic content extraction with title, HTML, and publication time retrieval.

jjyaoao/HelloAgents · 59 tokens

LLM

Implement large language model (LLM) chat completions using the z-ai-web-dev-sdk. Use this skill when the user needs to build conversational AI applications, chatbots, AI assistants, or any text generation features. Supports multi-turn conversations, system prompts, and context management.

jjyaoao/HelloAgents · 59 tokens

TTS

Implement text-to-speech (TTS) capabilities using the z-ai-web-dev-sdk. Use this skill when the user needs to convert text into natural-sounding speech, create audio content, build voice-enabled applications, or generate spoken audio files. Supports multiple voices, adjustable speed, and various audio formats.

jjyaoao/HelloAgents · 64 tokens