← 返回 Skills 市场
LiuZewei Hello Demo
作者
liuzewei1990
· GitHub ↗
· v1.0.0
· MIT-0
98
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install liuzewei-hello-demo
功能描述
Provides friendly, time-aware greetings with optional emoji support, customizable by name and language.
使用说明 (SKILL.md)
Hello Demo Skill
A simple greeting skill for OpenClaw that provides friendly greetings with time awareness.
Installation
skillhub install hello-demo
Or install from file:
skillhub install --file hello-demo.skill
Usage
Basic greeting
python3 scripts/greet.py [name]
With options
python3 scripts/greet.py Alice --time --emoji
Features
- 👋 Friendly greetings
- 🕐 Time-aware (morning/afternoon/evening)
- 😊 Emoji support
- 🌍 Multi-language ready
Examples
$ python3 scripts/greet.py
Hello, World!
$ python3 scripts/greet.py Alice --time
Good afternoon, Alice!
$ python3 scripts/greet.py Bob --emoji
Hello, Bob! 👋
Author
Created by liuzewei1990 as a demo for OpenClaw skill development.
安全使用建议
This is a small, self-contained demo — safe to inspect and run. If you want extra caution: open scripts/greet.py yourself (already included) to verify behavior, note the minor author/name inconsistency, and if you plan to install many third-party skills consider running them in a restricted environment. The update_url in config.json points to a GitHub releases API (read-only metadata); no automatic updater is included in the package.
功能分析
Type: OpenClaw Skill
Name: liuzewei-hello-demo
Version: 1.0.0
The skill is a simple greeting utility that provides time-aware greetings. The code in scripts/greet.py is straightforward, using standard libraries to format strings based on user input and the current time. There are no signs of malicious intent, data exfiltration, or suspicious behavior in any of the files (SKILL.md, config.json, etc.).
能力评估
Purpose & Capability
Name, description, and provided files all describe a simple greeting utility. The only executable is scripts/greet.py which implements time-aware greetings and emoji support; no unrelated binaries, env vars, or services are requested. (Minor note: author string in the script differs from config author, which is likely an editorial inconsistency rather than a functional issue.)
Instruction Scope
SKILL.md instructs the agent to run python3 scripts/greet.py with optional flags; the instructions reference only the included script and example usage. There are no steps that read unrelated files, environment variables, or contact external endpoints.
Install Mechanism
No install spec is provided (instruction-only with an included script), so nothing is downloaded or written to disk by an installer. The config.json has an update_url pointing at a GitHub releases API URL, but the skill does not include an installer that automatically fetches updates.
Credentials
The skill declares no required environment variables or credentials and the code does not read environment variables or secrets. Requested permissions are proportionate to a greeting utility.
Persistence & Privilege
The skill is not always-enabled and does not request persistent system-wide configuration changes. It does not modify other skills or agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install liuzewei-hello-demo - 安装完成后,直接呼叫该 Skill 的名称或使用
/liuzewei-hello-demo触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
首个版本:基础问候功能,支持时间感知和emoji
元数据
常见问题
LiuZewei Hello Demo 是什么?
Provides friendly, time-aware greetings with optional emoji support, customizable by name and language. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 98 次。
如何安装 LiuZewei Hello Demo?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install liuzewei-hello-demo」即可一键安装,无需额外配置。
LiuZewei Hello Demo 是免费的吗?
是的,LiuZewei Hello Demo 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
LiuZewei Hello Demo 支持哪些平台?
LiuZewei Hello Demo 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 LiuZewei Hello Demo?
由 liuzewei1990(@liuzewei1990)开发并维护,当前版本 v1.0.0。
推荐 Skills