Greeting

Greeting message Use when this capability is needed.

tomevault-io Updated

File contents

Hello World Skill

A minimal example skill that demonstrates the basic structure of an open-skills skill bundle.

What it does

This skill takes a name as input and returns a friendly greeting message.

Usage

{
  "name": "Alice"
}

Returns:

{
  "greeting": "Hello, Alice! Welcome to open-skills."
}

Files

  • SKILL.md: Skill metadata and documentation (this file)
  • scripts/main.py: Main entrypoint with the run() function
  • tests/sample_input.json: Example input for testing

Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/rscheiwe--open-skills--hello-world commit 044b690d1f

Frequently asked questions

npx skillmds@latest add tomevault-io/greeting-3