← Back to Skills Marketplace
Hello Agent World
by
Didier Durand
· GitHub ↗
· v1.0.0
575
Downloads
2
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install hello-agent-world
Description
A simple skill that responds with a customized hello message in the user's language.
README (SKILL.md)
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!"
Usage Guidance
This skill appears safe and straightforward: it only outputs a greeting, includes the current date/time, and personalizes by name. It does not request secrets or install software. The only minor concern is the instruction to "present your agentic capabilities" — that could cause the agent to reveal details about its tools or abilities beyond a simple greeting. If you prefer a minimal greeting, remove or revise that line in SKILL.md before installing. Otherwise it's fine to install.
Capability Analysis
Type: OpenClaw Skill
Name: hello-agent-world
Version: 1.0.0
The skill bundle contains standard metadata in `_meta.json` and a `SKILL.md` file with instructions for a simple greeting skill. The instructions in `SKILL.md` are entirely benign, focusing on personalizing a greeting, including the date/time, and explaining the agent's capabilities. There are no indications of prompt injection, malicious execution, data exfiltration, or any other harmful intent or risky capabilities.
Capability Assessment
Purpose & Capability
Name and description match the declared requirements and behavior: a greeting skill. It declares no binaries, env vars, or installs — which is proportional for a simple text-based greeting helper.
Instruction Scope
Instructions are limited to greeting in the user's language, including current date/time, emoji, and personalization. One instruction — "Explain them that you are an agent and present your agentic capabilities" — is somewhat open-ended and could cause the agent to disclose more about its tools/capabilities than a simple greeting needs. The SKILL.md does not instruct reading files, env vars, or contacting external endpoints.
Install Mechanism
No install spec and no code files (instruction-only). This is low risk: nothing will be written to disk or fetched during install.
Credentials
The skill requests no environment variables, credentials, or config paths. There is no disproportionate access requested for the described functionality.
Persistence & Privilege
always is false and the skill is user-invocable. disable-model-invocation is default (agent can call it autonomously), which is normal for skills and acceptable here given the narrow scope.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install hello-agent-world - After installation, invoke the skill by name or use
/hello-agent-world - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Introduced the hello-agent-world skill for personalized, multilingual greetings.
- Greets users warmly in their language and includes current date and time.
- Introduces agentic capabilities in the response.
- Adds a fun emoji to each greeting.
- Personalizes the message if a user provides a name.
Metadata
Frequently Asked Questions
What is Hello Agent World?
A simple skill that responds with a customized hello message in the user's language. It is an AI Agent Skill for Claude Code / OpenClaw, with 575 downloads so far.
How do I install Hello Agent World?
Run "/install hello-agent-world" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Hello Agent World free?
Yes, Hello Agent World is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Hello Agent World support?
Hello Agent World is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Hello Agent World?
It is built and maintained by Didier Durand (@didier-durand); the current version is v1.0.0.
More Skills