grafana

Manage Grafana, Loki, and Prometheus operations for Kubernetes observability.

Updated Dec 24, 2025
One-click install
npx skills add https://github.com/fzymgc-house/fzymgc-house-skills --skill grafana-fzymgc-house
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: grafana
Source: https://github.com/fzymgc-house/fzymgc-house-skills/tree/main/homelab/skills/grafana
Command: npx skills add https://github.com/fzymgc-house/fzymgc-house-skills --skill grafana-fzymgc-house

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires httpx, pyyaml, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a unified interface to interact with your Grafana, Loki, and Prometheus observability stack, simplifying the process of accessing dashboards, metrics, and logs.

Core Features & Use Cases

  • Unified Observability Access: Query logs, metrics, and explore dashboards through a single interface.
  • Simplified Investigation: Quickly find errors in logs or analyze metric trends without complex queries.
  • Use Case: When an application is experiencing high latency, use this Skill to instantly view relevant metrics, check recent error logs, and find the corresponding Grafana dashboard for deeper analysis.

Quick Start

Use the grafana skill to view the last 5 minutes of logs for the 'nginx' application.

Frequently Asked Questions about grafana

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

FAQPage Schema
How do I query Kubernetes application logs without using kubectl?

Access Loki directly to query Kubernetes application logs without kubectl. This approach prioritizes Loki and Prometheus over kubectl to fetch recent application logs, enabling simplified error investigation and quick data exploration.

What is the best way to investigate high latency issues using Grafana dashboards and metrics?

Investigate high latency by viewing Prometheus metrics and checking recent error logs in Loki. You can instantly find the corresponding Grafana dashboard for deeper analysis through a unified interface, simplifying the entire issue investigation workflow.

Can I manage alerting setup and incident handling for Prometheus and Loki in one place?

Yes, manage alerting setup and incident handling for Prometheus and Loki in one place. On-demand invocation of the Grafana MCP server provides unified access to alerting, incidents, and profiling for automated on-call checks.

Does this observability interface support automated workflows for Kubernetes cluster monitoring?

Yes, it supports automated workflows for Kubernetes cluster monitoring. You can automate issue investigation, data exploration, dashboard management, alerting setup, incident handling, and on-call checks using the Grafana MCP server.

How do I view recent logs for a specific application like nginx in Loki?

View recent logs for a specific application like nginx in Loki by requesting the last few minutes of data. The interface queries Loki directly to retrieve targeted application logs, bypassing complex manual query construction.