Back to skills
SkillHub ClubShip Full StackFull Stack

hello-agent-world

A simple skill that responds with a customized hello message in the user's language.

Packaged view

This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.

Stars
3,077
Hot score
99
Updated
March 20, 2026
Overall rating
C4.0
Composite score
4.0
Best-practice grade
B81.2

Install command

npx @skill-hub/cli install openclaw-skills-hello-agent-world

Repository

openclaw/skills

Skill path: skills/didier-durand/hello-agent-world

A simple skill that responds with a customized hello message in the user's language.

Open repository

Best for

Primary workflow: Ship Full Stack.

Technical facets: Full Stack.

Target audience: everyone.

License: Unknown.

Original source

Catalog source: SkillHub Club.

Repository owner: openclaw.

This is still a mirrored public skill entry. Review the repository before installing into production workflows.

What it helps with

  • Install hello-agent-world into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
  • Review https://github.com/openclaw/skills before adding hello-agent-world to shared team environments
  • Use hello-agent-world for development workflows

Works across

Claude CodeCodex CLIGemini CLIOpenCode

Favorites: 0.

Sub-skills: 0.

Aggregator: No.

Original source / Raw SKILL.md

---
name: hello-agent-world
description: A simple skill that responds with a customized hello message in the user's language.
user-invocable: true
---

# 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!"


---

## Skill Companion Files

> Additional files collected from the skill directory layout.

### _meta.json

```json
{
  "owner": "didier-durand",
  "slug": "hello-agent-world",
  "displayName": "Hello Agent World",
  "latest": {
    "version": "1.0.0",
    "publishedAt": 1771487626466,
    "commit": "https://github.com/openclaw/skills/commit/8b1d7533a9308e2a172bdef922717d0c7f25678d"
  },
  "history": []
}

```

hello-agent-world | SkillHub