System Information Skill for Openclaw

A cross-platform utility to instantly query and monitor OS, CPU, memory, and disk utilization metrics.

liujintao-2021
v1.0.2
Mar 4, 2026
0
877
0

Install & Download

1. ClawHub CLI

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

npx clawhub@latest install system-info-skill

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 system-info-skill 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 Skill?

The System Information Skill is a lightweight, cross-platform diagnostic tool designed for the Openclaw Skills ecosystem. It allows developers and AI agents to programmatically retrieve essential hardware and operating system metrics, including processor details, RAM consumption, and storage availability across Windows, macOS, and Linux.

By integrating this skill, users can automate resource monitoring or provide the necessary context for performance troubleshooting. It requires no external dependencies beyond a standard Python installation, making it an efficient addition to any automated workflow built using Openclaw Skills.

System Information Skill Use Cases

  • Monitoring real-time CPU and memory usage during intensive coding tasks.
  • Checking available disk space before initiating large data downloads or builds.
  • Identifying operating system details for environment-specific automation.
  • Diagnosing performance bottlenecks within Openclaw Skills workflows.

How System Information Skill Works

  1. The user or agent triggers the script located in the scripts directory via the command line.
  2. The script queries the host operating system kernel and hardware interfaces for current resource utilization.
  3. Hardware data (CPU, RAM, Disk) and OS metadata are parsed into a standardized format.
  4. The results are output to the console or captured by the calling agent for further action.

System Information Skill Setup

Install the skill directly from the marketplace into your Openclaw Skills environment:

npx clawhub install system-info-skill

Alternatively, you can install from a local file:

openclaw skills install system-info-skill.skill

Ensure Python 3.6 or higher is installed on your system to run the underlying scripts.

System Information Skill Data Schema & Taxonomy

The skill returns structured text output. The following metrics are captured and displayed:

Metric Description Example
OS Operating System Name Windows 10, Ubuntu 22.04
CPU Processor Model Name Intel Core i7-9700K
CPU Cores Total Physical/Logical Cores 8
Memory Total and Used RAM 16.0 GB (53% used)
Disk Total and Used Storage 512.0 GB (50% used)

System Information Skill Advanced Features

  • Granular filtering using command-line flags like --cpu, --memory, or --disk for focused data retrieval.
  • Full cross-platform compatibility ensures consistent behavior across varied developer environments.
  • Zero-dependency design minimizes the security footprint within Openclaw Skills setups.
  • Scriptable output suitable for integration with other automated diagnostic or reporting tools.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*