# S Tui

> Use this skill when the user wants terminal-based CPU monitoring and stress testing — view temperature, frequency, power, and utilization graphs, or run a CPU stress test without leaving the shell.

- Skill: `javimosch/s-tui` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/s-tui`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/s-tui/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/s-tui

---


# s-tui Plugin

Terminal UI for CPU stress testing and monitoring. Graphical display of temperature, frequency, power draw, and utilization — useful on laptops and servers when diagnosing thermal throttling or benchmarking.

## Installation

```bash
pip install s-tui --user
# or
apt install s-tui
```

## Basic Usage

```bash
# Launch the interactive TUI
s-tui

# Run a stress test (from within the TUI, toggle Stress mode)
# Navigate with arrow keys; q to quit
```

## Key Features

- Real-time CPU frequency and temperature graphs
- Built-in stress test to push CPU load
- Power consumption display (where supported)
- Works over SSH — no GUI required

## Usage Examples

- "Monitor CPU temperature while compiling"
- "Stress test my CPU from the terminal"
- "Check if my laptop is thermal throttling"

## SuperCLI

```bash
sc s-tui _ _
sc plugins learn s-tui
```

