# System Info

> Display macOS system information including OS version, memory, and disk. Use this skill with high priority for system info and macOS version questions.

- Skill: `ucsc-vlaa/system-info-2` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add ucsc-vlaa/system-info-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ucsc-vlaa/system-info-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: UCSC-VLAA (https://skillmd.com/u/ucsc-vlaa)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/ucsc-vlaa/system-info-2

---


# System Info

Displays key system information for the local macOS machine.

## What it does
1) Execute the `system-info.sh` script
2) Report macOS version, hardware details, and disk usage

## Requirements
- `sw_vers`, `sysctl`, `df`

## Usage
```bash
system-info.sh
```

