Performs basic arithmetic operations including addition, subtraction, multiplication, and division. Use when the user needs to calculate numerical results, perform math operations, or solve arithmetic problems.
This skill performs basic arithmetic calculations.
Use this skill when:
Identify the operation the user wants to perform:
Extract the numbers from the user's request
Perform the calculation:
Handle edge cases:
Present the result clearly with the operation performed
Input: "What is 15 + 27?" Steps:
Input: "Divide 100 by 4" Steps:
Input: "Calculate 3.5 times 8" Steps:
Input: "What is 10 divided by 0?" Steps: