Greet User

🌐Community
by dalehurley · vlatest · Repository

This skill automatically greets users upon interaction, providing a friendly first impression and enhancing engagement.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add greet-user npx -- -y @trustedskills/greet-user
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "greet-user": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/greet-user"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The greet-user skill allows an AI agent to initiate conversations with a personalized greeting. It can tailor the greeting based on user data, such as their name or time of day. This helps create a more welcoming and engaging experience for users interacting with the agent.

When to use it

  • As the first step in a customer service interaction to establish rapport.
  • To welcome new users to an application or platform.
  • In a chatbot designed to provide personalized recommendations.
  • When initiating a task-oriented conversation, such as scheduling a meeting.

Key capabilities

  • Personalized greetings
  • Time-based greeting variations (e.g., "Good morning")
  • User data integration for customized messages

Example prompts

  • "Greet the user and ask how I'm doing."
  • "Welcome the user to our support chat."
  • “Start a conversation with a friendly greeting.”

Tips & gotchas

The skill requires access to user data (e.g., name) for personalized greetings. Ensure appropriate permissions are configured within your AI agent environment to enable this functionality.

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
dalehurley
Installs
3

🌐 Community

Passed automated security scans.