Hello Test

v1.0.0

Responds with a greeting message to verify the skill system is working properly.

0· 271·1 current·1 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 mazvaris/hello-test.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Hello Test" (mazvaris/hello-test) from ClawHub.
Skill page: https://clawhub.ai/mazvaris/hello-test
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

Canonical install target

openclaw skills install mazvaris/hello-test

ClawHub CLI

Package manager switcher

npx clawhub@latest install hello-test
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name and description ('hello-test' / greeting) match the SKILL.md instructions. The skill requires no binaries, env vars, or config paths, which is appropriate for a simple test greeting skill.
Instruction Scope
SKILL.md only instructs the agent to respond with a specific greeting and to confirm the skill system is working. It explicitly forbids other actions. There are no references to files, environment variables, or external endpoints.
Install Mechanism
No install spec and no code files — instruction-only skill. This is the lowest-risk installation model and matches the trivial purpose.
Credentials
No environment variables, credentials, or config paths are requested. The lack of secrets is proportionate to the skill's simple greeting behavior.
Persistence & Privilege
always is false and the skill does not request persistent or elevated privileges. Autonomous invocation is permitted by default but is reasonable for a harmless test skill.
Assessment
This skill appears safe to install: it only posts a greeting and requests nothing sensitive. If you want to be extra cautious, inspect SKILL.md yourself (it is short) before enabling, but there are no install steps, dependencies, or credential requests to worry about.

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

latestvk97ebphejd1wqdq9dprkrrrp6x82h5wr
271downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

---
name: hello-test
description: Simple test skill that prints hello in chat.
---

# Hello Test Skill

This is a simple test skill used to verify that OpenClaw can load and execute skills.

## Instructions

When this skill is invoked:

1. Respond in the chat with the message:

Hello! 👋
This is a test skill from OpenClaw.

2. Confirm the skill system is working.

3. Do not perform any other actions.

Comments

Loading comments...