🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

system-info-windows-skill

by @liujintao-2021

Query system information including OS, CPU, memory, and disk usage. Use when users ask about system configuration, resource usage, performance diagnostics, o...

Versionv1.0.3
Downloads691
Installs2
TERMINAL
clawhub install system-info-windows-skill

πŸ“– About This Skill


name: system-info-skill description: Query system information including OS, CPU, memory, and disk usage. Use when users ask about system configuration, resource usage, performance diagnostics, or basic system info. Supports Windows, Linux, and macOS.

System Information Query

Quick system information query including OS, CPU, memory, and disk.

Installation

Install from ClawHub:

npx clawhub install system-info-skill

Or install from local .skill file:

openclaw skills install system-info-skill.skill

Usage

Query All System Information

python scripts/system_info.py

Query Specific Information

# CPU only
python scripts/system_info.py --cpu

Memory only

python scripts/system_info.py --memory

Disk only

python scripts/system_info.py --disk

Example Output

=== System Information ===

OS: Windows 10 CPU: Intel Core i7-9700K CPU Cores: 8 Total Memory: 16.0 GB Memory Used: 8.5 GB (53%) Total Disk: 512.0 GB Disk Used: 256.0 GB (50%)

Notes

  • Requires Python 3.6+
  • Cross-platform support
  • No additional dependencies required
  • πŸ’‘ Examples

    Query All System Information

    python scripts/system_info.py
    

    Query Specific Information

    # CPU only
    python scripts/system_info.py --cpu

    Memory only

    python scripts/system_info.py --memory

    Disk only

    python scripts/system_info.py --disk

    πŸ“‹ Tips & Best Practices

  • Requires Python 3.6+
  • Cross-platform support
  • No additional dependencies required