Friendly Greeter
This "Friendly Greeter" skill warmly welcomes users with personalized messages, enhancing first impressions and creating a positive experience.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add friendly-greeter npx -- -y @trustedskills/friendly-greeter
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"friendly-greeter": {
"command": "npx",
"args": [
"-y",
"@trustedskills/friendly-greeter"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The friendly-greeter skill provides a warm and welcoming introduction for AI agents. It generates personalized greetings, incorporating user names or other provided details to create a more engaging interaction. This skill aims to enhance the initial user experience by fostering a positive first impression.
When to use it
- Initial chatbot interactions: Use this skill when an agent needs to greet a new user and set a friendly tone.
- Welcome messages in virtual assistants: Implement it for welcome sequences within voice-based or text-based virtual assistants.
- Onboarding flows: Integrate the skill into onboarding processes to make users feel comfortable and valued.
- Customer service greetings: Employ it at the beginning of customer support conversations to create a more approachable experience.
Key capabilities
- Personalized Greetings: Generates greetings tailored with user-provided information (e.g., name).
- Warm Tone: Creates friendly and welcoming messages.
- Easy Integration: Designed for simple incorporation into existing AI agent workflows.
Example prompts
- "Greet the user, using their name is John."
- "Generate a welcome message with a warm tone."
- “Create a greeting that says hello and asks how I’m doing.”
Tips & gotchas
The skill's effectiveness relies on providing relevant information (like the user's name) to personalize the greeting. Without this input, it will generate a more generic welcome message.
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.