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.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add javimosch/supercli --skill quickstart --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quickstart?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/javimosch-quickstart-52c7cd2a)More formats (shields.io, HTML) on the badges page.
---
name: s-tui
description: 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.
---
# 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
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!