← Back to Skills Marketplace
wpank

Prometheus

by wpank · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
893
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install prometheus-devops
Description
Prometheus monitoring — scrape configuration, service discovery, recording rules, alert rules, and production deployment for infrastructure and application metrics.
Usage Guidance
This skill is a coherent bundle of Prometheus configs and examples, not executable code. Before using it: (1) review and customize thresholds, job names, and target addresses before deploying; (2) be cautious when copying files into /etc or using bearer_token_file or CA/key files — those are sensitive and require proper permissions and RBAC; (3) do not enable remote_write to external endpoints you don't trust (it can send metrics off-cluster); (4) validate configs with promtool and reload Prometheus via its API or Helm as appropriate; (5) if you allow an agent to act autonomously with this skill, restrict its access to only the hosts/configs you intend it to modify.
Capability Analysis
Type: OpenClaw Skill Name: prometheus-devops Version: 1.0.0 The skill bundle provides standard configuration templates and instructions for setting up Prometheus monitoring. All commands in SKILL.md and README.md, including Helm installations and `npx` commands, are consistent with deploying and managing Prometheus or installing the skill itself within its intended ecosystem. There is no evidence of prompt injection attempts, data exfiltration, malicious execution, persistence mechanisms, or other harmful behaviors. Placeholder URLs (e.g., `runbook_url`, `alertmanager` target, commented-out `remote_write`) are either generic examples or common internal service names, not suspicious external endpoints.
Capability Assessment
Purpose & Capability
The name/description match the provided content: Prometheus config, scrape/service-discovery examples, recording and alerting rule templates, and deployment guidance. The skill requests no binaries, env vars, or credentials that would be unrelated to Prometheus setup.
Instruction Scope
SKILL.md and templates reference system paths (/etc/prometheus, /var/run/secrets, ca files, bearer_token_file) and suggest using tools like promtool and curl to validate/reload configs. These references are expected for a Prometheus production setup but mean the operator (or agent acting on behalf of the operator) will need filesystem and network access to the Prometheus host and Kubernetes service account files to perform actions — review before granting such access.
Install Mechanism
No install spec or downloaded code; the skill is instruction-only and includes config templates. No external packages or arbitrary URLs are fetched by the skill itself.
Credentials
No environment variables or credentials are required by the skill metadata. Template examples mention tokens, certs, and remote_write endpoints only as optional configuration items — appropriate for this purpose.
Persistence & Privilege
always is false and the skill does not request persistent presence or modify other skills. Autonomous invocation (model-invocation enabled) is platform-default and not by itself a concern here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install prometheus-devops
  3. After installation, invoke the skill by name or use /prometheus-devops
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release — overhaul from CLI/query utility to full production Prometheus configuration templates. - Replaces previous CLI/query scripts with ready-to-use configuration YAML for Prometheus. - Adds detailed templates for `prometheus.yml`, `alert-rules.yml`, and `recording-rules.yml` covering scraping, service discovery, rule definitions, and alerting best practices. - Includes best-practice documentation for installation (with Helm), architecture, configuration, and validation. - Targets DevOps, SREs, and engineers deploying Prometheus in production environments. - Removes all JavaScript files and CLI instructions in favor of declarative YAML configs and operational playbook.
Metadata
Slug prometheus-devops
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Prometheus?

Prometheus monitoring — scrape configuration, service discovery, recording rules, alert rules, and production deployment for infrastructure and application metrics. It is an AI Agent Skill for Claude Code / OpenClaw, with 893 downloads so far.

How do I install Prometheus?

Run "/install prometheus-devops" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Prometheus free?

Yes, Prometheus is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Prometheus support?

Prometheus is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Prometheus?

It is built and maintained by wpank (@wpank); the current version is v1.0.0.

💬 Comments