Sayhello
The "Sayhello" skill generates friendly greetings for various situations, streamlining initial interactions and creating a positive first impression.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add sayhello npx -- -y @trustedskills/sayhello
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"sayhello": {
"command": "npx",
"args": [
"-y",
"@trustedskills/sayhello"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The sayhello skill allows an AI agent to greet a user. It can generate personalized greetings based on provided names or other contextual information. This skill is designed as a simple, foundational interaction for establishing initial contact and creating a more welcoming experience.
When to use it
- As the first step in a customer service chatbot to acknowledge the user's presence.
- In an onboarding flow to welcome new users to a platform or application.
- To create a friendly introduction when an AI agent is initiating a conversation.
- When you need a simple, reliable way for your agent to start a dialogue.
Key capabilities
- Generates greetings
- Personalizes greetings with names (if provided)
- Provides a basic interaction pattern
Example prompts
- "Say hello."
- "Greet the user."
- "Say hello to John."
Tips & gotchas
This skill is very simple and relies on the agent's underlying language model for greeting generation. More complex personalization or specific greeting styles would require additional configuration or a more advanced skill.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.