# Hello Skill

> Prints a greeting message

- Skill: `darrenhinde/hello-skill` (Agent Skill)
- Install (CLI): `npx skillmds@latest add darrenhinde/hello-skill`
- Raw SKILL.md: https://api.skillmd.com/api/skills/darrenhinde/hello-skill/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: darrenhinde (https://skillmd.com/u/darrenhinde)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/darrenhinde/hello-skill

---


## What I do

I'm the simplest skill possible. I just print a hello message using the bash tool.

## How to use me

Run this command:

```bash
echo "Hello from Tier 1 skill! 🎉"
```

That's it! This demonstrates:
- ✅ How a skill loads
- ✅ How the bash tool executes commands
- ✅ Basic skill structure

