A simple JavaScript greeting tool
Scanned 2/12/2026
Install to Claude Code
npx -y skills add aiskillstore/marketplace --skill enact-hello-js --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Enact Hello Js?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/aiskillstore-enact-hello-js)More formats (shields.io, HTML) on the badges page.
---
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
```bash
# Default greeting
enact run examples/hello-js
# Output: Hello, World! 👋
# Custom name
enact run examples/hello-js --input name=Alice
# Output: Hello, Alice! 👋
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!