Agent Plugins Marketplace
All plugins

claude-prospector

v0.12.0

Claude Code efficiency and hygiene toolkit. Surfaces token spend across the 5h / 7d / Sonnet-7d billing windows with per-model / per-agent / per-skill attribution, and audits your effective Claude Code configuration (custom + plugin agents and skills) for overlap and conflicts. Ships an interactive dashboard, a conversational usage-analysis skill, and a structured config-audit skill.

Claude Code4 Skills

By Christopher BeaulieuLicense: MIT1 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
4 skill or MCP entries
Source updated
Aug 29, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install claude-prospector@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/glitchwerks/claude-prospector

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

claude-prospector/
├── .claude-plugin/plugin.json
├── skills/claude-audit/SKILL.md
├── skills/setup-prospector/SKILL.md
├── skills/usage-analysis/SKILL.md
└── skills/usage-dashboard/SKILL.md

Included Skills4

claude-auditskills/claude-audit/SKILL.md

Audit a project's effective Claude Code configuration — custom and plugin-provided agents and skills — and produce a structured overlap/conflict report with keep / modify / drop recommendations scoped to the project's stated objectives. Trigger this skill whenever the user types `/claude-audit`, asks to "audit my claude config", "find overlap in my agents", "check for skill conflicts", "are any of my agents duplicates", "what's redundant in my setup", or any similar request to review the agent/skill surface for the current project. Also trigger after a fresh plugin install when the user wants to verify nothing new collides with what's already there.

setup-prospectorskills/setup-prospector/SKILL.md

Set up claude-prospector's plugin-owned Python venv. Invoked via /setup-prospector or natural-language triggers: "set up claude-prospector", "install prospector dependencies", "prospector isn't working", "fix prospector", "repair prospector". Do not trigger on "dashboard", "usage analysis", or "skill adoption" — those are distinct skills.

usage-analysisskills/usage-analysis/SKILL.md

Use when the user asks an interpretive question about their Claude Code token spend — what's interesting, what's anomalous, what to change. This skill produces insights and questions; it does NOT enumerate top consumers (the dashboard does that). Use `usage-dashboard` for "show me the numbers." Use `claude-audit` for "audit my config overlap." Use this skill for "tell me what's interesting / what should I change." Trigger phrases: "am I close to my Claude limit", "how much Sonnet am I using", "where are my Claude tokens going", "what's eating my Claude budget", "why is my Claude spend so high", "what should I change about my Claude setup".

usage-dashboardskills/usage-dashboard/SKILL.md

Use when the user explicitly asks to regenerate, rebuild, or refresh the `claude-prospector` token-usage dashboard with no interpretive question attached — runs `python -m claude_prospector dashboard`, writes the HTML file, and reports the output path. Do NOT use when the user is asking what the data means, where their budget stands, or what to change (use `usage-analysis` instead — it regenerates as part of answering). Trigger phrases: "regenerate the usage dashboard", "rebuild my claude-prospector dashboard", "refresh the token dashboard", "regen the prospector dashboard".

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "claude-prospector",
  "version": "0.12.0",
  "description": "Claude Code efficiency and hygiene toolkit. Surfaces token spend across the 5h / 7d / Sonnet-7d billing windows with per-model / per-agent / per-skill attribution, and audits your effective Claude Code configuration (custom + plugin agents and skills) for overlap and conflicts. Ships an interactive dashboard, a conversational usage-analysis skill, and a structured config-audit skill.",
  "author": {
    "name": "Christopher Beaulieu",
    "email": "[email protected]"
  },
  "license": "MIT",
  "homepage": "https://github.com/glitchwerks/claude-prospector",
  "repository": "https://github.com/glitchwerks/claude-prospector",
  "keywords": [
    "claude-code",
    "usage",
    "tokens",
    "billing",
    "dashboard",
    "observability",
    "audit",
    "config-hygiene"
  ],
  "userConfig": {
    "autoregen": {
      "type": "boolean",
      "default": false,
      "title": "Auto-regenerate dashboard on session end",
      "description": "When enabled, automatically regenerates the HTML usage dashboard at the end of every Claude Code session. Toggle via the plugin manager (/plugin reconfigure claude-prospector) or at install time."
    },
    "track_mcp_calls": {
      "type": "boolean",
      "default": false,
      "title": "Track MCP tool call usage",
      "description": "When enabled, the auto-regenerated dashboard collects and displays MCP tool call usage. Toggle via the plugin manager (/plugin reconfigure claude-prospector) or at install time."
    }
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[claude-prospector on Agent Plugins Marketplace](https://pluginsmp.com/plugins/claude-prospector)