Echo Skill

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

h3y6e d61cdab 451 B Updated

File contents

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:

h3y6e/agent-skills/tree/main/.vendor/skills/echo-skill commit d61cdab15f

Frequently asked questions

npx skillmds@latest add h3y6e/echo-skill