CU

Track and report on Cursor usage, request volume, and cost metrics for your team.

Install

mkdir -p .claude/skills/cursor-usage-analytics && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/7294" && unzip -o skill.zip -d .claude/skills/cursor-usage-analytics && rm skill.zip

Installs to .claude/skills/cursor-usage-analytics

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Track and analyze Cursor usage metrics via admin dashboard: requests,
69 charsno explicit “when” trigger
Beginner

Key capabilities

  • Display total requests and fast requests remaining
  • Show active users and most used models
  • Track weekly active users and requests per user
  • Calculate cost per seat and cost per request
  • Generate monthly usage reports for stakeholders
  • Provide strategies to manage fast request quotas

How it works

The skill accesses Cursor's admin dashboard to retrieve and present usage metrics, including request volumes, model distribution, and user activity.

Inputs & outputs

You give it
Cursor usage data from the admin dashboard
You get back
Metrics on requests, model usage, user adoption, costs, and quota status

When to use cursor-usage-analytics

  • Monitor team-wide request volumes
  • Analyze distribution of model usage
  • Review monthly billing and seat activity
  • Identify high-usage patterns for cost optimization

About this skill

Cursor Usage Analytics

Track and analyze Cursor usage metrics for Business and Enterprise plans. Covers dashboard metrics, cost optimization, adoption tracking, and ROI measurement.

Admin Dashboard Overview

Access: cursor.com/settings > Team > Usage (Business/Enterprise only)

┌─ Dashboard ────────────────────────────────────────────┐
│                                                        │
│  Total Requests This Month:  12,847                    │
│  Fast Requests Remaining:    2,153 / 15,000            │
│  Active Users:               28 / 30 seats             │
│  Most Used Model:            Claude Sonnet (62%)       │
│                                                        │
│  ┌─ Usage Trend ─────────────────────────────────┐     │
│  │  ▆▆▇▇██▇▆▇█▇▇▆▅                              │     │
│  │  Mon Tue Wed Thu Fri Sat Sun                   │     │
│  └───────────────────────────────────────────────┘     │
│                                                        │
│  ┌─ Top Users ───────────────────────────────────┐     │
│  │  [email protected]     847 requests  (Sonnet)      │     │
│  │  [email protected]       623 requests  (GPT-4o)      │     │
│  │  [email protected]     591 requests  (Auto)        │     │
│  └───────────────────────────────────────────────┘     │
│                                                        │
└────────────────────────────────────────────────────────┘

Key Metrics

Request Metrics

MetricWhat It MeasuresTarget
Total requestsAll AI interactions (Chat, Composer, Inline Edit)Growing month-over-month
Fast requestsPremium model uses (count against quota)Stay under monthly limit
Slow requestsQueued requests after quota exceededMinimize (upgrade if high)
Tab acceptancesHow often Tab suggestions are accepted30-50% acceptance rate is healthy

User Adoption Metrics

MetricHealthyNeeds Attention
Weekly active users80%+ of seatsBelow 50% of seats
Requests per user/day5-20Below 3 (underutilization)
Users with 0 requests (30d)0-10% of seatsAbove 20% (wasted seats)
Model diversity2-3 models usedSingle model only

Cost Metrics

MetricCalculation
Cost per seatPlan price / active users
Cost per requestTotal spend / total requests
BYOK costsSum of API provider invoices
Total AI spendCursor subscription + BYOK costs

Quota Management

Fast Request Quota

Each team member gets ~500 fast requests per month (varies by plan). Fast requests are consumed when using premium models (Claude Sonnet/Opus, GPT-4o, o1, etc.).

When quota is exceeded:

  • Requests are queued as "slow" (may take 30-60 seconds instead of 5-10)
  • Tab completion is unaffected
  • cursor-small model remains fast

Strategies to Stay Under Quota

1. Default to Auto mode
   - Cursor routes simple queries to cheaper models
   - Only uses premium models when complexity warrants it

2. Educate team on model selection
   - Simple questions → cursor-small or GPT-4o-mini
   - Standard coding → GPT-4o or Claude Sonnet
   - Hard problems only → Claude Opus, o1 (these burn quota fast)

3. Reduce round-trips
   - Write detailed prompts (fewer back-and-forth turns)
   - Use @Files instead of @Codebase (less context = faster)
   - Start new chats instead of continuing stale ones

4. BYOK for power users
   - Heavy users can use their own API keys
   - Their requests don't count against team quota

Reporting for Stakeholders

Monthly Report Template

# Cursor Usage Report - [Month Year]

## Summary
- Active users: X / Y seats (X% utilization)
- Total AI requests: X,XXX
- Fast request quota usage: XX%
- Monthly cost: $X,XXX

## Adoption Trends
- New users onboarded: X
- Users showing increased usage: X
- Inactive users (0 requests): X

## Model Usage Distribution
- Claude Sonnet: XX%
- GPT-4o: XX%
- Auto: XX%
- Other: XX%

## Recommendations
- [Scale / optimize / train based on data]

ROI Calculation

Time saved per developer per day:         ~1 hour (conservative estimate)
Working days per month:                   22
Developer hourly cost (fully loaded):     $75
Monthly time savings per developer:       22 hours × $75 = $1,650

Cursor cost per developer:                $40/month (Business)
ROI per developer:                        $1,650 - $40 = $1,610/month
ROI multiple:                             41x

Break-even: developer saves >32 minutes/month

