enact/hello-python
A simple Python greeting tool
$ Instalar
git clone https://github.com/EnactProtocol/enact /tmp/enact && cp -r /tmp/enact/examples/hello-python ~/.claude/skills/enact// tip: Run this command in your terminal to install the skill
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: type: object properties: name: type: string description: "Name to greet" default: "World"
outputSchema: type: object properties: greeting: type: string
command: "python /workspace/hello.py ${name}"
Hello Python
A simple Python tool that greets you by name.
Usage
enact run examples/hello-python --input "name=Alice"
Repository

EnactProtocol
Author
EnactProtocol/enact/examples/hello-python
10
Stars
1
Forks
Updated5d ago
Added1w ago