Loading...
Loading...
This skill should be used when Claude Code needs to perform basic arithmetic calculations. It provides a Python script that safely evaluates mathematical expressions including addition, subtraction, multiplication, division, exponentiation, and square roots.
npx skill4agent add zhijing123/caicaizi123 math-calculatorpython3 scripts/calculate.py "5 * 5"
python3 scripts/calculate.py "100 / 4 + 2"
python3 scripts/calculate.py "sqrt(25) + 10"5 + 310 - 46 * 720 / 42 ** 8sqrt(25)pie(5 + 3) * 2python3 scripts/calculate.py "123 * 456"56088