Skip to content
Automation
Skill

/nemo-guardrails

NVIDIA NeMo Guardrails configuration for conversational safety and control

From plugin
babysitter
1.8k200 skills3 agents21 commands1 MCP
Install
$ npx -y skills add a5c-ai/babysitter --skill nemo-guardrails --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/nemo-guardrails

Context preview

The summary Claude sees to decide when to auto-load this skill.

NVIDIA NeMo Guardrails configuration for conversational safety and control

SKILL.md

nemo-guardrails.SKILL.md
name: nemo-guardrails
description: NVIDIA NeMo Guardrails configuration for conversational safety and control
allowed-tools:
  - Read
  - Write
  - Edit
  - Bash
  - Glob
  - Grep
graph:
  domains: [domain:software-engineering]
  specializations: [specialization:ai-agents-conversational]
  skillAreas: [skill-area:hallucination-mitigation-fact-checking, skill-area:safety-redteaming]
  roles: [role:ml-engineer, role:backend-engineer]
  workflows: [workflow:feature-development, workflow:ml-model-lifecycle]

NeMo Guardrails Skill

Capabilities

  • Configure NeMo Guardrails rails
  • Design Colang conversation flows
  • Implement input/output rails
  • Set up topic control
  • Configure jailbreak detection
  • Implement fact-checking rails

Target Processes

  • system-prompt-guardrails
  • content-moderation-safety

Implementation Details

Rail Types

1. **Input Rails**: Filter user inputs 2. **Output Rails**: Filter LLM outputs 3. **Dialog Rails**: Control conversation flow 4. **Retrieval Rails**: Filter retrieved content 5. **Execution Rails**: Control action execution

Colang Components

  • Flow definitions
  • Bot message templates
  • User message patterns
  • Actions and subflows

Configuration Options

  • Rails configuration
  • LLM selection
  • Embedding model
  • Action handlers
  • Custom rail implementations

Best Practices

  • Start with built-in rails
  • Design clear flows
  • Test with adversarial inputs
  • Monitor rail activations

Dependencies

  • nemoguardrails
Read more
Ships withbabysitter

Enforce obedience on agentic workforces. Manage extremely complex workflows through deterministic, hallucination-free self-orchestration.

Get the whole plugin

Other skills on babysitter.