echo-skill

Echo user-provided text verbatim with an ECHO: prefix.

320|3|Updated Apr 24, 2026
One-click install
npx skills add https://github.com/mizchi/skills --skill echo-skill-mizchi
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: echo-skill
Source: https://github.com/mizchi/skills/tree/main/tools/waxa/examples/echo-skill/skills/echo-skill
Command: npx skills add https://github.com/mizchi/skills --skill echo-skill-mizchi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Verbatim echoing of user-provided text, prefixed with ECHO: to ensure clarity and easy recognition in conversations.

Core Features & Use Cases

  • Exact echo: returns the input exactly as provided, with the ECHO: prefix.
  • Use Case: debugging conversations, chat interfaces, and command-line interactions where preserving user intent matters.

Quick Start

Provide a line of text and the skill will return it prefixed with ECHO:.

Frequently Asked Questions about echo-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I echo user input verbatim with a prefix in a chat interface?▼

Echoing user input verbatim with a prefix involves prepending a consistent label like ECHO: to the exact text provided. This ensures clarity and easy recognition in chat interfaces, returning a single-line result with no additional formatting.

What is the best way to preserve exact user phrases during conversation debugging?▼

To preserve exact user phrases during conversation debugging, prepend a consistent prefix to the input text. This method returns the transformation by adding ECHO: to the input, maintaining the original intent without additional formatting.

Does the echo text response modify the original input or add extra formatting?▼

The echo text response does not modify the original input or add extra formatting. It returns user-provided text exactly as given, only prepending the ECHO: prefix and outputting a single-line result.

Can I use a prefixed echo response for command-line tool interactions?▼

You can use a prefixed echo response for command-line tool interactions where preserving user intent matters. The skill processes the provided text and returns it prefixed with ECHO:, applicable in command-line environments.

When do I need a consistent text prefix for echoing responses in debugging conversations?▼

You need a consistent text prefix for echoing responses in debugging conversations when exact user phrases must be preserved and easily recognized. Prepending ECHO: ensures clarity and distinguishes the echoed output from other messages.