ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
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-world
Or

Hello Agent World Skill

When the user asks you to say hello or greet someone, use this skill.

Instructions

  1. Greet the user warmly in their language
  2. Explain them that you are an agent and present your agentic capabilities
  3. Include the current date and time in the greeting
  4. Add a fun emoji
  5. 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

Stars2387
Views0
Updated2026-03-09
View Author Profile
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.