Agent Skill
2/7/2026

python-example

Python skill with dependencies

A
amiller
0GitHub Stars
1Views
npx skills add amiller/skill-verifier

SKILL.md

Namepython-example
DescriptionPython skill with dependencies

name: python-example version: 1.0.0 description: Python skill with dependencies runtime: python:3.11-alpine test_deps: pip install -r requirements.txt test_command: ["python", "test.py"]

Python Example Skill

Demonstrates a Python skill with pip dependencies and tests.

Files

  • requirements.txt - Python dependencies
  • skill.py - Main skill code
  • test.py - Tests

Testing Locally

pip install -r requirements.txt
python test.py

Verify

curl -X POST http://localhost:3000/verify \
  -H "Content-Type: application/json" \
  -d '{"skillPath": "./examples/python-script"}'
Skills Info
Original Name:python-exampleAuthor:amiller