원클릭으로
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"