enact-hello-ruby

star 349

A simple Ruby greeting tool

aiskillstore By aiskillstore schedule Updated 1/23/2026

enact: "2.0.0" name: enact-hello-ruby version: "1.0.1" description: "A simple Ruby greeting tool" license: "MIT" from: "ruby:3.3-alpine"

inputSchema: type: object properties: name: type: string description: "Name to greet" default: "World"

outputSchema: type: object properties: greeting: type: string

command: "ruby /workspace/hello.rb ${name}"

Hello Ruby

A simple Ruby tool that greets you by name.

Usage

enact run ./examples/hello-ruby --input "name=Alice"
Install via CLI
npx skills add https://github.com/aiskillstore/marketplace --skill enact-hello-ruby
Repository Details
star Stars 349
call_split Forks 29
navigation Branch main
article Path SKILL.md
More from Creator
aiskillstore
aiskillstore Explore all skills →