python-math
SKILL.md
Overview
Run short Python scripts inside the skill workspace. Results can be returned as text and saved as output files.
Examples
-
Print the first N Fibonacci numbers
Command:
python3 scripts/fib.py 10 > out/fib.txt
-
Sum a list of integers
Command: