A foundational greeting skill for the Openclaw platform that demonstrates basic command processing and personalization.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install hello-world-skill
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install hello-world-skill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Hello World skill is the definitive entry point for developers and users interacting with Openclaw Skills. It serves as a lightweight, zero-dependency blueprint designed to demonstrate how the agent handles both structured slash commands and natural language inputs. By utilizing this skill, users can verify their environment setup while experiencing the core interaction logic that powers more complex Openclaw Skills.
Because this is a core demonstrative component of Openclaw Skills, it requires no external binary dependencies. Simply ensure the file is present in your skills directory:
# Navigate to your local Openclaw Skills repository
cd path/to/openclaw/skills
# Create the directory for the skill
mkdir -p hello-world
# The skill is now ready to be indexed by your agent
The skill utilizes a simple metadata structure to define its behavior within the Openclaw Skills ecosystem:
| Attribute | Value | Description |
|---|---|---|
| name | hello-world | The unique identifier for the skill |
| version | 1.0.0 | The current semantic version |
| emoji | 👋 | The visual icon used in the UI |
| bins | [] | Indicates no external dependencies are required |
Loading
A sophisticated tool for transforming sequential state data into multi-resolution world models using Discrete Wavelet Transforms.

A high-safety autonomous space navigation skill utilizing simulated optical quantum kernels for intelligent terrain classification.

A simulation tool for photonic quantum computing that calculates quantum kernels using optical fiber storage and linear optics.

A Brain-Computer Interface simulation tool that decodes synthetic neural spike activity into 2D cursor movement.

Fetch detailed Aavegotchi NFT metadata, traits, and rarity scores on the Base network using IDs or names.

A specialized skill for managing Aavegotchi wearable loadouts on the Base network through Bankr submissions.








































