一键导入
calculator
Performs basic arithmetic operations using a python script.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Performs basic arithmetic operations using a python script.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 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"