Query Prometheus metrics and alerts
Scanned 9/12/2026
Install to Claude Code
npx -y skills add fisker086/AIOps --skill prometheus_query --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Prometheus Query?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/fisker086-prometheus-query)More formats (shields.io, HTML) on the badges page.
---
name: prometheus-query
description: Query Prometheus metrics and alerts
activation_keywords: [prometheus, metrics, alert, promql, monitoring, scrape]
execution_mode: server
---
# Prometheus Query Skill
Provides read-only Prometheus operations:
- Execute PromQL queries for instant/vector results
- List available metrics
- Query alert rules and their status
- Check Prometheus targets health
Use `builtin_prometheus_query` tool with fields:
- `operation`: one of "query", "query_range", "alerts", "targets", "metrics"
- `query`: PromQL expression (required for query operations)
- `prometheus_url`: Prometheus base URL only, for example `https://prometheus.example.com` (optional, uses default if not set). Do not pass `/api/v1/query` or other API paths here.
- `start`, `end`, `step`: (optional) time range parameters for range queries
Notes:
- Pass raw PromQL in `query`; the tool handles URL encoding.
- All operations are read-only.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Build reusable Terraform modules for AWS, Azure, and GCP infrastructure following infrastructure-as-code best practices. Use when creating infrastructure modules, standardizing cloud provisioning, or implementing reusable IaC components.