prometheus-query
v1.0.0Query Prometheus metrics, alerts, and cluster status using PromQL with options for direct URL or Kubernetes port-forward access.
⭐ 1· 63·0 current·0 all-time
byGoodAtMe@peintune
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the included script and SKILL.md: all functionality is Prometheus API queries and alerts. One minor mismatch: SKILL.md documents a Kubernetes port-forward workflow (which requires kubectl), but the registry metadata lists no required binaries.
Instruction Scope
SKILL.md limits actions to querying Prometheus (direct URL or via a user-run kubectl port-forward). The instructions do not ask the agent to read unrelated files, system secrets, or send data to other endpoints beyond the user-specified prom_url.
Install Mechanism
Instruction-only skill with a simple Python script; there is no install spec or network download. The script uses only the Python standard library (urllib, json).
Credentials
No environment variables, secrets, or config paths are requested. The script requires only a Prometheus URL (prom_url) provided by the user at runtime.
Persistence & Privilege
Skill is not always-enabled and does not request elevated or persistent privileges; it does not modify other skills or system configuration.
Assessment
This skill appears to do only Prometheus queries and requires no credentials. Before installing or running: (1) be aware that queries contact whatever prom_url you provide — only point it at trusted Prometheus endpoints; (2) if you use the Kubernetes port-forward option, you will need kubectl locally (the SKILL.md mentions this but the registry metadata didn't list kubectl); port-forwarding is performed by you in a terminal, not by the script; (3) review the included Python script if you want to confirm there are no additional network calls — it only calls Prometheus HTTP endpoints using urllib. If you do not run any port-forwarding and only point prom_url at trusted hosts, the footprint is minimal.Like a lobster shell, security has layers — review code before you run it.
latestvk97ahz80p5570be8rewxb2g2c183xe21
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
