grafana
Installation
SKILL.md
Grafana
Query dashboards, alerts, and data sources.
Environment Variables
GRAFANA_URL- Grafana instance URL (e.g.https://grafana.example.com)GRAFANA_TOKEN- API key or service account token
List dashboards
curl -s -H "Authorization: Bearer $GRAFANA_TOKEN" \
"$GRAFANA_URL/api/search?type=dash-db&limit=20" | jq '.[] | {uid, title, url}'