Auto-discovered marketplace from sergeyshevch/skills
npx claudepluginhub sergeyshevch/skillsGrafana-related skills for Claude Code: extract metrics from dashboards, cross-reference with TSDB ingestion, and identify optimization opportunities.
A collection of agent skills for Grafana and observability tooling. These skills help AI agents extract, analyze, and optimize metrics across Grafana dashboards and TSDB backends.
| Plugin | Skills | Purpose |
|---|---|---|
| grafana | grafana-metrics-extraction | Extract and analyze metrics referenced in Grafana dashboards |
Add the marketplace source:
/plugin marketplace add sergeyshevch/skills
Install plugins:
/plugin install grafana@sergeyshevch-tools
Install a specific skill:
npx skills add sergeyshevch/skills --skill grafana-metrics-extraction
Copy the skill directory to your personal or project skills location:
# Personal (available across all projects)
cp -r plugins/grafana/skills/grafana-metrics-extraction ~/.cursor/skills/
# Project-specific
cp -r plugins/grafana/skills/grafana-metrics-extraction .cursor/skills/
Load a plugin directly for testing:
claude --plugin-dir ./plugins/grafana
| Skill | Purpose |
|---|---|
| grafana-metrics-extraction | Extract all metric names referenced in Grafana dashboards with incremental caching, cross-reference with TSDB ingestion data, and identify optimization opportunities |
Once installed, skills are available as slash commands and are also triggered automatically when Claude detects a matching request:
/grafana:grafana-metrics-extraction - extract and analyze Grafana dashboard metrics
Example prompts that trigger skills:
grafana-metrics-extractiongrafana-metrics-extractiongrafana-metrics-extractiongrafana-metrics-extractionThe Grafana skills expect these environment variables (or a .env file):
GRAFANA_URL # Grafana base URL (e.g., https://grafana.example.com)
GRAFANA_TOKEN # Grafana service account token (glsa_...)
GRAFANA_AUTH_HEADER # Alternative: full auth header (optional)