SLURM Submit

Trigger and monitor GitHub Actions workflows for SLURM jobs on BWUniCluster.

1|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/LSailer/Master-Thesis-3D-VLA --skill slurm-submit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: SLURM Submit
Source: https://github.com/LSailer/Master-Thesis-3D-VLA/tree/main/.claude/skills/slurm-submit
Command: npx skills add https://github.com/LSailer/Master-Thesis-3D-VLA --skill slurm-submit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the triggering of remote GitHub Actions workflows, specifically for submitting jobs to SLURM on a BWUniCluster, enabling efficient use of GPU resources from a local machine.

Core Features & Use Cases

  • Workflow Triggering: Initiate specified GitHub Actions workflows with customizable parameters.
  • Job Monitoring: Provides commands to check the status and view logs of triggered jobs.
  • Use Case: A researcher needs to run a deep learning model training job on a GPU cluster. They can use this Skill to trigger a train.yml workflow on the BWUniCluster, specifying the number of tasks and time limit, and then monitor its progress.

Quick Start

Use the slurm-submit skill to trigger the default ralph workflow with its default parameters.

Frequently Asked Questions about SLURM Submit

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

FAQPage Schema
How do I trigger a remote SLURM job from a local machine?

You can trigger a remote SLURM job by initiating a GitHub Actions workflow. This Skill automates the submission process to execute GPU-intensive computations on the BWUniCluster directly from your local environment.

Can I monitor the status and logs of a remote GPU job submitted via GitHub Actions?

Yes, you can monitor a remote GPU job submitted via GitHub Actions. This Skill provides specific commands to check the status and view the execution logs of triggered SLURM jobs on the BWUniCluster.

Do I need GitHub CLI to submit tasks to the BWUniCluster?

Yes, you need the GitHub CLI to submit tasks to the BWUniCluster. This Skill relies on the GitHub CLI interface to interact with and trigger the remote GitHub Actions workflows required for SLURM job submission.

How do I customize parameters like time limits for a SLURM workflow?

You can customize parameters like time limits and task counts when triggering a SLURM workflow. This Skill provides options for parameter customization, allowing you to specify the exact configuration needed for your GPU-intensive computations.

What is the best way to run the 'ralph' agent on a GPU cluster?

The best way to run the 'ralph' agent on a GPU cluster is by triggering the default GitHub Actions workflow. This Skill automates the remote execution of the ralph agent on the BWUniCluster using its default parameters.

Why use GitHub Actions for SLURM job submission instead of direct SSH?

Using GitHub Actions for SLURM job submission enables efficient use of remote GPU resources from a local machine without direct SSH management. It automates the triggering and monitoring of workflows, streamlining the execution of tasks.