Echo Test

A simple skill for testing sandbox skill integration. Use when the user asks to test echo functionality or verify sandbox skills work correctly.

YaoApp ae378bc 2 files · 867 B Updated

File contents

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

  1. Accept a message from the user
  2. Echo the message back with "ECHO: " prefix
  3. 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.

yaoapp/yao-dev-app/tree/main/assistants/tests/sandbox/full/skills/echo-test commit ae378bc567

Frequently asked questions

npx skillmds@latest add yaoapp/echo-test