Greeting Skill for Openclaw

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

orlyjamie
v1.0.0
Feb 6, 2026
0
0
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install peacefulskill

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

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).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Greeting Skill?

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.

Greeting Skill Use Cases

  • Creating a welcoming first impression for users interacting with your AI agent.
  • Verifying the successful installation and configuration of Openclaw Skills in your local environment.
  • Providing a basic template for developers to learn how to pass arguments and return formatted strings in agent workflows.

How Greeting Skill Works

  1. The user triggers the skill by typing the command greet followed by a specific name.
  2. The underlying agent logic captures the provided name as a variable.
  3. The skill processes the input and wraps it in a pre-defined friendly template.
  4. A personalized message, including an emoji, is returned to the user instantly.

Greeting Skill Setup

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.

Greeting Skill Data Schema & Taxonomy

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).

Greeting Skill Advanced Features

  • Lightweight footprint ensures minimal overhead when testing Openclaw Skills.
  • Easily extensible for developers who wish to add multi-language support or dynamic greeting logic.
  • Support for custom emoji branding to align the agent's personality with specific project requirements.

SKILL.md


Loading

METADATA

Github Stars: 0
forks: 0

Featured*