Hello World

v1.0.0

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

0· 1.2k·65 current·73 all-time
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description match the runtime instructions: producing a localized, personalized greeting with date/time and an emoji. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md only instructs the agent to produce greetings, include current date/time, an emoji, and personalize when a name is provided. These actions are within scope; the only external data implied is the system clock and the user's language inferred from the user input.
Install Mechanism
No install spec and no code files — instruction-only. Nothing is written to disk or downloaded during install.
Credentials
No environment variables, credentials, or config paths are requested. The skill does not ask for elevated access or unrelated secrets.
Persistence & Privilege
always is false and the skill does not request persistent presence or modify system/agent-wide settings. Normal autonomous invocation is allowed but not required by the skill's behavior.
Assessment
This skill is low-risk: it only instructs the agent to generate greetings and to include the current date/time and an emoji. If you care about timezone formatting or language detection, verify the agent's locale/timezone behavior; otherwise it's safe to install. No credentials or downloads are required.

Like a lobster shell, security has layers — review code before you run it.

latestvk977pjtqqd9v0mq3e4k2xxhb5d81avjh
1.2kdownloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

Hello 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. Include the current date and time in the greeting
  3. Add a fun emoji
  4. 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!"

Comments

Loading comments...