cluster-jobs

Submit, monitor, and retrieve computational jobs on remote HPC clusters via Slurm.

60|92|Updated Apr 30, 2026
One-click install
npx skills add https://github.com/QuantumBFS/quantum.harness --skill cluster-jobs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cluster-jobs
Source: https://github.com/QuantumBFS/quantum.harness/tree/main/skills/cluster-jobs
Command: npx skills add https://github.com/QuantumBFS/quantum.harness --skill cluster-jobs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill provides a secure, controlled interface for students to manage high-performance computing tasks without risking credential leaks, runaway resource consumption, or accidental file destruction.

Core Features & Use Cases

  • Safe Job Submission: Validates scripts against resource limits and security policies before execution.
  • Lifecycle Management: Enables students to check status, cancel jobs, and download results through a standardized, gated workflow.
  • Use Case: A student needs to run a heavy quantum simulation on a remote cluster; this skill ensures their script is safe, submits it to the correct partition, and allows them to retrieve the output files once the job completes.

Quick Start

Use the cluster-jobs skill to submit my research script to the cluster after verifying it against the safety guardrails.

Frequently Asked Questions about cluster-jobs

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

FAQPage Schema
How do I submit and monitor computational jobs on a remote HPC cluster safely?

To submit and monitor computational jobs safely, this skill manages your interaction with Slurm schedulers by validating scripts against resource limits and applying a mandatory preview-and-confirm workflow before execution.

Can I use this to run a heavy simulation on a remote cluster without risking runaway resource consumption?

Yes, you can run heavy simulations without risking runaway resource consumption because the skill enforces strict resource guardrails and security policies to validate your script before it ever reaches the Slurm scheduler.

How does the cluster job management process retrieve results after a job completes?

The cluster job management process retrieves results by performing file transfers with enforced path validation, allowing you to securely download output files once your computational job finishes on the remote HPC cluster.

What is the best way to prevent unauthorized system access when transferring files from an HPC cluster?

The best way to prevent unauthorized system access during file transfers is to use a gated workflow that enforces path validation, ensuring only explicitly approved and previewed file directories are accessed.

Does this Slurm job submission tool validate scripts before execution?

Yes, this Slurm job submission tool validates scripts before execution by checking them against predefined resource limits and security policies to prevent accidental file destruction and credential leaks.