Claude Code Plugins

Community-maintained marketplace

Feedback

enact/hello-ruby

@EnactProtocol/enact
6
0

A simple Ruby greeting tool

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

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 [object Object]
outputSchema [object Object]
command ruby /work/hello.rb ${name}

Hello Ruby

A simple Ruby tool that greets you by name.

Usage

enact run ./examples/hello-ruby --input "name=Alice"