Agent Skills: Hello JS Tool

A simple JavaScript greeting tool

UncategorizedID: aiskillstore/marketplace/enact-hello-js

Install this agent skill to your local

pnpm dlx add-skill https://github.com/aiskillstore/marketplace/tree/HEAD/skills/enactprotocol/enact-hello-js

Skill Files

Browse the full folder contents for enact-hello-js.

Download Skill

Loading file tree…

skills/enactprotocol/enact-hello-js/SKILL.md

Skill Metadata

Name
enact-hello-js
Description
"A simple JavaScript greeting tool"

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

# Default greeting
enact run examples/hello-js
# Output: Hello, World! πŸ‘‹

# Custom name
enact run examples/hello-js --input name=Alice
# Output: Hello, Alice! πŸ‘‹