smithery/aiskillstore

enact-hello-js

A simple JavaScript greeting tool

Installation

$ npx skills add smithery/aiskillstore --skill enact-hello-js

Also in this package

Other skills from smithery/aiskillstore · top by installs.

npx skills add smithery/aiskillstore

Browse all from smithery/aiskillstore

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Version1.0.2

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 522 B
  • docs SUMMARY.md 55 B

History

  1. First recorded snapshot · 0 installs

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