Demo Greeting

A demo greeting skill that prints friendly hello messages. Use when you need a simple greeting or welcome message for testing or demonstration purposes.

Install

openclaw skills install @terrycarter1985/demo-greeting

Demo Greeting Skill

A simple demonstration skill that provides friendly greeting messages.

Quick Start

bash
echo "Hello from demo-greeting skill!"

Usage

This skill demonstrates the minimal structure needed for a valid OpenClaw skill. It contains only a SKILL.md file with proper frontmatter.

Examples

  • Print a greeting: echo "Hello, world!"
  • Print a personalized greeting: echo "Hello, User!"