Perform basic arithmetic operations safely using standard operators without eval or exec
Scanned 9/2/2026
Install to Claude Code
npx -y skills add shrav89/skill-scanner --skill simple-math --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Simple Math?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/shrav89-simple-math)More formats (shields.io, HTML) on the badges page.
---
name: simple-math
description: Perform basic arithmetic operations safely using standard operators without eval or exec
license: MIT
allowed-tools:
- Python
---
# Simple Math Skill
Performs basic arithmetic operations safely.
## Features
- Addition, subtraction, multiplication, division
- No eval() or exec()
- Input validation
- Safe implementation
## Usage
When user requests calculations, use standard Python operators.
## Example
User: "What's 25 + 17?"
Agent: *uses simple-math skill* The result is 42.
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!