Skip to content
Automation
Skill

/gpu-monitor

Check GPU status, running experiments, and available resources

From plugin
auto-deep-researcher-24x7
1.3k8 skills4 agents
Install
$ npx -y skills add Xiangyue-Zhang/auto-deep-researcher-24x7 --skill gpu-monitor --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/gpu-monitor

Context preview

The summary Claude sees to decide when to auto-load this skill.

Check GPU status, running experiments, and available resources

SKILL.md

gpu-monitor.SKILL.md
name: gpu-monitor
description: "Check GPU status, running experiments, and available resources"

gpu-monitor

Quick GPU status check for experiment management.

Usage

Claude Code: /gpu-monitor
Claude Code: /gpu-monitor --server user@remote-host
Codex: $gpu-monitor

Behavior

1. Run `nvidia-smi` to get current GPU status 2. Display a clean summary table:

  • GPU ID, Name, Memory (used/total), Utilization %, Temperature
  • Running processes on each GPU

3. Identify which GPUs are free (< 1GB memory used) 4. Identify which GPUs are running experiments (check for python/torchrun processes) 5. If `--server` is provided, SSH to remote server first

Output Format

GPU Status
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 GPU  Name          Memory         Util  Temp
  0   L20X 144GB    45123/147456   98%   72°C  ← training (PID 12345)
  1   L20X 144GB      234/147456    0%   35°C  ← FREE
  2   L20X 144GB    43210/147456   95%   70°C  ← training (PID 12346)
  3   L20X 144GB     1024/147456   12%   40°C  ← keeper

Free GPUs: [1]
Training: GPU 0 (PID 12345), GPU 2 (PID 12346)
Ships withauto-deep-researcher-24x7

🔥 An autonomous AI agent that runs your deep learning experiments 24/7 while you sleep. Zero-cost monitoring, Leader-Worker architecture, constant-size memory.

Get the whole plugin
Stats
1,262
Stars
109
Forks
Maintained
Maintenance
Python
Language
Apache-2.0
License
2mo ago
Last commit
4mo ago
Created

Repo: Xiangyue-Zhang/auto-deep-researcher-24x7