system-info-windows-skill
VerifiedQuery system information including OS, CPU, memory, and disk usage. Use when users ask about system configuration, resource usage, performance diagnostics, o...
$ Add to .claude/skills/ 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:
```bash npx clawhub install system-info-skill ```
Or install from local .skill file:
```bash openclaw skills install system-info-skill.skill ```
Usage
Query All System Information
```bash python scripts/system_info.py ```
Query Specific Information
```bash # 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
Use Cases
- Query OS, CPU, memory, and disk information on Windows, Linux, or macOS
- Run quick system diagnostics to check resource usage and configuration
- Integrate system info queries into automation scripts for health monitoring
- Troubleshoot performance issues by checking CPU cores, memory usage, and disk space
- Generate system inventory reports for documentation and compliance
Pros & Cons
Pros
- +Cross-platform support for Windows, Linux, and macOS
- +No external dependencies — uses Python standard library only
- +Selective querying — check CPU, memory, or disk individually
Cons
- -Basic metrics only — no process listing, network info, or GPU details
- -No historical data or trend tracking capabilities
FAQ
What does system-info-windows-skill do?
What platforms support system-info-windows-skill?
What are the use cases for system-info-windows-skill?
100+ free AI tools
Writing, PDF, image, and developer tools — all in your browser.
Next Step
Use the skill detail page to evaluate fit and install steps. For a direct browser workflow, move into a focused tool route instead of staying in broader support surfaces.