randerzander

greet

0
0
# Install this skill:
npx skills add randerzander/skill-agent --skill "greet"

Install specific skill from multi-skill repository

# Description

The name of the person to greet

# SKILL.md


name: greet
description: Greets a person with a friendly message including the current date and time
parameters:
name:
type: string
description: The name of the person to greet
required: true


Greet Skill

A simple test skill that greets people with the current timestamp.

Usage

result = execute({'name': 'Randy'})

# Supported AI Coding Agents

This skill is compatible with the SKILL.md standard and works with all major AI coding agents:

Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.