with one click
calculator
Performs basic arithmetic operations using a python script.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Performs basic arithmetic operations using a python script.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Checks if a number is prime.
Solves a linear equation ax + b = 0.
Generates a random number.
Gets current system time.
Checks disk usage.
Counts words in a string.
| name | calculator |
| description | Performs basic arithmetic operations using a python script. |
To perform arithmetic calculations (addition, subtraction, multiplication, division), use the calc.py script located in this directory.
The script accepts an arithmetic expression as a string argument.
Run the following command:
Run the following command:
python {skill_path}/calc.py "expression"
For help:
python {skill_path}/calc.py --help
User: "What is 2 + 2?"
Command: python {skill_path}/calc.py "2 + 2"
User: "Calculate 15 * 4"
Command: python {skill_path}/calc.py "15 * 4"