Echo Skill

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

mizchi 471959f 452 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:

mizchi/skills/tree/main/tools/waxa/examples/echo-skill/skills/echo-skill commit 471959f441

Frequently asked questions

npx skillmds@latest add mizchi/echo-skill