nemo-platform
Build, evaluate, harden, and optimize production LLM agents
All Skills in This Repository (60)
Pure Emerald Level Indicatorslangchain-framework
Guide building LLM-powered agents with LangChain, LangGraph, and Deep Agents.
nooa
Develop and optimize agents using the NVIDIA-labs OO Agents framework.
terminator
Analyze textual diagnostic reports to detect qualitative plateaus in optimization workflows.
guardrails-plugin
Implements input/output guardrailing for chat-completions traffic in NeMo Inference Gateway.
deploy-sandbox
Deploy NAT agents as isolated OpenShell sandboxes with Landlock filesystem protection.
example-hello
Validate plugin-provided skill registration and loading within the NeMo platform.
example-debug
Verify plugin skill directory installations and companion resource accessibility in NeMo.
refresh-data-designer-skill
Synchronize vendored Data Designer skill bundles and adapt CLI commands for NeMo Platform.
nemo-customizer
Orchestrate SFT and LoRA fine-tuning workflows for LLMs on the NeMo Platform.
anonymizer
Detect and replace sensitive personal information in CSV or Parquet datasets.
auditor
Manage audit configurations, targets, and jobs for LLM inference endpoint vulnerability scanning.
safe-synthesizer
Generate privacy-preserving synthetic tabular data using NeMo Platform workflows.
Frequently Asked Questions
FAQPage SchemaHow to install nemo-platform?โผ
Run `npx skills add NVIDIA-NeMo/nemo-platform --all -g -y` in your terminal to install all skills in this suite globally.
What can I do with NeMo Platform skills?โผ
You can design, build, deploy, evaluate, secure, and optimize LLM agents, plus fine-tune models, generate synthetic data, redact PII, and analyze production traces.
Does nemo-platform work with Claude Code and Cursor?โผ
Yes. The skills follow the standard SKILL.md format and install into Claude Code, Cursor, Codex, and OpenCode via the `nemo skills install` command.
How do I add guardrails to my agent?โผ
The guardrails skills walk you through creating a content-safety config, validating it with test messages, and attaching it to a VirtualModel so unsafe input and output get blocked.
Can I use these skills without deep ML expertise?โผ
Yes. Each skill gives your coding agent exact commands, templates, and verification steps, so you describe the goal in plain English and the agent executes the workflow.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core