← 返回 Skills 市场
Hello Greeter
作者
terrycarter1985
· GitHub ↗
· v1.0.0
· MIT-0
49
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (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
安全使用建议
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install hello-greeter - 安装完成后,直接呼叫该 Skill 的名称或使用
/hello-greeter触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: multilingual greeting generator
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 49 次。
如何安装 Hello Greeter?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install hello-greeter」即可一键安装,无需额外配置。
Hello Greeter 是免费的吗?
是的,Hello Greeter 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Hello Greeter 支持哪些平台?
Hello Greeter 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Hello Greeter?
由 terrycarter1985(@terrycarter1985)开发并维护,当前版本 v1.0.0。
推荐 Skills