Agent skill
enact/hello-js
A simple JavaScript greeting tool
Install this agent skill to your Project
npx add-skill https://github.com/while-basic/enact-template/tree/main/examples/hello-js
SKILL.md
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! 👋
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
test/echo-tool
A tool that echoes its input for testing
enact/hello-ruby
A simple Ruby greeting tool
enact/firecrawl
Scrape, crawl, search, and extract structured data from websites using Firecrawl API - converts web pages to LLM-ready markdown
examples/code-reviewer
AI-powered code review tool that analyzes code for bugs, style issues, and improvements
enact/text-summarizer
Analyzes text and provides word count, character count, and sentence statistics
enact/hello-simple
A bare-bones example that prints a greeting
Didn't find tool you were looking for?