Claude Code Plugins

Community-maintained marketplace

Feedback

enact/hello-js

@EnactProtocol/enact
6
0

A simple JavaScript greeting tool

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

name enact/hello-js
version 1.0.2
description A simple JavaScript greeting tool
from node:22-alpine
command node ./hello.js ${name}

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! 👋