LiuZewei Hello Demo

v1.0.0

Provides friendly, time-aware greetings with optional emoji support, customizable by name and language.

0· 91·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for liuzewei1990/liuzewei-hello-demo.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "LiuZewei Hello Demo" (liuzewei1990/liuzewei-hello-demo) from ClawHub.
Skill page: https://clawhub.ai/liuzewei1990/liuzewei-hello-demo
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install liuzewei-hello-demo

ClawHub CLI

Package manager switcher

npx clawhub@latest install liuzewei-hello-demo
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

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

demovk973nnh2ffcwxeqc10xqn5cf2585ayf3greetingvk973nnh2ffcwxeqc10xqn5cf2585ayf3latestvk973nnh2ffcwxeqc10xqn5cf2585ayf3utilityvk973nnh2ffcwxeqc10xqn5cf2585ayf3
91downloads
0stars
1versions
Updated 6d ago
v1.0.0
MIT-0

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.

Comments

Loading comments...