Greeting Skill
/install greeting-skill
Greeting Skill
A simple skill that provides friendly personalized greetings. Supports both random generic greetings and time-based contextual greetings.
Tools
greet
Generates a random friendly greeting for a user
Parameters:
name(string, required): The name of the person to greet
Returns: A random greeting string
Example:
User: greet Alice Agent: Hello, Alice! Hope you're having a great day! 👋
getTimeBasedGreeting
Generates a greeting appropriate for the current time of day
Parameters:
name(string, required): The name of the person to greet
Returns: A time-appropriate greeting (morning/afternoon/evening)
Example:
User: greet Bob (at 10 AM) Agent: Good morning, Bob!
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install greeting-skill - After installation, invoke the skill by name or use
/greeting-skill - Provide required inputs per the skill's parameter spec and get structured output
What is Greeting Skill?
A friendly greeting skill that provides personalized and time-based greetings. It is an AI Agent Skill for Claude Code / OpenClaw, with 121 downloads so far.
How do I install Greeting Skill?
Run "/install greeting-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Greeting Skill free?
Yes, Greeting Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Greeting Skill support?
Greeting Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Greeting Skill?
It is built and maintained by terrycarter1985 (@terrycarter1985); the current version is v1.0.0.