System Monitor OpenClaw

PassAudited by ClawScan on May 1, 2026.

Overview

This skill is a straightforward local system-monitoring script, with no evidence of network access, credential use, persistence, or destructive behavior.

This appears safe for normal local system monitoring. Before installing, review the short monitor.sh script and be aware that running it may reveal local resource usage and process names to the agent.

Findings (2)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

If invoked, the agent can see basic system health data and the names of high-CPU or high-memory processes.

Why it was flagged

The skill runs local system commands and displays top process names; this is expected for system monitoring but users should understand it exposes local host/process information to the invoking agent.

Skill content
ps -eo pcpu,comm --sort=-pcpu | head -6 | tail -5
Recommendation

Use only where sharing local system telemetry with the agent is acceptable.

What this means

Users have less external provenance to rely on and should review the included code directly.

Why it was flagged

The artifact does not provide provenance information, although the included script is small, readable, and has no remote install step.

Skill content
Source: unknown; Homepage: none
Recommendation

Inspect monitor.sh before installation and install only from a source you trust.