Marketplace enact-hello-python

A simple Python greeting tool

install
source · Clone the upstream repo
git clone https://github.com/aiskillstore/marketplace
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/aiskillstore/marketplace "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/enactprotocol/enact-hello-python" ~/.claude/skills/aiskillstore-marketplace-enact-hello-python && rm -rf "$T"
manifest: skills/enactprotocol/enact-hello-python/SKILL.md
source content

Hello Python

A simple Python tool that greets you by name.

Usage

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