LaunchKit · 2026
Back to Skills

cleanboi-00002

A friendly greeting skill for testing.

0
0 downloads
by @orlyjamie

Setup & Installation

openclaw skills install @orlyjamie/cleanboi-00002

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install cleanboi-00002

What This Skill Does

Generates a personalized greeting message when given a name. Designed as a test skill to verify agent functionality.

When to use it

  • Testing agent setup after installation
  • Verifying skill invocation works correctly
  • Demoing basic agent interaction to new users
  • Checking name parameter passing in workflows
  • Confirming agent response format

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: greet Alice

AGENT
  1. 1Parses the name argument from the input
  2. 2Constructs a greeting string using the provided name
  3. 3Returns the formatted greeting message
OUTPUT

Hello, Alice! Hope you're having a great day! 👋