Hello World Skill
This is the skill body. When the model calls the skill tool with
{ "name": "hello-world" }, everything below the frontmatter is injected into the
conversation, along with a sampled list of files in this directory.
Steps
- Read
scripts/greet.shin this skill's base directory. - Run it with the user's name.
- Report the greeting back.
Relative paths (like scripts/greet.sh) are resolved against the base directory
printed in the tool output.