System Info
Quick system diagnostics: CPU, memory, disk, uptime
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 7 · 5.7k · 59 current installs · 62 all-time installs
by@Xejrax
MIT-0
Security Scan
OpenClaw
Suspicious
medium confidencePurpose & Capability
Name/description match a simple system diagnostics tool, and requesting 'free' for memory is reasonable. However the SKILL.md shows usage of a 'system-info' command (and subcommands) that this skill does not install or provide. Also CPU/disk/uptime outputs normally require other utilities (e.g., lscpu, df, uptime) or explicit commands; requesting only 'free' is insufficient. This mismatch suggests the skill is incomplete or incorrectly declared.
Instruction Scope
The instructions are minimal and do not direct the agent to read unrelated files or exfiltrate data. However they are vague: they show CLI usage for a 'system-info' command but do not show the actual commands to run (e.g., which binaries to invoke and with what flags). That leaves ambiguous behavior — the agent or user would need to know what 'system-info' actually does.
Install Mechanism
No install spec and no code files — lowest-risk category. Nothing will be written to disk by an installer because there's no installer declared.
Credentials
The skill requests no environment variables, credentials, or config paths. Its declared requirements (only 'free') are minimal — though likely incomplete for the claimed functionality (see purpose_capability).
Persistence & Privilege
always is false and the skill does not request persistent privileges or modify other skills. Autonomous invocation is enabled by default but not by itself a concern here.
What to consider before installing
This skill looks harmless in intent (it only needs to read basic system info) but it's incomplete: SKILL.md shows a 'system-info' command that the skill does not install or document, and it only declares the 'free' binary while CPU, disk, and uptime typically need other utilities. Before installing or enabling it, ask the publisher to clarify: provide the implementation or the exact shell commands the skill will run, add any other required binaries (e.g., df, uptime, lscpu), or correct the documentation. If you enable the skill as-is, it likely won't work; because it requests no secrets or installs code, it isn't high-risk, but it's not trustworthy or useful until the mismatch is resolved.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.0
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
💻 Clawdis
Binsfree
SKILL.md
System Info
Quick system diagnostics covering CPU, memory, disk, and uptime. Uses standard Linux utilities that are always available.
Commands
# Show all system info (CPU, memory, disk, uptime)
system-info
# Show CPU information
system-info cpu
# Show memory usage
system-info mem
# Show disk usage
system-info disk
# Show system uptime
system-info uptime
Install
No installation needed. free and related utilities are always present on the system.
Files
1 totalSelect a file
Select a file to preview.
Comments
Loading comments…
