Comprehensive fleet performance analytics skill tracking KPIs across fuel, utilization, maintenance, and driver performance
Generates comprehensive fleet performance analytics tracking fuel, utilization, maintenance, and driver KPIs.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
The Fleet Analytics Dashboard provides comprehensive fleet performance analytics tracking KPIs across fuel efficiency, utilization, maintenance, and driver performance. It consolidates data from multiple sources to provide actionable insights and benchmarking capabilities for fleet optimization.
skill: fleet-analytics-dashboard
inputs:
fleet:
fleet_id: "FLEET001"
vehicles: 50
analysis_period:
start: "2026-01-01"
end: "2026-01-24"
data_sources:
telematics: true
fuel_cards: true
maintenance_system: true
eld_data: true
benchmarks:
fuel_efficiency_mpg: 7.0
utilization_percent: 85
cost_per_mile: 1.85
outputs:
fleet_summary:
total_miles: 875000
total_fuel_gallons: 131250
average_mpg: 6.67
total_cost: 1575000
cost_per_mile: 1.80
utilization_analysis:
average_utilization: 82.5
vehicles_underutilized: 8
idle_hours_total: 2500
idle_cost_estimate: 12500
fuel_analysis:
average_mpg: 6.67
mpg_trend: "improving"
best_performing_vehicles: ["VH012", "VH023", "VH045"]
worst_performing_vehicles: ["VH008", "VH031", "VH019"]
fuel_cost_total: 525000
driver_scorecards:
- driver_id: "DRV001"
overall_score: 92
safety_score: 95
efficiency_score: 88
compliance_score: 94
miles_driven: 8500
mpg: 6.9
- driver_id: "DRV002"
overall_score: 78
safety_score: 75
efficiency_score: 82
compliance_score: 78
miles_driven: 7200
mpg: 6.4
alerts:
- type: "utilization"
message: "8 vehicles below 70% utilization target"
severity: "warning"
- type: "fuel"
message: "Vehicle VH008 fuel efficiency 15% below fleet average"
severity: "attention"
benchmark_comparison:
fuel_efficiency: { actual: 6.67, benchmark: 7.0, variance: -4.7 }
utilization: { actual: 82.5, benchmark: 85, variance: -2.9 }
cost_per_mile: { actual: 1.80, benchmark: 1.85, variance: 2.7 }
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.