← Back to Skills Marketplace
terrycarter1985

Hello Greeter

by terrycarter1985 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
49
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install hello-greeter
Description
Generate personalized greeting messages in multiple languages and formats. Use when the user asks to create a greeting, welcome message, or salutation in a s...
README (SKILL.md)

Hello Greeter

Generate personalized greetings in various languages and tones.

Quick Start

Run the greeting script:

python3 scripts/greet.py --name "Alice" --lang en --tone formal

Options

Flag Values Default
--name Any string World
--lang en, zh, ja, es, fr en
--tone formal, casual, playful casual

Examples

python3 scripts/greet.py --name "小明" --lang zh --tone playful
python3 scripts/greet.py --name "Yuki" --lang ja --tone formal
Usage Guidance
This skill appears safe to install if you want a lightweight local greeting helper. It executes a Python script when invoked, but the inspected code only prints a greeting based on the options you provide.
Capability Assessment
Purpose & Capability
The stated purpose is multilingual greeting generation, and the artifact contains only instructions plus a Python script that formats and prints greetings from user-supplied name, language, and tone options.
Instruction Scope
Instructions are limited to running the greeting script with explicit CLI flags; there are no hidden directives, prompt overrides, broad agent-control instructions, or unrelated workflows.
Install Mechanism
The package is small, with SKILL.md and scripts/greet.py only; metadata reports no dependencies and clean static/dependency scans.
Credentials
Runtime behavior is proportionate: the script uses argparse and in-memory greeting dictionaries, with no observed file reads or writes, network calls, shell execution, environment access, or credential handling.
Persistence & Privilege
No persistence, background workers, privilege escalation, account mutation, credential/session use, or user-data modification is present in the inspected artifacts.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install hello-greeter
  3. After installation, invoke the skill by name or use /hello-greeter
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: multilingual greeting generator
Metadata
Slug hello-greeter
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Hello Greeter?

Generate personalized greeting messages in multiple languages and formats. Use when the user asks to create a greeting, welcome message, or salutation in a s... It is an AI Agent Skill for Claude Code / OpenClaw, with 49 downloads so far.

How do I install Hello Greeter?

Run "/install hello-greeter" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Hello Greeter free?

Yes, Hello Greeter is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Hello Greeter support?

Hello Greeter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Hello Greeter?

It is built and maintained by terrycarter1985 (@terrycarter1985); the current version is v1.0.0.

💬 Comments