con un clic
calculator
Performs basic arithmetic operations using a python script.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Performs basic arithmetic operations using a python script.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación 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"