secrets

Manage secret lifecycle CRUD operations via the NeMo Platform SDK.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies the management of sensitive credentials and configuration data within the NeMo Platform, ensuring that secret lifecycles are handled consistently and securely.

Core Features & Use Cases

  • Secret Lifecycle Management: Perform full CRUD operations (create, retrieve, list, update, delete) on platform secrets.
  • Verification Workflows: Supports multi-step validation processes to ensure secrets are correctly configured before final deployment.
  • Use Case: Automate the rotation of API keys or database credentials by programmatically updating existing secrets and verifying their status through the platform SDK.

Quick Start

Use the secrets skill to create a new API key named production-db-key with the provided value.

Frequently Asked Questions about secrets

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

FAQPage Schema
How do I manage API keys and configuration secrets in the NeMo Platform?

You can manage API keys and configuration secrets in the NeMo Platform by using the secrets Skill to perform secure CRUD operations via the platform SDK. This ensures consistent credential handling throughout the secret lifecycle.

What is the best way to automate database credential rotation programmatically?

Automating database credential rotation is handled by updating existing secrets programmatically and verifying their status through the platform SDK. The secrets Skill supports these multi-step validation workflows before final deployment.

Can I verify configuration secrets before deploying them to my environment?

Yes, you can verify configuration secrets before deployment using the secrets Skill's built-in verification workflows. These multi-step validation processes ensure that sensitive credentials are correctly configured within the NeMo Platform environment.

Does the secrets Skill support deleting and updating sensitive credentials?

Yes, the secrets Skill supports full CRUD operations, allowing you to securely delete and update sensitive credentials. It manages the entire lifecycle of configuration secrets directly through the platform SDK.

When do I need to use a dedicated secrets lifecycle management workflow?

You need a dedicated secrets lifecycle management workflow when handling sensitive configuration data in the NeMo Platform to ensure consistent and secure creation, retrieval, updates, and deletion of secret resources programmatically.