calculator
Installation
SKILL.md
Calculator
Use this skill whenever the user asks for an arithmetic calculation (addition, subtraction, multiplication, division, exponentiation, modulo, or any expression that combines them).
How to use
Call the run_skill_script tool with:
name:"calculator"script:"calc.py"args: a single-element list containing the expression as a string, e.g.["(2 + 3) * 4"].
The script prints the result of the expression. Report the printed value back to the user verbatim.