ssh-ray-cluster

Execute commands and inspect logs on a Ray cluster head node via SSH.

1|Updated Jun 3, 2026
One-click install
npx skills add https://github.com/EnkeZ/tgsopd --skill ssh-ray-cluster
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ssh-ray-cluster
Source: https://github.com/EnkeZ/tgsopd/tree/main/skills/ssh-ray-cluster
Command: npx skills add https://github.com/EnkeZ/tgsopd --skill ssh-ray-cluster

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires paramiko, and includes scripts (resource) components.

What problem does it solve?

This Skill allows users to connect to a remote Ray cluster head node via SSH, execute commands, check cluster status, inspect logs, and debug training jobs, providing a solution for remote access and management of Ray clusters.

Core Features & Use Cases

  • SSH Access: Establish an SSH connection to a remote Ray cluster head node.
  • Command Execution: Run commands on the remote cluster to manage jobs and check status.
  • Log Inspection: Retrieve and view logs from the Ray cluster for debugging.
  • Job Management: Start, stop, and monitor Ray training jobs remotely.
  • Use Case: When a user needs to troubleshoot a Ray job or execute specific commands on a remote cluster head node.

Quick Start

Connect to your Ray cluster head node using the 'ssh-ray-cluster' skill and execute a command, e.g., 'ssh-ray-cluster "ray status"'

Frequently Asked Questions about ssh-ray-cluster

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

FAQPage Schema
How do I remotely access a Ray cluster head node for job debugging?

You can remotely access a Ray cluster head node for job debugging by establishing a secure SSH connection to execute commands, inspect logs, and manage training jobs.

Can I check Ray cluster status and inspect logs via SSH?

Yes, you can check Ray cluster status and inspect logs via SSH by connecting to the head node and executing commands like 'ray status' to retrieve real-time cluster information and log outputs.

Do I need paramiko to manage Ray training jobs remotely?

Yes, you need paramiko to manage Ray training jobs remotely because it is the required dependency for establishing the underlying secure SSH connections to the cluster head node.

What is the best way to execute commands on a remote Ray cluster?

The best way to execute commands on a remote Ray cluster is using an SSH connection to the head node, which enables direct command execution, job management, and troubleshooting for Ray-based training jobs.

How do I start and monitor Ray training jobs remotely?

You can start and monitor Ray training jobs remotely by using SSH to access the cluster head node, allowing you to execute job management commands and retrieve execution logs for debugging.