example-hello

Validate plugin-provided skill registration and loading within the NeMo platform.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the need for a simple verification mechanism to ensure that custom plugin-provided skills are correctly registered and accessible within the NeMo platform environment.

Core Features & Use Cases

  • Connectivity Testing: Confirms that the platform's skill discovery mechanism is functioning as expected.
  • Integration Validation: Serves as a baseline test for developers to verify that their plugin entry-points are correctly configured.
  • Use Case: Use this skill during the development phase of a new plugin to confirm that the platform successfully loads and lists your custom skills without errors.

Quick Start

Invoke the example-hello skill to verify that your plugin is correctly registered and visible to the platform.

Frequently Asked Questions about example-hello

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

FAQPage Schema
How do I verify that a custom plugin is registered in NeMo?

To verify plugin registration in NeMo, invoke a lightweight diagnostic skill that confirms the platform's skill discovery mechanism successfully loads and lists your custom entry-points without requiring external libraries.

What is skill connectivity testing for plugin development?

Skill connectivity testing validates the integrity of the skill entry-point surface, serving as a baseline check to ensure the platform correctly discovers and accesses plugin-provided skills during development.

Do I need external dependencies for NeMo plugin entry-point validation?

No external dependencies are required for NeMo plugin entry-point validation, as the verification operates as a lightweight diagnostic tool that functions within the existing platform architecture.

When should I test plugin-provided skill loading during development?

You should test plugin-provided skill loading during the development phase of a new plugin to confirm that the platform successfully discovers, loads, and lists your custom skills without integration errors.

Why is my custom skill not visible to the NeMo platform?

If your custom skill is not visible to the NeMo platform, your plugin entry-points may be incorrectly configured, requiring a connectivity test to verify the skill registration and loading integrity.