Calculator
TODO: # Write a 2-3 sentence description of what this skill does and when the agent should use it. # Cover: what types of calculations it handles, what operations are supported, # and what user requests should trigger this skill (e.g. calculate, compute, evaluate, solve, etc.).
Calculator by epam · e86c8fe
npx skillmds@latest add epam/calculator File contents
---name: calculatordescription: TODO: # Write a 2-3 sentence description of what this skill does and when the agent should use it. # Cover: what types of calculations it handles, what operations are supported, # and what user requests should trigger this skill (e.g. calculate, compute, evaluate, solve, etc.).---# Calculator Skill<!--TODO: Fill in this SKILL.md with instructions telling the AI agent how to use the calculator skill.The script is already implemented at scripts/calculate.py — study it to understand what it does.Your SKILL.md should include the following sections:## Quick StartProvide the shell command to run the script.Hint: the script takes an expression as a command-line argument: python /skills/calculator/scripts/calculate.py "<expression>"## Supported OperationsList all supported operations (read calculate.py to discover them):Arithmetic, Power / exponentiation, Square, Floor division and modulo operators, Trigonometric functions, Mathematical constants, Grouping with parentheses## WorkflowStep-by-step instructions for the agent-->
epam/java-ai-applications-development-from-api-to-agents/tree/main/tasks/src/t12/skills/_skills/calculator commit e86c8feb54
Frequently asked questions
Run npx skillmds@latest add epam/calculator in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
TODO: # Write a 2-3 sentence description of what this skill does and when the agent should use it. # Cover: what types of calculations it handles, what operations are supported, # and what user requests should trigger this skill (e.g. calculate, compute, evaluate, solve, etc.). It is listed under AI & ML on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
epam (@epam) published this skill. Their other Agent Skills are listed on their SkillMD profile.