[FEATURE]Feature Request: Usage analytics / install counts for Claude Code plugin authors

Resolved 💬 2 comments Opened Apr 10, 2026 by NwaoghorPraise2 Closed May 24, 2026

Preflight Checklist

  • [x] I have searched existing requests and this feature hasn't been requested yet
  • [x] This is a single feature request (not multiple features)

Problem Statement

Plugin authors on the Claude Code ecosystem have no visibility into how their plugins are being used. There is no install count, active user metric, or adoption data available — not on GitHub, not through any Anthropic dashboard, and not via any documented API. This means developers are building and maintaining plugins completely blind. They cannot tell if their plugin has 2 users or 2,000, whether a new version caused a drop in adoption, or if the plugin is even being discovered at all. This makes it very difficult to prioritize improvements, justify ongoing maintenance, or understand the real-world impact of their work.

Proposed Solution

Summary

As a plugin author (NwaoghorPraise2/qa-superpowers),
I have no way to know how many people are installing or actively using my plugin.
There is currently no analytics dashboard or usage data available to third-party developers.

Requested Feature

A way for plugin authors to see:

  • Install counts — how many users have installed the plugin
  • Active users — weekly/monthly active usage (even anonymized aggregate counts would help)
  • Version distribution — which versions are in use

Why It Matters

Without usage data, plugin authors can't:

  • Prioritize what to build or fix
  • Know if their plugin is actually being discovered
  • Justify time investment in maintenance

Even basic anonymized aggregate counts (like npm's download stats) would be a big improvement.

Alternatives Considered

  • GitHub clone/traffic data is a poor proxy — it captures interest, not actual plugin installs
  • Self-implemented telemetry adds privacy overhead and is inconsistent across the ecosystem

A first-party solution from Anthropic would be more trustworthy for users and more useful for authors.

Alternative Solutions

Proposed Solution

Anthropic should provide a lightweight analytics dashboard (or API endpoint) for plugin authors that exposes at minimum:

Total installs — cumulative count of unique installations
Active installs — users who have used the plugin in the last 30 days
Version distribution — breakdown of which versions are currently active
Data should be anonymized and aggregated — no individual user tracking needed. A model similar to the VS Code Marketplace author dashboard or npm's download stats page would be sufficient. Even a simple read-only API that returns aggregate counts would dramatically improve the developer experience for plugin authors and encourage higher-quality, better-maintained contributions to the ecosystem.

Priority

Medium - Would be very helpful

Feature Category

Configuration and settings

Use Case Example

_No response_

Additional Context

_No response_

View original on GitHub ↗

This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