Hello World

A tiny example skill. Use when you want to see how skill loading (progressive disclosure) works end to end.

muthuishere 12a57d2 2 files · 775 B Updated

File contents

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

  1. Read scripts/greet.sh in this skill's base directory.
  2. Run it with the user's name.
  3. Report the greeting back.

Relative paths (like scripts/greet.sh) are resolved against the base directory printed in the tool output.

muthuishere/toolnexus/tree/main/examples/skills/hello-world commit 12a57d2e8e

Frequently asked questions

npx skillmds@latest add muthuishere/hello-world