Claude Code Plugins

Community-maintained marketplace

Feedback

test/echo-tool

@EnactProtocol/enact
6
0

A tool that echoes its input for testing

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

enact 2.0.0
name test/echo-tool
version 1.0.0
description A tool that echoes its input for testing
from alpine:latest
command echo '{"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"