rscheiwe

hello_world

A simple skill that greets the user

rscheiwe 31 5 Updated 7mo ago

Resources

3
GitHub

Install

npx skillscat add rscheiwe/open-skills/hello-world

Install via the SkillsCat registry.

SKILL.md

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