agentsclimarketplace

Hello world

Skill muthuishere/toolnexus/examples/skills/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

Install
npx -y skills add muthuishere/toolnexus --skill hello-world

Assembled 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

  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.

What ships with it: 1 file

147 B alongside SKILL.md, 1 of them executable

scripts/

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.