What problem does it solve?
Grafana environments often host dashboards, alerts, and data sources across multiple teams and instances. This Skill provides a programmable interface to manage Grafana resources from the command line or an agent, enabling consistent configuration and faster incident response.
Core Features & Use Cases
- List dashboards with optional filtering (folder, tag, query, limit) to quickly locate dashboards.
- Get dashboard details including panels for review or migration.
- List, get, and silence alerts to coordinate incident response and maintenance windows.
- List and query data sources to verify connections and gather metrics across Grafana instances.
- Use Case: When managing a fleet of Grafana instances, audit dashboards and alerts and export configurations for compliance or migrations.
Quick Start
Use the grafana skill to list dashboards, get a dashboard by UID, or manage alerts:
- skill run grafana list-dashboards
- skill run grafana get-dashboard --uid abc123
- skill run grafana list-alerts