osmo-agent

Manage cloud compute resources and orchestrate robotics workflows via the OSMO CLI.

199|48|Updated Oct 1, 2025
One-click install
npx skills add https://github.com/NVIDIA/OSMO --skill osmo-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: osmo-agent
Source: https://github.com/NVIDIA/OSMO/tree/main/skills/osmo-agent
Command: npx skills add https://github.com/NVIDIA/OSMO --skill osmo-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the management of cloud compute resources and workflow execution for robotics development, abstracting away complex infrastructure details.

Core Features & Use Cases

  • Resource Management: Check available nodes, pools, and GPU capacity.
  • Workflow Orchestration: Submit, monitor, and debug complex robotics workflows.
  • App Creation: Publish workflows as reusable OSMO applications.
  • Use Case: You need to train a reinforcement learning policy for a robot. This Skill can help you find suitable GPU resources, submit your training workflow, monitor its progress, and even help diagnose failures.

Quick Start

Use the osmo-agent skill to check available GPU resources.

Frequently Asked Questions about osmo-agent

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

FAQPage Schema
How do I check available GPU capacity for robotics workloads?

To check available GPU capacity for robotics workloads, you can use the osmo-agent to query resource availability across nodes and pools on the OSMO platform. This allows you to identify suitable compute resources before submitting tasks.

How do I orchestrate complex robotics workflows on cloud compute?

You can orchestrate complex robotics workflows on cloud compute by using the osmo-agent to submit, monitor, and debug execution pipelines directly through the OSMO CLI. It abstracts infrastructure details to manage the entire process.

Can I publish robotics training workflows as reusable applications?

Yes, you can publish robotics training workflows as reusable applications. The osmo-agent supports app creation, allowing you to package and deploy your workflows on the OSMO platform for future use.

Do I need the osmo CLI installed to manage cloud compute resources?

Yes, you need the osmo CLI installed and authenticated to manage cloud compute resources. The osmo-agent provides a command-line interface that relies on this setup to interact with the OSMO platform.

How can I debug a failed reinforcement learning policy training workflow?

To debug a failed reinforcement learning policy training workflow, use the osmo-agent's monitoring and debugging features to inspect the execution state on the OSMO platform. This helps diagnose failures during cloud compute runs.

What is the best way to monitor AI development workflows on cloud compute?

The best way to monitor AI development workflows on cloud compute is using the osmo-agent to track workflow progress and check resource availability. It provides a command-line interface for real-time status updates on the OSMO platform.