A lightweight interaction tool designed to provide personalized, friendly greetings within an AI agent environment.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install peacefulskill
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 peacefulskill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Greeting Skill serves as a foundational building block for developers looking to add a touch of personality to their AI agents. This skill is specifically designed to handle simple string-based inputs to generate warm, personalized responses, making it an ideal starting point for exploring the broader ecosystem of Openclaw Skills.
Beyond just a simple 'hello,' this skill provides a reliable way to test agent connectivity and command parsing. By integrating this into your workflow, you can ensure that your interaction layers are functioning correctly before moving on to more complex logic and automation tasks.
greet followed by a specific name.To get started with this skill, ensure your environment is ready for Openclaw Skills. Use the following command to add it to your project:
# Install the greeting skill via the CLI
openclaw add greeting-skill
Once installed, verify the version in your configuration file to ensure you are running version 1.0.0 or higher.
The Greeting Skill utilizes a straightforward data structure to handle inputs and outputs. It focuses on string manipulation without requiring complex database schemas.
| Attribute | Format | Description |
|---|---|---|
| name | String | The user-provided name to be included in the response. |
| message | String | The final generated greeting sent back to the user interface. |
| version | Semantic | Tracks the current iteration of the skill (e.g., 1.0.0). |
Loading
A foundational utility for adding personalized greetings and testing agent connectivity within Openclaw Skills.

A foundational skill for generating personalized, friendly greetings to test AI agent responsiveness.

A streamlined utility for automating essential system administration and maintenance tasks.

A security research demonstration highlighting how SVG files can be used to execute scripts and access sensitive browser localStorage data.

A security-focused demonstration skill designed to expose vulnerabilities and promote safer development practices within AI agent ecosystems.

A lightweight utility designed to provide personalized, friendly greetings within an AI agent environment.








































