x-uptime

PassAudited by ClawScan on May 1, 2026.

Overview

This is a simple instruction-only uptime wrapper with no code, credentials, persistence, or destructive behavior shown; the main thing to notice is its external x-cmd dependency.

This skill appears safe for basic uptime checks. Before installing or using it, make sure you trust the separate x-cmd dependency, since the reviewed artifact only documents the command and does not include x-cmd itself.

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

The agent may run a local command that reveals basic system status, including uptime, load averages, and the number of logged-in users.

Why it was flagged

The skill is meant to invoke a local command, but the documented command is narrow and read-only, showing uptime and load information.

Skill content
`x uptime` | YAML format output (default)
Recommendation

Use it only when you are comfortable sharing basic system status with the agent conversation.

What this means

Installing or using the required x-cmd tool could introduce separate supply-chain risk outside this instruction-only skill.

Why it was flagged

The skill relies on an external x-cmd module that is not included in this artifact set; this is disclosed and purpose-aligned, but users should verify the dependency source.

Skill content
**Dependency**: This is an x-cmd module. Install x-cmd first (see x-cmd skill for installation options).
Recommendation

Install x-cmd from an official or otherwise trusted source, and review the x-cmd skill or package before relying on it.