Connects to Prometheus AlertManager API to query active alerts, silences, and alert groups. Parses PromQL alert rules and suggests runbook actions. Integrates with PagerDuty escalation policies.
Scanned 6/8/2026
Install via CLI
openskills install agentskillexchange/skills---
name: "Prometheus AlertManager Bridge"
slug: "prometheus-alertmanager-bridge"
description: "Connects to Prometheus AlertManager API to query active alerts, silences, and alert groups. Parses PromQL alert rules and suggests runbook actions. Integrates with PagerDuty escalation policies."
github_stars: 63584
verification: "security_reviewed"
source: "https://github.com/prometheus/prometheus"
category: "Monitoring & Alerts"
framework: "OpenClaw"
tool_ecosystem:
github_repo: "prometheus/prometheus"
github_stars: 63584
---
# Prometheus AlertManager Bridge
Connects to Prometheus AlertManager API to query active alerts, silences, and alert groups. Parses PromQL alert rules and suggests runbook actions. Integrates with PagerDuty escalation policies.
## Installation
Use the upstream install or setup path that matches your environment:
- Docker images are available on [Quay.io](https://quay.io/repository/prometheus/prometheus) or [Docker Hub](https://hub.docker.com/r/prom/prometheus/).
- docker run --name prometheus -d -p 127.0.0.1:9090:9090 prom/prometheus
- git clone https://github.com/prometheus/prometheus.git
- go install github.com/prometheus/prometheus/cmd/...
Requirements and caveats from upstream:
- [][quay]
- [][hub]
- ### Docker images
Basic usage or getting-started notes:
- There are various ways to install Prometheus.
- ### Precompiled binaries
- Precompiled binaries for released versions are available in the
- Source: https://github.com/prometheus/prometheus
- Extracted from upstream docs: https://raw.githubusercontent.com/prometheus/prometheus/HEAD/README.md
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/prometheus-alertmanager-bridge/)
No comments yet. Be the first to comment!