This skill teaches an agent how to use the OSMO CLI to discover available compute resources (pools, nodes, GPUs), submit and monitor workflows (training, data generation, custom jobs), fetch logs and status, and publish workflows as apps. It includes concrete procedures for resource checks, workflow generation/submission, monitoring, log retrieval, and recommendations for low-priority submissions when quota is exhausted.
Use this skill when a user asks about available GPUs or pools, whether they have quota, wants to submit or monitor a workflow (SDG, RL, or custom), ask for logs or status, list recent jobs, or publish a workflow as an OSMO app. Trigger also on operational intents like "submit workflow", "check quota", "workflow logs".
references/workflow-patterns.md, references/advanced-patterns.md, subagent instructions under agents/ for workflow-expert and logs-reader--set usage), polling status, fetching logs, and creating appsLikely used with agents that can run CLI tools and spawn subagents (Copilot/Codex/Claude Code style agents).
NVIDIA OSMO CLI agent for managing cloud compute workflows — checking pools/GPUs, submitting and monitoring workflows, debugging failures, and creating apps. No bundled scripts; purely instruction-based via SKILL.md with subagent and reference files. Extremely thorough documentation with 8 well-defined use cases, clear prerequisites, and detailed troubleshooting references.
Well-crafted skill from NVIDIA. Excellent structure with progressive disclosure (references/, agents/), clear trigger description, and comprehensive troubleshooting guidance. Security is clean — no scripts, no network calls beyond the osmo CLI. Usefulness limited by niche audience (OSMO cloud platform users only).