greet
Greets the user with a friendly, personalized welcome message. USE WHEN user says "hello", "hi", "hey", "greet me", "good morning", "good afternoon", "good evening", or any greeting phrase.
Why use this skill?
Enhance your OpenClaw agent with the Greet skill. Automatically provide time-aware, friendly, and professional welcomes to improve user experience and session engagement.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/nordgaren/greetrWhat This Skill Does
The Greet skill serves as the primary conversational interface for OpenClaw. Its core function is to provide a warm, professional, and context-aware welcome to the user. Beyond simple pleasantries, this skill integrates system-level awareness to modify its tone based on the current time of day. By categorizing the time into four distinct blocks—Morning, Afternoon, Evening, and Late Night—it ensures that every interaction feels personalized and thoughtful rather than mechanical or robotic. The skill is designed to transition the user smoothly into a productive workflow by concluding every greeting with a helpful inquiry about the user's immediate needs or current tasks.
Installation
To integrate this skill into your local environment, execute the following command in your terminal within your OpenClaw workspace:
clawhub install openclaw/skills/skills/nordgaren/greetr
Ensure that you have sufficient permissions to modify your skill repository. Once installed, the skill will automatically register itself in the event loop and begin monitoring incoming user messages for greeting keywords.
Use Cases
This skill is ideal for any OpenClaw-enabled interface where human-agent interaction is required. It is most effective when:
- Establishing a friendly tone at the beginning of a user session.
- Providing a default fallback response when the user opens the application.
- Maintaining consistent branding and personality for your AI agent deployment.
- Reducing user friction by prompting for task input immediately upon the start of the conversation.
Example Prompts
- "Good morning, OpenClaw, are you ready to start the day?"
- "Hey there, could you help me get set up?"
- "Hi! I need to work on my project report, can you assist?"
Tips & Limitations
The Greet skill is strictly conversational and does not execute system-level commands, ensuring it remains lightweight and fast. Because it relies on the system clock, ensure your machine's timezone settings are correctly configured to receive the most accurate time-of-day greetings. If you find the greetings too repetitive, you can extend the source code in the nordgaren repository to include randomized greeting variations while maintaining the established logic blocks. Note that this skill only triggers on clear greeting intent; ambiguous phrases may not activate it.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-nordgaren-greetr": {
"enabled": true,
"auto_update": true
}
}
}