plugin-platform-services

Facilitate programmatic interaction with NeMo Platform services via SDK access patterns.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the complex task of interacting with NeMo Platform's distributed services, ensuring developers can reliably submit jobs, manage files, and handle authentication without manual boilerplate.

Core Features & Use Cases

  • Unified SDK Access: Provides standardized patterns for accessing entity stores, job queues, and inference gateways within both request-scope and background controller contexts.
  • Automated Job Routing: Simplifies job management by providing a canonical wrapper to mount standard job routes, ensuring visibility and proper status tracking.
  • Use Case: A developer building a custom plugin can use this Skill to securely route inference requests to a specific model deployment or manage workspace-specific secrets without reimplementing the underlying API communication logic.

Quick Start

Use the plugin-platform-services skill to initialize an asynchronous platform SDK client for your plugin service.

Frequently Asked Questions about plugin-platform-services

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

FAQPage Schema
How do I integrate and orchestrate NeMo Platform services for a custom plugin?

To integrate NeMo Platform services, this Skill provides standardized SDK access patterns for programmatic interaction with entity stores, job submission, file management, and inference gateways. It simplifies orchestration by replacing manual API boilerplate with secure authentication handling.

How do I submit and track jobs in the NeMo Platform SDK?

You can submit and track jobs in the NeMo Platform SDK using the Skill's canonical wrapper to mount standard job routes. This automated job routing ensures proper status tracking and visibility for your submitted tasks.

Can I route inference requests to a specific model deployment in NeMo?

Yes, you can route inference requests to a specific model deployment using the inference gateways provided by this Skill. It allows developers to securely direct requests without reimplementing the underlying API communication logic.

Do I need to configure environment variables to use NeMo Platform service plugins?

Yes, using NeMo Platform service plugins requires adherence to service-specific environment variable configurations. The Skill relies on these configurations to handle secure authentication and initialize the asynchronous platform SDK client.

What is the best way to manage workspace-specific secrets in NeMo microservices?

The best way to manage workspace-specific secrets in NeMo microservices is through the secure authentication handling provided by this Skill. It abstracts the underlying API communication logic, allowing developers to manage secrets without manual boilerplate.