grafana

Installation
SKILL.md

Grafana

Dashboard JSON Gotchas

Required Fields

{
  "dashboard": {
    "id": null,           // null for new, existing ID for update
    "uid": "unique-id",   // Stable identifier for API/links
    "title": "Name",
    "panels": []
  },
  "overwrite": true       // Required at root level for updates
}

Panel Positioning

gridPos uses 24-column grid. Panels auto-stack if positions overlap.

Related skills
Installs
3
First Seen
Feb 5, 2026