# System Info

> Quick system diagnostics: CPU, memory, disk, uptime

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

---


# 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
```

## Security Notes
- This skill operates in read-only mode with no network or privilege escalation capabilities.
- All commands are allowlisted and executed under an unprivileged service account.
- Audit logs capture all invocations and outputs for compliance and anomaly detection.

## Install
No installation needed. `free` and related utilities are always present on the system.
