version: "1.0.0" name: calc-skill description: A math calculation skill that runs Python scripts to perform arithmetic.
To perform arithmetic calculations (addition, subtraction, or multiplication), run the calculate.py script with the operation and operands (e.g., 'python3 calculate.py --op add --a 10 --b 5').