nemo-skill-selection

Route natural language requests to the appropriate NeMo Platform skill.

58|16|Updated May 14, 2026
One-click install
npx skills add https://github.com/NVIDIA-NeMo/nemo-platform --skill nemo-skill-selection
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nemo-skill-selection
Source: https://github.com/NVIDIA-NeMo/nemo-platform/tree/main/sdk/python/nemo-platform/src/nemo_platform/skills/nemo-skill-selection
Command: npx skills add https://github.com/NVIDIA-NeMo/nemo-platform --skill nemo-skill-selection

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates the confusion of navigating the NeMo Platform CLI by automatically identifying the correct downstream skill based on your natural language intent.

Core Features & Use Cases

  • Intent-Based Routing: Analyzes your request to determine if you need to set up, build, optimize, secure, or tear down your agent.
  • Platform Health Verification: Performs a pre-flight check using system-level diagnostics to ensure the platform is ready before handing off to specialized skills.
  • Use Case: If you are unsure whether to use the build or optimize flow, simply state your goal and this skill will route you to the appropriate tool while verifying your environment's readiness.

Quick Start

Ask the skill to help you deploy a new agent and it will automatically verify your platform status before routing you to the build process.

Frequently Asked Questions about nemo-skill-selection

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

FAQPage Schema
How do I route natural language requests to the right NeMo Platform CLI command?

To route natural language requests to the right NeMo Platform CLI command, this skill analyzes your intent and performs environment diagnostics to hand off the request to the appropriate specialized skill.

What is the best way to determine if I should use the build or optimize flow for my agent?

The best way to determine if you should use the build or optimize flow is to state your end goal, and this skill will analyze your intent to route you to the correct agent lifecycle stage.

Does NeMo Platform routing require any specific system utilities to verify readiness?

NeMo Platform routing requires standard shell utilities and lsof to verify platform readiness and process state before initiating hand-offs to downstream skills.

How does intent-based routing handle platform health verification before deployment?

Intent-based routing handles platform health verification by performing pre-flight system-level diagnostics to ensure the environment is ready before handing off to specialized skills.

Can I use this routing skill across the entire agent lifecycle including setup and teardown?

You can use this routing skill across the entire agent lifecycle, as it operates through setup, exploration, specification, deployment, optimization, and teardown stages.

Why does the skill perform system-level environment diagnostics before handing off my request?

The skill performs system-level environment diagnostics before handing off your request to verify platform readiness and process state, ensuring the environment is prepared for the specialized task.