# Repo Greet

> Prints a greeting and the sandbox host info by running its bundled script.

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

---


# Repo Greet

A demonstration skill loaded from the `lna` repo's `.agents/skills/` folder.

When asked to greet or identify the environment:
1. Run `scripts/greet.sh` with `exec_command`.
2. Report its output verbatim.

The script prints a greeting plus `uname -a`, proving a skill can carry runnable code (not just text).

