# Grafana

> Grafana integration for alert ingestion and dashboard monitoring via Aurora's internal webhook pipeline

- Skill: `arvo-ai/grafana` (Agent Skill)
- Install (CLI): `npx skillmds@latest add arvo-ai/grafana`
- Raw SKILL.md: https://api.skillmd.com/api/skills/arvo-ai/grafana/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: Arvo-AI (https://skillmd.com/u/arvo-ai)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/arvo-ai/grafana

---


# Grafana Integration

## Overview
Grafana is connected as an **observation-only** provider for alert ingestion and dashboard monitoring.

## Instructions

### IMPORTANT -- NO CLI SUPPORT
- Do NOT use `cloud_exec('grafana', ...)` -- there is no Grafana CLI connector.
- Do NOT use `terminal_exec` with `grafana-cli` -- it is not installed.
- Grafana data (alerts) is available through Aurora's internal API, not through CLI tools.

### WHAT YOU CAN DO
- **View alerts**: Grafana alerts are automatically ingested via webhook and stored in Aurora's database.
  Reference the alert context provided in the conversation to answer questions about Grafana alerts.
- **Investigate infrastructure**: If an alert references a specific cloud resource (VM, pod, service),
  use the appropriate cloud provider tool (cloud_exec with 'gcp', 'aws', 'azure', etc.) to investigate.

### CRITICAL RULES
- NEVER call cloud_exec with provider='grafana' -- it will fail.
- Use the alert context already available in the conversation.
- For deeper investigation, identify the underlying cloud provider from the alert and use that provider's tools.

