agentsclimarketplace

Hello skill

Skill Pratiyush/agent-catalog/skills/skill/hello-skill

Generate friendly greeting messages in multiple languages. Use when the user asks for a hello message, welcome text, or localized greeting.From its SKILL.md

Install
npx -y skills add Pratiyush/agent-catalog --skill hello-skill

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 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.

What its file declares

Copied from the file, not written here

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

1.4 KB, 268 tokens by cl100k_base, as published. Nobody here has run it

Hello Skill

When to use this skill

Activate when the user wants to:

  • Generate a greeting message in a specific language
  • Create welcome text for an application or document
  • Translate "hello" into multiple languages

Instructions

  1. Ask the user which language they need (or default to English)
  2. Run the greeting script:
    node scripts/greet.js --lang <language-code>
    
  3. If the language is not supported, check references/LANGUAGES.md for the full list and suggest the closest match
  4. For custom templates, use the assets in assets/templates/

Output format

The script outputs JSON:

{
  "language": "es",
  "greeting": "Hola, mundo!",
  "formal": "Buenos dias, estimado usuario."
}

Gotchas

  • Language codes follow ISO 639-1 (e.g., "en", "es", "ja", "de")
  • The script defaults to English if an unknown code is passed
  • Formal greetings are only available for: en, es, fr, de, ja
  • Keep messages under 200 characters for chat compatibility
  • See references/LANGUAGES.md for the complete supported list

What ships with it: 4 files

3.0 KB alongside SKILL.md, 1 of them executable

references/

scripts/

tests/

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.