# hello-world > A simple demonstration skill that prints a greeting. - Author: Your Name - Repository: GaitanS/Bricli - Version: 20251228164710 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/GaitanS/Bricli - Web: https://mule.run/skillshub/@@GaitanS/Bricli~hello-world:20251228164710 --- --- name: hello-world description: A simple demonstration skill that prints a greeting. license: MIT --- # Hello World Skill This skill demonstrates how to create a custom tool for Claude. **Usage**: Run the `hello.py` script to see a greeting. ```bash python hello.py --name "Developer" ```