nemo-status

Monitor NeMo Platform health via socket checks and API status queries.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides an immediate, reliable, and read-only diagnostic view of the NeMo Platform, preventing confusion caused by stale service locks or hidden process failures.

Core Features & Use Cases

  • Ground Truth Verification: Uses system-level checks to confirm if the platform is actually listening on the expected port, rather than relying on potentially stale internal state.
  • Unified Dashboard: Aggregates platform health, agent deployment status, inference provider availability, and model discovery into a single, readable summary.
  • Use Case: When a user is unsure if their agent is running or why a model is not appearing, this skill provides a clear status report and actionable troubleshooting steps.

Quick Start

Ask the platform to show me the current nemo status to verify that all services and models are running correctly.

Frequently Asked Questions about nemo-status

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

FAQPage Schema
How do I check if the NeMo Platform is running and listening on the correct port?

To check NeMo Platform health, use a diagnostic dashboard that performs system-level socket checks to verify the platform is actively listening on the expected port, bypassing stale internal state. This confirms actual service availability and provides clear recovery steps for common deployment issues.

Why is my deployed agent or registered model not appearing in the NeMo Platform?

Missing agents or models in the NeMo Platform often stem from hidden process failures or stale service locks. A unified health dashboard aggregates agent deployment status, inference provider availability, and model discovery into a single readable summary to pinpoint the exact failure.

How can I run a health check on my NeMo Platform inference providers?

Run a health check on NeMo Platform inference providers by querying their API status and aggregating the results into a diagnostic report. This validates provider availability within your local environment and ensures platform readiness before you deploy agents.

What is the best way to diagnose stale service locks on the NeMo Platform?

The best way to diagnose stale service locks on the NeMo Platform is to perform a ground truth verification using system-level socket checks. This read-only diagnostic approach confirms if the platform is actually listening, preventing confusion from hidden process failures.

Does the NeMo Platform health dashboard modify my deployed agents or models?

No, the NeMo Platform health dashboard provides an immediate, reliable, and read-only diagnostic view. It strictly performs API status queries and socket checks to facilitate diagnostic reporting without modifying your deployed agents, inference providers, or registered models.

What steps should I take when NeMo Platform diagnostics show a service is unavailable?

When NeMo Platform diagnostics show a service is unavailable, follow the actionable troubleshooting steps provided in the diagnostic report. These clear recovery paths help resolve common deployment issues and validate service availability to restore platform readiness.