gpu-status

Query GPU availability via nvidia-smi across configured SSH servers.

174|17|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/CurryTang/Amadeus --skill gpu-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gpu-status
Source: https://github.com/CurryTang/Amadeus/tree/main/resource/integrations/aris/overlay/skills/gpu-status
Command: npx skills add https://github.com/CurryTang/Amadeus --skill gpu-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identify GPU availability across all SSH servers defined in the ARIS project configuration to determine where to run compute tasks.

Core Features & Use Cases

  • Read-only GPU discovery: queries each configured server using nvidia-smi to determine GPU usage, memory, and temperature.
  • Multi-server aggregation: produces per-server status tables and an overall summary to guide workload placement.
  • Error-resilient: gracefully handles missing project files and unreachable hosts, and continues reporting on other servers.

Quick Start

Run gpu-status to display the current GPU availability across all configured ARIS SSH servers.

Frequently Asked Questions about gpu-status

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check GPU availability across multiple SSH servers?

You can check GPU availability across multiple SSH servers by querying each configured host using nvidia-smi to determine usage, memory, and temperature, then returning a consolidated, server-scoped status report.

What is the best way to find idle GPUs for compute tasks?

Finding idle GPUs involves running a read-only discovery process across configured ARIS SSH servers, classifying GPU status via nvidia-smi to produce per-server tables and an overall summary for workload placement.

How does server monitoring handle unreachable hosts during GPU status checks?

Server monitoring handles unreachable hosts gracefully by applying error-resilient logic that skips missing files or offline servers, continuing to query and report GPU status on all other reachable servers.

Does nvidia-smi remote access modify any server configurations?

No, remote access via nvidia-smi enforces strictly read-only behavior to query GPU usage, memory, and temperature, ensuring no server configurations are modified during the status discovery process.

Can I aggregate GPU status from servers defined in an ARIS project configuration?

Yes, you can aggregate GPU status from ARIS project configuration servers by applying multi-server aggregation, which produces per-server status tables and an overall summary to guide workload placement.