A lightweight Bash skill providing real-time system metrics including CPU, memory, and disk usage for host environments.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install opensysinfo
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
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).
Get the raw skill files in a ZIP archive.
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.
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.
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 |
--format json for programmatic data handling.--disk flag.Loading
A streamlined Bash utility providing real-time hardware and software diagnostics for host systems.

A streamlined utility for performing precise image resizing operations via ImageMagick directly within your AI agent environment.

A streamlined ImageMagick-powered skill for automated image resizing and scaling via AI agents or CLI.

A dedicated tool for macOS that enables remote waking of networked devices using magic packets and alias-based management.

A native macOS menu bar application providing instant, popup access to the OpenClaw AI chat interface.

A specialized skill for Openclaw Skills that automates the scaffolding and optimization of Django REST Framework APIs.








































