exec-remote

Execute Python scripts on remote GPU or TPU clusters via SkyPilot.

5|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/primatrix/skills --skill exec-remote
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: exec-remote
Source: https://github.com/primatrix/skills/tree/main/plugins/exec-remote/skills/exec-remote
Command: npx skills add https://github.com/primatrix/skills --skill exec-remote

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill allows users to execute Python scripts, tests, or benchmarks on remote GPU or TPU clusters, providing the capability to leverage powerful hardware resources for intensive computations.

Core Features & Use Cases

  • Remote Execution: Run code on provisioned remote GPU or TPU clusters.
  • Provisioning: Automatically provision clusters using SkyPilot.
  • Execution: Execute scripts with support for GPU and TPU configurations.
  • Use Case: Ideal for machine learning experiments, deep learning computations, or any task requiring significant computational power that is not available on local hardware.

Quick Start

Use the exec-remote skill to run a Python script on a remote GPU cluster with the command: `sky exec <cluster_name> --workdir . "python <PATH_TO_SCRIPT> [ARGS]"

Frequently Asked Questions about exec-remote

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

FAQPage Schema
How do I run Python scripts on a remote GPU or TPU cluster?

To run Python scripts on a remote GPU or TPU cluster, use the exec-remote Skill to execute your code with the command `sky exec <cluster_name> --workdir . "python <PATH_TO_SCRIPT> [ARGS]"`, which provisions the necessary hardware using SkyPilot.

Do I need SkyPilot to execute machine learning benchmarks on remote hardware?

Yes, you need SkyPilot to execute machine learning benchmarks on remote hardware, as the exec-remote Skill relies on it to automatically provision GPU and TPU clusters for high-performance computing tasks.

Can I run deep learning tests on remote GPU clusters from my local machine?

Yes, you can run deep learning tests on remote GPU clusters from your local machine by using the exec-remote Skill, which handles remote execution and cluster provisioning for intensive computations lacking local hardware.

What is the best way to provision high-performance computing resources for Python tasks?

The best way to provision high-performance computing resources for Python tasks is using the exec-remote Skill with SkyPilot, which automatically provisions remote GPU or TPU clusters and executes your scripts directly.

What are the limitations of running remote execution for machine learning experiments?

Limitations of running remote execution for machine learning experiments include requiring a Python environment and pre-existing access to a remote cluster, as the Skill cannot execute scripts without proper remote hardware credentials and setup.

Does exec-remote support both GPU and TPU configurations for high-performance computing?

Yes, exec-remote supports both GPU and TPU configurations for high-performance computing, allowing users to execute Python scripts, tests, and benchmarks across different remote cluster setups using SkyPilot.