prometheus
✓Query Prometheus API for cluster metrics, alerts, and observability data. Use when investigating cluster health, performance issues, resource utilization, or alert status. Triggers on questions like "what's the CPU usage", "show me firing alerts", "check memory pressure", "query prometheus for", or any PromQL-related requests.
Installation
SKILL.md
Prometheus is accessible via the internal ingress gateway over HTTPS. Always use DNS-based access as the default approach.
| live | https://prometheus.internal.tomnowak.work | | integration | https://prometheus.internal.integration.tomnowak.work | | dev | https://prometheus.internal.dev.tomnowak.work |
Note: The internal gateway uses a homelab CA certificate. Use -k with curl to skip TLS verification, or configure the CA trust. The promql.sh script uses curl -f internally, so set CURLINSECURE=true or use the --insecure flag if needed.
Query Prometheus API for cluster metrics, alerts, and observability data. Use when investigating cluster health, performance issues, resource utilization, or alert status. Triggers on questions like "what's the CPU usage", "show me firing alerts", "check memory pressure", "query prometheus for", or any PromQL-related requests. Source: ionfury/homelab.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/ionfury/homelab --skill prometheus- Source
- ionfury/homelab
- Category
- {}Data Analysis
- Verified
- ✓
- First Seen
- 2026-02-11
- Updated
- 2026-02-18
Quick answers
What is prometheus?
Query Prometheus API for cluster metrics, alerts, and observability data. Use when investigating cluster health, performance issues, resource utilization, or alert status. Triggers on questions like "what's the CPU usage", "show me firing alerts", "check memory pressure", "query prometheus for", or any PromQL-related requests. Source: ionfury/homelab.
How do I install prometheus?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/ionfury/homelab --skill prometheus Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/ionfury/homelab
Details
- Category
- {}Data Analysis
- Source
- skills.sh
- First Seen
- 2026-02-11