Hello world
A tiny example skill. Use when you want to see how skill loading (progressive disclosure) works end to end.From its SKILL.md
npx -y skills add muthuishere/toolnexus --skill hello-worldAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
- runs commandsInstructs the agent to run 1 command, including `scripts/greet.sh`.
SKILL.md
0.6 KB, 116 tokens by cl100k_base, as published. Nobody here has run it
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.
What ships with it: 1 file
147 B alongside SKILL.md, 1 of them executable
scripts/
- greet.shruns147 B