← Back to Skills Marketplace
karryklein

System Resource Report

by karryklein · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
333
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install system-resource-report
Description
Check 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...
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: system-resource-report Version: 1.0.0 The skill is a straightforward system monitoring tool designed to report Linux resource usage. It executes a shell script (scripts/report.sh) that uses standard, read-only commands like uptime, free, df, and ps to collect performance metrics. There are no signs of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
Purpose & 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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install system-resource-report
  3. After installation, invoke the skill by name or use /system-resource-report
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: report load, memory, swap, disk, top CPU and memory processes
Metadata
Slug system-resource-report
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is System Resource Report?

Check 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 333 downloads so far.

How do I install System Resource Report?

Run "/install system-resource-report" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is System Resource Report free?

Yes, System Resource Report is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does System Resource Report support?

System Resource Report is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created System Resource Report?

It is built and maintained by karryklein (@karryklein); the current version is v1.0.0.

💬 Comments