# Entities

> NeMo Platform model and dataset CRUD lifecycle through the platform SDK, with strict field matching on final verification entities.

- Skill: `nvidia-nemo/entities-3` (Agent Skill)
- Install (CLI): `npx skillmds@latest add nvidia-nemo/entities-3`
- Raw SKILL.md: https://api.skillmd.com/api/skills/nvidia-nemo/entities-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/entities-3

---

Entity tasks

- Use `nemo_api` with the `models` or `datasets` resource as appropriate.
- Use the exact entity type and name from the instruction.
- For model/dataset CRUD, create the temporary entity, verify/list/update/delete it, then create the final verification entity.
- Keep JSON params valid and compact. Final dataset checks often require fields such as `format` and `size` to match exactly.

