{ "id": "hello-python", "name": "Hello Python", "description": "Example runtime skill demonstrating the Python subprocess protocol", "version": "0.1.0", "tier": "runtime", "author": "AlphaHuman", "runtime": { "command": "python3", "args": ["skill.py"] } }