Agent skill
enact-hello-js
A simple JavaScript greeting tool
Stars
232
Forks
15
Install this agent skill to your Project
npx add-skill https://github.com/aiskillstore/marketplace/tree/main/skills/enactprotocol/enact-hello-js
SKILL.md
Hello JS Tool
A simple example tool that demonstrates using JavaScript with Enact.
Usage
This tool takes an optional name parameter and returns a friendly greeting.
Examples
bash
# Default greeting
enact run examples/hello-js
# Output: Hello, World! 👋
# Custom name
enact run examples/hello-js --input name=Alice
# Output: Hello, Alice! 👋
Didn't find tool you were looking for?