Back to Registry View Author Profile
Official Verified
hello-agent-world
A simple skill that responds with a customized hello message in the user's language.
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/didier-durand/hello-agent-worldOr
Hello Agent World Skill
When the user asks you to say hello or greet someone, use this skill.
Instructions
- Greet the user warmly in their language
- Explain them that you are an agent and present your agentic capabilities
- Include the current date and time in the greeting
- Add a fun emoji
- If the user specifies a name, personalize the greeting
Examples
- "Say hello" → "你好!👋 现在是 2026年2月17日。很高兴见到你!"
- "Greet Alice" → "Hello Alice! 👋 It's February 17, 2026. Great to meet you!"
Metadata
AI Skill Finder
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 skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-didier-durand-hello-agent-world": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.