prometheus
⚠Review·Scanned 2/19/2026
This skill provides Prometheus production configuration, templates, recording and alerting rules, and deployment guidance. It includes shell commands like helm install and promtool, network endpoints such as https://prometheus-community.github.io/helm-charts, and references secret files like /var/run/secrets/kubernetes.io/serviceaccount/token.
from clawhub.ai·v1.0.0·45.7 KB·0 installs
Scanned from 1.0.0 at 847640f · Transparency log ↗
$ vett add clawhub.ai/wpank/prometheusReview findings below
Prometheus
Production Prometheus setup covering scrape configuration, service discovery, recording rules, alert rules, and operational best practices for infrastructure and application monitoring.
What's Inside
- Core prometheus.yml configuration (scrape intervals, external labels, alertmanager)
- Service discovery methods (static, file-based, Kubernetes pods, Consul, EC2)
- Recording rules for pre-computing expensive queries
- Alert rules by category (availability, resources) with severity guide
- Kubernetes installation via Helm
- Naming conventions for metrics and recording rules
- Validation commands (promtool, config reload)
- Best practices (HA deployment, retention planning, federation, long-term storage)
- Troubleshooting quick reference
- Template files (prometheus.yml, alert-rules.yml, recording-rules.yml)
When to Use
- Setting up metrics collection for new services
- Configuring service discovery (Kubernetes, file-based, static)
- Creating recording rules for dashboard performance
- Designing SLO-based alert rules
- Production deployment with HA and retention planning
- Troubleshooting scraping issues
Installation
npx add https://github.com/wpank/ai/tree/main/skills/devops/prometheus
OpenClaw / Moltbot / Clawbot
npx clawhub@latest install prometheus
Manual Installation
Cursor (per-project)
From your project root:
mkdir -p .cursor/skills
cp -r ~/.ai-skills/skills/devops/prometheus .cursor/skills/prometheus
Cursor (global)
mkdir -p ~/.cursor/skills
cp -r ~/.ai-skills/skills/devops/prometheus ~/.cursor/skills/prometheus
Claude Code (per-project)
From your project root:
mkdir -p .claude/skills
cp -r ~/.ai-skills/skills/devops/prometheus .claude/skills/prometheus
Claude Code (global)
mkdir -p ~/.claude/skills
cp -r ~/.ai-skills/skills/devops/prometheus ~/.claude/skills/prometheus
Part of the DevOps skill category.