com um clique
calculator
Performs basic arithmetic operations using a python script.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Performs basic arithmetic operations using a python script.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
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"