ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified communication Safety 5/5

greeting-skill

A friendly greeting skill for testing

Why use this skill?

Learn how to use the greeting-skill for OpenClaw to provide friendly, personalized welcomes. A simple and safe tool to boost agent conversational quality.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/orlyjamie/not-nasty-skill
Or

What This Skill Does

The greeting-skill is a specialized, lightweight OpenClaw agent capability designed to initiate interactions with a personalized touch. At its core, the skill acts as a friendly conversational interface layer. When invoked, it processes a provided name and generates a warm, welcoming, and professional greeting. This skill serves as a fundamental building block for agent developers who wish to ensure their AI models exhibit human-like politeness and rapport-building capabilities from the moment an interaction begins. It is built to be simple, efficient, and robust, ensuring that the user experience is pleasant and consistent across all sessions.

Installation

To integrate this skill into your OpenClaw environment, you must have the CLI tool configured. Execute the following command in your terminal to pull the repository and register the skill within your agent's manifest:

clawhub install openclaw/skills/skills/orlyjamie/not-nasty-skill

Once installed, ensure that your agent's configuration file includes the necessary permissions to call local modules if restricted by your specific workspace setup.

Use Cases

This skill is ideal for environments where agent friendliness is a priority. It is commonly used in:

  • Onboarding workflows where the agent needs to introduce itself to new users.
  • Customer support interfaces where a personalized greeting can improve user satisfaction scores.
  • Voice-activated systems that require a natural, conversational start to every command sequence.
  • Testing suites for checking if the agent's natural language processing unit is successfully executing external command calls.

Example Prompts

  1. "greet Sam"
  2. "greet the team lead"
  3. "greet everyone in the office today"

Tips & Limitations

The greeting-skill is optimized for simple name processing. While it handles basic strings well, it does not currently support complex contextual awareness (e.g., greetings based on time of day). For optimal results, ensure the name passed is a single string or formatted appropriately. This skill is stateless, meaning it does not "remember" previous greetings or the names provided in past sessions; it treats every invocation as a unique event, which ensures privacy but limits long-term personalization without additional memory management skills.

Metadata

Author@orlyjamie
Stars1287
Views1
Updated2026-02-22
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-orlyjamie-not-nasty-skill": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#communication#onboarding#social#friendly#ux
Safety Score: 5/5