onboard-world-model

Standardize containerization and multi-GPU deployment of action-conditioned world models.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the complexity of onboarding research-grade world models into a production-ready, multi-GPU environment by providing a standardized, repeatable playbook for containerization and validation.

Core Features & Use Cases

  • Standardized Onboarding: Transforms arbitrary world-model research repositories into multi-GPU BYOF (Bring Your Own Framework) registry candidates.
  • Automated Validation: Implements hard-gate testing for data loaders, tokenizers, and action-conditioned rollouts to ensure model reliability.
  • Use Case: A robotics team can use this to take a new latent video prediction model, containerize it, and verify its performance on Nebius GPU clusters before deploying it for sim-to-real training.

Quick Start

Execute the onboard world model workflow by running the validation command against your model repository configuration file.

Frequently Asked Questions about onboard-world-model

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

FAQPage Schema
How do I containerize a world model for multi-GPU deployment?

To containerize a world model for multi-GPU deployment, you standardize your research repository into a BYOF registry candidate by enforcing strict capability contracts and running automated smoke tests.

What does automated validation for action-conditioned rollouts check?

Automated validation for action-conditioned rollouts implements hard-gate testing for data loaders, tokenizers, and model rollouts to ensure simulation reliability before production deployment.

Can I use this onboarding process for latent video prediction models in robotics?

Yes, you can use this onboarding process for latent video prediction models in robotics to containerize them and verify performance on Nebius GPU clusters before sim-to-real training.

Do I need the NPA workbench CLI to manage GPU resource profiles for world models?

Yes, you need the NPA workbench CLI to manage GPU resource profiles, handle S3 data staging, and configure Rerun visualization artifacts during the world model onboarding process.

What is the best way to transition world model research code to production-ready simulation?

The best way to transition world model research code to production-ready simulation is by using a standardized playbook that transforms repositories into multi-GPU BYOF registry candidates with automated validation.

Why does my world model onboarding require strict capability contracts?

World model onboarding requires strict capability contracts to enforce standardized interfaces for data loaders and tokenizers, ensuring reliable multi-GPU deployment and automated smoke testing.