System Info
VerifiedQuick system diagnostics: CPU, memory, disk, uptime
$ Add to .claude/skills/ About This Skill
# System Info
Quick system diagnostics covering CPU, memory, disk, and uptime. Uses standard Linux utilities that are always available.
Commands
```bash # Show all system info (CPU, memory, disk, uptime) system-info
# Show CPU information system-info cpu
# Show memory usage system-info mem
# Show disk usage system-info disk
# Show system uptime system-info uptime ```
Install
No installation needed. `free` and related utilities are always present on the system.
Use Cases
- Get a quick snapshot of CPU, memory, disk usage, and system uptime
- Check available disk space before running large build or data operations
- Monitor memory usage to diagnose application performance issues
- Verify system configuration during environment setup or troubleshooting
- Include system diagnostics in automated health check scripts
Pros & Cons
Pros
- +Zero installation — uses standard Linux utilities already present on every system
- +Simple subcommand interface — cpu, mem, disk, or uptime individually
- +Lightweight and fast with no external dependencies
Cons
- -Linux-focused — may not work on macOS or Windows without modification
- -Minimal output — no detailed process-level or network diagnostics
FAQ
What does System Info do?
Quick system diagnostics: CPU, memory, disk, uptime
What platforms support System Info?
System Info is available on Claude Code, OpenClaw.
What are the use cases for System Info?
Get a quick snapshot of CPU, memory, disk usage, and system uptime. Check available disk space before running large build or data operations. Monitor memory usage to diagnose application performance issues.
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.