en un clic
hello-js
A simple JavaScript greeting tool
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
A simple JavaScript greeting tool
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
A tool that echoes its input for testing
Generates ASCII art from a given text
Transform data between CSV and JSON formats with filtering and column selection
Roll dice with configurable sides and count - a simple Rust example tool
LLM guide for creating, publishing, and running Enact tools
Scrape, crawl, search, and extract structured data from websites using Firecrawl API - converts web pages to LLM-ready markdown
| name | hello-js |
| description | A simple JavaScript greeting tool |
A simple JavaScript tool that greets you by name. Demonstrates how to create an Enact tool with Node.js.
# Default greeting
enact run enact/hello-js
# Output: Hello, World!
# Custom name
enact run enact/hello-js -a '{"name": "Alice"}'
# Output: Hello, Alice!