Evaluate arithmetic expressions and return numeric results. Use when a user asks an arithmetic question, requests calculation, or provides a math expression involving numbers, parentheses, and arithmetic operators.
Scanned 9/3/2026
Install to Claude Code
npx -y skills add JetBrains/koog --skill arithmetic-evaluator --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Arithmetic Evaluator?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/jetbrains-arithmetic-evaluator)More formats (shields.io, HTML) on the badges page.
---
name: arithmetic-evaluator
description: Evaluate arithmetic expressions and return numeric results. Use when a user asks an arithmetic question, requests calculation, or provides a math expression involving numbers, parentheses, and arithmetic operators.
---
Evaluate the arithmetic expression the user provides.
1. Extract the arithmetic expression from the user request.
2. If the expression is missing or ambiguous, ask for a clear arithmetic expression.
3. Evaluate it by passing the expression to `scripts/evaluate_arithmetic_exp.py`
4. Return the computed result clearly and concisely.
If script execution fails, explain that clearly and ask the user to provide a valid arithmetic expression.Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!