System Information Utility (opensysinfo-skill) for Openclaw

A lightweight Bash skill providing real-time system metrics including CPU, memory, and disk usage for host environments.

pr1vateer
v0.1.0
Feb 6, 2026
0
0
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install opensysinfo

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install opensysinfo using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is System Information Utility (opensysinfo-skill)?

The System Information Utility is a streamlined tool designed for Openclaw Skills that enables AI agents to retrieve detailed host environment data. Built entirely in Bash, it provides essential diagnostics like operating system details, system uptime, and hardware resource utilization. This skill is critical for developers needing a quick snapshot of the machine's state within their automated workflows. Using Openclaw Skills like this ensures that your AI agents have the necessary context about their operating environment and can make informed decisions based on hardware availability.

System Information Utility (opensysinfo-skill) Use Cases

  • Monitoring disk space before starting large file operations or environment setups.
  • Auditing CPU and memory usage during intensive script execution or builds.
  • Identifying the host operating system and kernel version for compatibility checks.
  • Exporting system health snapshots for automated logging and remote debugging sessions.

How System Information Utility (opensysinfo-skill) Works

  1. The user or AI agent invokes the sysinfo tool through the Openclaw interface.
  2. The underlying Bash script executes standard system commands like uptime, free, and df to gather telemetry.
  3. The script processes the raw command output to calculate usage percentages and identify system versions.
  4. If specified via arguments, the utility formats the output into a machine-readable JSON object.
  5. The final system report is returned to the requester for immediate analysis or logging.

System Information Utility (opensysinfo-skill) Setup

To use this utility with Openclaw Skills, ensure that bash is available in your system PATH. Install the skill by adding it to your configuration:

# Navigate to your skill directory
cd ~/.openclaw/skills

# Clone the repository
git clone https://github.com/your-repo/opensysinfo-skill.git

No additional dependencies are required beyond a standard Unix-like shell environment.

System Information Utility (opensysinfo-skill) Data Schema & Taxonomy

The skill returns system metrics in either plain text or structured JSON. The schema includes:

Key Type Description
os String The host operating system name and version
uptime String Current system uptime duration
cpu String CPU model and current load percentage
memory String Total, used, and available system RAM
disk String Disk usage metrics for the specified path

System Information Utility (opensysinfo-skill) Advanced Features

  • JSON output mode enabled via --format json for programmatic data handling.
  • Targeted disk usage reporting for specific directory paths using the --disk flag.
  • Lightweight, zero-dependency Bash script execution ensuring minimal host footprint.
  • Seamless integration as a tool dispatch within the broader Openclaw Skills ecosystem.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Requires
Bins bash
Github Stars: 0
forks: 0

Featured*