calculator

star 152

A simple calculator that can add, subtract, multiply, and divide numbers. Use when the user needs to perform basic arithmetic operations.

EXboys By EXboys schedule Updated 3/29/2026

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
Install via CLI
npx skills add https://github.com/EXboys/skilllite --skill calculator
Repository Details
star Stars 152
call_split Forks 15
navigation Branch main
article Path SKILL.md
More from Creator