mit einem Klick
hello-js
A simple JavaScript greeting tool
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
A simple JavaScript greeting tool
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Basierend auf der SOC-Berufsklassifikation
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!