Note: Actual time savings vary. Track team velocity (story points, PRs merged, cycle time) before and after Cursor adoption for data-driven ROI.

Usage Optimization Playbook

For Underutilized Teams (< 5 requests/user/day)

1. Run team training session (30 min demo of Chat + Composer)
2. Share the cursor-hello-world skill for hands-on practice
3. Create project rules (.cursor/rules/) so AI gives better results
4. Assign "AI Champion" per team to share tips and answer questions
5. Set a 30-day adoption goal and review progress

For Overutilized Teams (quota consistently exceeded)

1. Review model usage -- are users defaulting to expensive models?
2. Enable Auto mode as team default
3. Train on efficient prompting (fewer turns = fewer requests)
4. Consider BYOK for top 5 users (offloads their usage from team quota)
5. Evaluate upgrading to more seats or Enterprise plan

For Inconsistent Usage

1. Check if project rules are configured (AI is less useful without them)
2. Verify indexing works (poor @Codebase = poor experience)
3. Look for extension conflicts (GitHub Copilot still enabled?)
4. Survey team for friction points and address them

Enterprise Considerations

  • Advanced analytics: Enterprise plans include detailed per-user, per-model, per-project breakdowns
  • API access: Programmatic access to usage data for integration with internal dashboards (Enterprise)
  • Compliance reporting: Usage logs can support audit requirements (who used AI, when, which model)
  • Cost allocation: Tag usage by team/project for internal chargeback accounting

Resources

When not to use it

  • When not using Cursor Business or Enterprise plans
  • When detailed per-user or per-project breakdowns are needed without an Enterprise plan

Prerequisites

Cursor account with Business or Enterprise plan

Limitations

  • Requires a Cursor Business or Enterprise plan for full functionality
  • Advanced analytics and API access are limited to Enterprise plans

How it compares

This skill consolidates and interprets Cursor usage data for business insights, unlike manually navigating the dashboard or calculating metrics.

Compared to similar skills

cursor-usage-analytics side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
cursor-usage-analytics (this skill)124dReviewBeginner
model-usage52moReviewBeginner
analytics-tracking76moNo flagsIntermediate
splunk-analysis55moReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

More by jeremylongshore

View all by jeremylongshore

analyzing-logs

jeremylongshore

Analyze application logs to detect performance issues, identify error patterns, and improve stability by extracting key insights.

14123

ollama-setup

jeremylongshore

Configure auto-configure Ollama when user needs local LLM deployment, free AI alternatives, or wants to eliminate hosted API costs. Trigger phrases: "install ollama", "local AI", "free LLM", "self-hosted AI", "replace OpenAI", "no API costs". Use when appropriate context detected. Trigger with relevant phrases based on skill purpose.

1167

backtesting-trading-strategies

jeremylongshore

Backtest crypto and traditional trading strategies against historical data. Calculates performance metrics (Sharpe, Sortino, max drawdown), generates equity curves, and optimizes strategy parameters. Use when user wants to test a trading strategy, validate signals, or compare approaches. Trigger with phrases like "backtest strategy", "test trading strategy", "historical performance", "simulate trades", "optimize parameters", or "validate signals".

1071

generating-database-seed-data

jeremylongshore

Process this skill enables AI assistant to generate realistic test data and database seed scripts for development and testing environments. it uses faker libraries to create realistic data, maintains relational integrity, and allows configurable data volumes. u... Use when working with databases or data models. Trigger with phrases like 'database', 'query', or 'schema'.

1033

cursor-codebase-indexing

jeremylongshore

Execute set up and optimize Cursor codebase indexing. Triggers on "cursor index setup", "codebase indexing", "index codebase", "cursor semantic search". Use when working with cursor codebase indexing functionality. Trigger with phrases like "cursor codebase indexing", "cursor indexing", "cursor".

885

testing-mobile-apps

jeremylongshore

Execute mobile app testing on iOS and Android devices/simulators. Use when performing specialized testing. Trigger with phrases like "test mobile app", "run iOS tests", or "validate Android functionality".

810

You might also like

model-usage

openclaw

Use CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.

548

analytics-tracking

davila7

When the user wants to set up, improve, or audit analytics tracking and measurement. Also use when the user mentions "set up tracking," "GA4," "Google Analytics," "conversion tracking," "event tracking," "UTM parameters," "tag manager," "GTM," "analytics implementation," or "tracking plan." For A/B test measurement, see ab-test-setup.

736

splunk-analysis

incidentfox

Splunk log analysis using SPL (Search Processing Language). Use when investigating issues via Splunk logs, saved searches, or alerts.

536

tracking-crypto-derivatives

jeremylongshore

Track cryptocurrency futures, options, and perpetual swaps with funding rates, open interest, liquidations, and comprehensive derivatives market analysis. Use when monitoring derivatives markets, analyzing funding rates, tracking open interest, finding liquidation levels, or researching options flow. Trigger with phrases like "funding rate", "open interest", "perpetual swap", "futures basis", "liquidation levels", "options flow", "put call ratio", "derivatives analysis", or "BTC perps".

437

weights-and-biases

davila7

Track ML experiments with automatic logging, visualize training in real-time, optimize hyperparameters with sweeps, and manage model registry with W&B - collaborative MLOps platform

325

perf-analyzer

ComposioHQ

Use when synthesizing perf findings into evidence-backed recommendations and decisions.

324

Search skills

Search the agent skills registry