Claude Code Plugins

Community-maintained marketplace

Feedback

enact/hello-python

@EnactProtocol/enact
6
0

A simple Python 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-python
version 1.0.3
description A simple Python greeting tool
license MIT
from python:3.12-slim
inputSchema [object Object]
outputSchema [object Object]
command python /work/hello.py ${name}

Hello Python

A simple Python tool that greets you by name.

Usage

enact run examples/hello-python --input "name=Alice"