Calculator Skill
A simple calculator skill that performs basic arithmetic operations.
When This Skill Applies
This skill activates when the user's request involves:
- Basic arithmetic calculations (addition, subtraction, multiplication, division)
- Math expressions evaluation
- Number computation requests
Instructions
When this skill is activated:
- Parse the mathematical expression from the user's request
- Perform the calculation step by step
- Return the result clearly
Supported Operations
| Operation | Symbol | Example | Result |
|---|
| Addition | + | 1 + 1 | 2 |
|