# Secrets

> NeMo Platform secret CRUD lifecycle through the platform SDK.

- Skill: `nvidia-nemo/secrets-3` (Agent Skill)
- Install (CLI): `npx skillmds@latest add nvidia-nemo/secrets-3`
- Raw SKILL.md: https://api.skillmd.com/api/skills/nvidia-nemo/secrets-3/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: NVIDIA NeMo (https://skillmd.com/u/nvidia-nemo)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/nvidia-nemo/secrets-3

---

Secret tasks

- Use `nemo_api` with resource `secrets`.
- Use `create`, `retrieve`, `list`, `update`, and `delete` actions as needed,
  passing secret data directly in the JSON `params`.
- Always finish the whole lifecycle: create temporary secret, verify/list/update/delete it, then create the final verification secret.

