# Echo Skill

> Use when the user provides an arbitrary line of text and you must echo it back verbatim, prefixed with "ECHO:".

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

---

# echo-skill

When invoked, return the user's input verbatim with the literal prefix
`ECHO: ` and nothing else. Do not add commentary, formatting, or
clarification.

## Examples

| Input | Output |
|---|---|
| `hello world` | `ECHO: hello world` |
| `1 + 1` | `ECHO: 1 + 1` |
| `(empty)` | `ECHO: ` |

