---
name: Safe Greeting
slug: safe-greeting
category: AI Engineering
description: Safe Greeting provides friendly, contextually appropriate greetings to users when an agent is asked to greet them. Use it when you want the agent to say hello, good morning, or respond politely.
github: "https://github.com/NVIDIA/SkillSpector/tree/main/tests/fixtures/safe_skill"
language: Python
stars: 14609
forks: 1224
install: "npx degit https://github.com/NVIDIA/SkillSpector/tree/main/tests/fixtures/safe_skill ~/.claude/skills/safe_skill"
installs_to: ~/.claude/skills/safe_skill
source_path: tests/fixtures/safe_skill/SKILL.md
collection_size: 24
category_size: 2451
collection_url: "https://dirskills.com/collections/NVIDIA/SkillSpector"
added: 2026-08-14T07:13:09.994Z
last_synced: 2026-08-14T07:13:09.994Z
canonical_url: "https://dirskills.com/skills/safe-greeting"
---

# Safe Greeting

Safe Greeting provides friendly, contextually appropriate greetings to users when an agent is asked to greet them. Use it when you want the agent to say hello, good morning, or respond politely.

**Install:**

```bash
npx degit https://github.com/NVIDIA/SkillSpector/tree/main/tests/fixtures/safe_skill ~/.claude/skills/safe_skill
```

## README

# Greeting Skill

## Purpose

This skill provides friendly greetings to users.

## Usage

Simply ask the agent to greet you and it will respond with a friendly message.

## Examples

- "Say hello"
- "Greet me"
- "Good morning"

## Responses

The agent will respond with contextually appropriate greetings based on:
- Time of day
- User's name (if known)
- Previous interactions
