A simple calculator that can add, subtract, multiply, and divide numbers. Use when the user needs to perform basic arithmetic operations.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add gabrielmoreira/agent-skills-mirror --skill calculator --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Calculator?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/gabrielmoreira-calculator)More formats (shields.io, HTML) on the badges page.
---
name: calculator
description: A simple calculator that can add, subtract, multiply, and divide numbers. Use when the user needs to perform basic arithmetic operations.
license: MIT
capabilities: ["calc", "math"]
metadata:
author: skillLite
version: "1.0"
---
# Calculator Skill
A simple calculator that performs basic arithmetic operations.
## Usage
Provide an operation and two numbers to get the result.
### Examples
- Add: `{"operation": "add", "a": 5, "b": 3}` → `8`
- Subtract: `{"operation": "subtract", "a": 10, "b": 4}` → `6`
- Multiply: `{"operation": "multiply", "a": 6, "b": 7}` → `42`
- Divide: `{"operation": "divide", "a": 20, "b": 4}` → `5`
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!