Echo Test
When to use this skill
Use this skill when:
- Testing sandbox skill integration
- Verifying that skills are correctly loaded into the sandbox
- User asks for a simple echo test
Steps
- Accept a message from the user
- Echo the message back with "ECHO: " prefix
- Optionally write the result to a file for verification
Example
echo "ECHO: Hello World"
Scripts
The scripts/echo.sh script can be used to echo messages with timestamps.