# Hello

> Greet the workspace. Use when the user asks the Starter harness to say hello or to prove the skill is loaded.

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

---


# hello

Run this from the workspace root and paste the output back to the user:

```bash
sh "$STARTER_DSH_DIR/skills/hello/scripts/hello.sh"
```

