math-calculator
CommunityPerform safe, fast math with a Python calculator.
Authoryosif-qasim
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill provides a small Python-based calculator that safely evaluates arithmetic expressions, giving quick, accurate results for coding tasks, tutoring, or data prep.
Core Features & Use Cases
- Safe evaluation: Evaluate expressions with +, -, *, /, **, and sqrt(), plus constants pi and e, using a restricted Python namespace to prevent unsafe operations.
- Standalone script: Runs via scripts/calculate.py without needing external services.
- Use Case: When you need a quick, reliable result for an expression like '3*(7+2.5) - sqrt(16)' during a Claude-assisted task.
Quick Start
- python3 scripts/calculate.py "5 * 5"
- python3 scripts/calculate.py "100 / 4 + 2"
- python3 scripts/calculate.py "sqrt(25) + 10"
Dependency Matrix
Required Modules
None requiredComponents
scripts
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: math-calculator Download link: https://github.com/yosif-qasim/mathHelper/archive/main.zip#math-calculator Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.