Agent Skills: Hello JS

A simple JavaScript greeting tool

UncategorizedID: EnactProtocol/enact/hello-js

Install this agent skill to your local

pnpm dlx add-skill https://github.com/EnactProtocol/enact/tree/HEAD/tools/hello-js

Skill Files

Browse the full folder contents for hello-js.

Download Skill

Loading file tree…

tools/hello-js/SKILL.md

Skill Metadata

Name
hello-js
Description
A simple JavaScript greeting tool

Hello JS

A simple JavaScript tool that greets you by name. Demonstrates how to create an Enact tool with Node.js.

Usage

# Default greeting
enact run enact/hello-js
# Output: Hello, World!

# Custom name
enact run enact/hello-js -a '{"name": "Alice"}'
# Output: Hello, Alice!