grafana

Generate and update Grafana Cloud dashboards, panels, and PromQL alert rules.

8|9|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/vibercoder79/KI-Masterclass-Koerting- --skill grafana-vibercoder79
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: grafana
Source: https://github.com/vibercoder79/KI-Masterclass-Koerting-/tree/main/grafana
Command: npx skills add https://github.com/vibercoder79/KI-Masterclass-Koerting- --skill grafana-vibercoder79

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It removes the repetitive Grafana workflow of manually editing dashboards, exporting JSON, and re-importing changes, replacing it with direct, repeatable dashboard and alert creation from Claude Code.

Core Features & Use Cases

  • Grafana Cloud dashboard generation and updates: create new dashboards or update existing ones while keeping a consistent structure.
  • PromQL query debugging: run Prometheus queries via MCP to validate metrics, labels, and returned values before building panels.
  • Alert rule wiring: define alert rules based on PromQL thresholds directly through the MCP interface.

Example use case: You want a dashboard for “Trading: P&L Today” plus agent health and alerting. You ask for the panels, Claude queries Prometheus to verify the metrics, then writes/updates the dashboard in Grafana Cloud with committed changes.

Quick Start

Tell your AI, "Build me a Grafana dashboard for agent health and trading P&L Today, including alert rules, using Prometheus metrics available in Grafana Cloud."

Frequently Asked Questions about grafana

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create Grafana Cloud dashboards and PromQL alerts directly from Claude Code?

You can generate and update Grafana Cloud dashboards, panels, and PromQL-based alert rules directly from Claude Code by utilizing the Grafana MCP server to interface with Grafana and Prometheus APIs.

Can I debug Prometheus queries in Grafana Cloud before building dashboard panels?

Yes, you can debug Prometheus queries by running them via the Grafana MCP server to validate metrics, labels, and returned values before actually building or updating your dashboard panels.

Do I need a Grafana MCP server to manage observability dashboards from an AI session?

Yes, configuring the Grafana MCP server is required to search, retrieve, update dashboards, and execute Prometheus queries directly from your Claude Code session.

What is the best way to append new panels to an existing Grafana dashboard without manual JSON editing?

The best way to append panels to existing Grafana dashboards is by instructing your AI session to update them directly through the Grafana MCP server, bypassing manual JSON export and import workflows.

Why are my Prometheus metrics missing when building Grafana alert rules?

Prometheus metrics may be missing due to incorrect labels or queries; use the Grafana MCP server to execute and debug PromQL queries, verifying metric data before wiring alert thresholds.