System Resource Report
v1.0.0Check current Linux system resource usage and report load, memory, swap, disk, and top CPU/memory processes. Use when the user asks about system resources, r...
⭐ 0· 244·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name and description match the actual behavior. The only required actions are typical local system inspection commands (uptime, free, df, ps, cat /proc/loadavg). No unrelated env vars, credentials, or external services are requested.
Instruction Scope
SKILL.md directs the agent to run the included ./scripts/report.sh which only reads local system state and prints summaries. It does not instruct reading other files, contacting external endpoints, or collecting unrelated data.
Install Mechanism
No install spec is provided (instruction-only plus bundled script). Nothing will be downloaded or written to disk beyond the included files, minimizing installation risk.
Credentials
No environment variables, credentials, or config paths are required. The script uses only standard system utilities and /proc, which is proportional to a system resource reporting skill.
Persistence & Privilege
Skill is not forced-always, is user-invocable, and does not request persistent system changes or modify other skills. It does not store credentials or alter system state.
Assessment
This skill is small and appears safe: it runs a bundled shell script that only reads local metrics and prints them. Before enabling, verify you trust the skill author and inspect scripts (scripts/report.sh is included and trivial). Ensure you run it on an appropriate Linux host where the standard commands exist. If you require network isolation or least privilege, run it in a constrained environment — the skill performs read-only queries and does not contact remote endpoints or request credentials.Like a lobster shell, security has layers — review code before you run it.
latestvk9774het4mb8wssb8eh1f1y2wx82jyey
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
