Назад към всички

test-echo-tool

// A tool that echoes its input for testing

$ git log --oneline --stat
stars:194
forks:37
updated:March 4, 2026
SKILL.mdreadonly
SKILL.md Frontmatter
enact2.0.0
nametest-echo-tool
version1.0.0
descriptionA tool that echoes its input for testing
fromalpine:latest
commandecho '{"output":"${text}"}'
inputSchema[object Object]
outputSchema[object Object]

Echo Tool

A simple tool that echoes back the input text. Used for testing.

Usage

enact run test/echo-tool --input text="Hello"