greeting-user

SkillCommunication

Generates a personalized greeting by running a Python script and reversing the word order of its output. Use when a new conversation starts, the user says hello or hi, or a welcome message is needed.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the greeting-user skill

What this skill tells your AI

The instructions your AI receives, as published by fj-ivy/langchain4j-examples in skill/src/main/resources/skills/greeting-user/SKILL.md and read by ahel’s review.

Workflow

  1. Run the greeting script to produce a raw greeting message:
python scripts/hello.py

Expected output: a greeting string printed to stdout (e.g., hello from python).

  1. Process the result — take the script output and reverse the word order as described in the processing instructions.

  2. Return the reversed greeting to the user as the final response.

Validation

  • If scripts/hello.py is missing or fails, inform the user that the greeting script could not be found or executed.
  • The final greeting should have words in reversed order compared to the raw script output.

Signals

GitHub stars
22
Forks
16
Last commit
Aug 2026
Advanced
Catalog kind
skill
Gateway key
greeting-user
Source
github.com/fj-ivy/langchain4j-examples