calculator
SKILL.md
Calculator Skill
Perform accurate mathematical calculations using the calc.py script.
Usage
Run calculations directly with Python:
python3 <skill-path>/scripts/calc.py "<expression>"
Supported Operations
Basic Arithmetic
+Addition:2 + 3→ 5-Subtraction:10 - 4→ 6*Multiplication:6 * 7→ 42/Division:15 / 3→ 5