Code Pluginsource linkedVerified

Diagnostics Prometheusv2026.7.1

OpenClaw diagnostics Prometheus exporter for runtime metrics.

@openclaw/diagnostics-prometheus·runtime diagnostics-prometheus·by @openclaw
openclaw plugins install clawhub:@openclaw/diagnostics-prometheus
Latest release: v2026.7.1Download zip

Compatibility

Built With Open Claw Version
2026.7.1
Min Gateway Version
>=2026.4.25
Plugin Api Range
>=2026.7.1
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The package purpose, README, CLI, and code align around offline OpenClaw plugin inspection: reading plugin manifests, package metadata, source files, optional OpenClaw compatibility surfaces, and writing local reports.
Instruction Scope
Default inspection is static, offline, and credential-free. Runtime capture that imports plugin code is explicitly gated by --allow-execute or PLUGIN_INSPECTOR_EXECUTE_ISOLATED.
Install Mechanism
The package is from the trusted @openclaw publisher, has no install/postinstall lifecycle script, exposes a plugin-inspector CLI, and VirusTotal telemetry was clean.
Credentials
The tool reads plugin roots and optional OpenClaw checkout paths, writes reports, and can batch-scan folders; this is proportionate for compatibility inspection but should be pointed only at intended repositories.
Persistence & Privilege
No hidden background persistence, privilege escalation, or auth/session-store use was found. The init command can write config, workflow, and package script files only when invoked, with dry-run and overwrite protections.
Scan Findings in Context
[SkillSpector] expected: No advisory SkillSpector findings were supplied.
[VirusTotal] expected: Telemetry reported 0 malicious and 0 suspicious engines; this supports the verdict but was not treated as decisive by itself.
[static-review-runtime-execution] expected: Process spawning and plugin imports are tied to opt-in runtime capture/profiling workflows and are disclosed in the README and CLI help.
[static-review-local-writes] expected: File writes are local report artifacts or explicit init-generated files; temporary batch cleanup deletes only a tool-created temp directory.
Assessment
Safe to install for normal plugin compatibility checks. Use the default static mode for untrusted plugins, and only run --runtime/--allow-execute or generated CI workflows in an isolated environment because that mode imports the plugin code being inspected.

Verification

Tier
source linked
Scope
artifact only
Summary
Validated package structure and linked the release to source metadata.
Commit
2d2ddc43d0dc
Tag
refs/tags/v2026.7.1
Provenance
No
Scan status
clean

Tags

alpha
2026.5.19-alpha.1
beta
2026.7.2-beta.3
latest
2026.7.1

@openclaw/diagnostics-prometheus

Official Prometheus diagnostics exporter for OpenClaw.

This plugin exposes OpenClaw Gateway runtime metrics in Prometheus text format for Prometheus, Grafana, VictoriaMetrics, and compatible scrapers.

Install

openclaw plugins install @openclaw/diagnostics-prometheus

Restart the Gateway after installing or updating the plugin.

Configure

Enable the plugin and set the scrape endpoint options in plugins.entries.diagnostics-prometheus.config.

The full config surface, metric names, and scrape examples live in the docs:

Package

  • Plugin id: diagnostics-prometheus
  • Package: @openclaw/diagnostics-prometheus
  • Minimum OpenClaw host: 2026.4.25