install
source · Clone the upstream repo
git clone https://github.com/aiskillstore/marketplace
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/aiskillstore/marketplace "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/enactprotocol/test-echo-tool" ~/.claude/skills/aiskillstore-marketplace-test-echo-tool && rm -rf "$T"
manifest:
skills/enactprotocol/test-echo-tool/SKILL.mdsource content
Echo Tool
A simple tool that echoes back the input text. Used for testing.
Usage
enact run test/echo-tool --input text="Hello"