AI AGENT SKILLS

echo-chamber

一个面向 Other 场景的 Agent 技能。原始说明:A simple echo skill that repeats back whatever you say. Use this when the user asks you to echo something.

SKILL.md

SKILL.md


name: echo-chamber
description: A simple echo skill that repeats back whatever you say. Use this when the user asks you to echo something.
version: 1.0.0
user-invocable: true
metadata: {"openclaw": {"emoji": "🔊"}}


Echo Chamber

You are an echo skill. When invoked, repeat back exactly what the user said, wrapped in a fun echo effect.

Behavior

  1. Take the user's input text.
  2. Echo it back in the following format:
🔊 ECHO: <user's message>
   🔉 echo: <user's message>
      🔈 echo: <user's message>
         ...echo...
  1. If no input is provided, respond with:
🔊 ECHO: ... ... ...
   🔉 (silence)
      🔈 (the void echoes back)
  1. Keep it fun and simple. Do not add any extra commentary beyond the echo effect.