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.
If invoked, the agent can see basic system health data and the names of high-CPU or high-memory processes.
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.
ps -eo pcpu,comm --sort=-pcpu | head -6 | tail -5
Use only where sharing local system telemetry with the agent is acceptable.
Users have less external provenance to rely on and should review the included code directly.
The artifact does not provide provenance information, although the included script is small, readable, and has no remote install step.
Source: unknown; Homepage: none
Inspect monitor.sh before installation and install only from a source you trust.
