文件内容
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...
```
3. If no input is provided, respond with:
```
🔊 ECHO: ... ... ...
🔉 (silence)
🔈 (the void echoes back)
```
4. Keep it fun and simple. Do not add any extra commentary beyond the echo effect.