← Back to Skills Marketplace
kevin-li-okg

Hello World

by kevin-li-okg · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
43
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install hello-world-test
Description
Use when the user asks for a hello, a greeting, says hi, or wants to test that the hello-world plugin is loaded.
README (SKILL.md)

Hello World

A minimal demo skill paired with the hello-world OpenClaw plugin.

When to use

Trigger when the user asks for a greeting, says "hello", "hi", "say hi to \x3Cname>", or asks to test the hello-world plugin.

How to use

Call the hello tool registered by the hello-world plugin:

  • If the user mentions a name, pass it as the name parameter.
  • Otherwise omit name and let the tool default to "world".
  • Return the tool's text output directly without rephrasing.
Usage Guidance
This skill looks safe for its stated purpose. As with any plugin, install it only from a publisher you trust, but the reviewed artifacts only show a simple greeting tool.
Capability Analysis
Type: OpenClaw Skill Name: hello-world-test Version: 1.0.0 The bundle is a standard 'Hello World' template for OpenClaw. It registers a single tool ('hello') in 'src/index.ts' and 'dist/index.js' that performs simple string concatenation to return a greeting. There are no network requests, file system interactions, or suspicious instructions in the 'SKILL.md' file, and all metadata is consistent with the stated purpose.
Capability Assessment
Purpose & Capability
The SKILL.md, plugin manifest, and code all align around a single greeting tool named `hello`.
Instruction Scope
The instructions are narrowly scoped to greeting requests and do not redirect the agent toward unrelated actions.
Install Mechanism
No install script or automatic setup behavior is specified; the included package files describe a normal local build/install workflow.
Credentials
The skill declares no required binaries, environment variables, credentials, config paths, or OS-specific access.
Persistence & Privilege
The artifacts show no persistence, background behavior, credential use, file mutation, network calls, or privilege expansion.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install hello-world-test
  3. After installation, invoke the skill by name or use /hello-world-test
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
hello-world-test 1.0.0 - Initial release of the hello-world skill. - Responds to greetings and test queries by calling the hello-world plugin. - Supports personalized greetings by passing a specified name, or defaults to "world". - Returns the plugin's text output directly.
Metadata
Slug hello-world-test
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Hello World?

Use when the user asks for a hello, a greeting, says hi, or wants to test that the hello-world plugin is loaded. It is an AI Agent Skill for Claude Code / OpenClaw, with 43 downloads so far.

How do I install Hello World?

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

Is Hello World free?

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

Which platforms does Hello World support?

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

Who created Hello World?

It is built and maintained by kevin-li-okg (@kevin-li-okg); the current version is v1.0.0.

💬 Comments