submit-workflow

Validate and submit SkyPilot workflows for Nebius Physical AI clusters.

17|8|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/nebius/nebius-physical-ai --skill submit-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: submit-workflow
Source: https://github.com/nebius/nebius-physical-ai/tree/main/skills/atomic/submit-workflow
Command: npx skills add https://github.com/nebius/nebius-physical-ai --skill submit-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill resolves the complexity of managing, validating, and submitting SkyPilot-based workflows within the Nebius Physical AI ecosystem, preventing common configuration and environment errors.

Core Features & Use Cases

  • Workflow Validation: Ensures npa.workflow/v0.0.1 specs are correctly parsed and rendered before cluster submission.
  • Environment Management: Handles sensitive credential injection and environment variable cleanup to prevent authentication failures.
  • Use Case: Use this skill to safely deploy a complex robotics simulation workload to a GPU cluster by validating the YAML spec and ensuring all required S3 and secret environment variables are correctly configured.

Quick Start

Use the submit-workflow skill to validate and submit the workflow defined in the specified npa workflow yaml file.

Frequently Asked Questions about submit-workflow

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

FAQPage Schema
How do I validate a SkyPilot YAML spec before submitting it to a GPU cluster?

Workflow validation parses and renders npa.workflow/v0.0.1 YAML specifications before cluster submission. This pre-flight check ensures declarative configurations are correctly formatted and prevents common configuration errors during deployment.

How does environment variable injection work for Nebius Physical AI workloads?

Environment management handles sensitive credential injection and cleans up environment variables for Nebius Physical AI workloads. This process prevents authentication failures by ensuring required S3 and secret variables are correctly configured before execution.

Can I use this to orchestrate cluster-specific resources for robotics simulations?

Cluster-specific resource orchestration manages SkyPilot-based workflow submissions for robotics simulation workloads. It facilitates deterministic execution on GPU-accelerated infrastructure by handling credential management and pre-flight checks.

Why does my SkyPilot workflow submission fail with authentication errors?

Authentication failures during SkyPilot workflow submission often occur due to missing or incorrectly configured credentials. Environment management validates sensitive credential injection and performs cleanup to prevent these deployment errors.

What is the best way to automate SkyPilot workflow submission for Nebius Physical AI?

Automating SkyPilot workflow submission involves validating declarative YAML specs, injecting environment variables, and orchestrating cluster-specific resources. This ensures deterministic execution by handling credential management and pre-flight checks for GPU-accelerated infrastructure.