calculator

Installation
SKILL.md

Calculator

Perform mathematical calculations with precision. Use this skill for ANY numerical calculations — never do mental math.

Usage

Run the bundled script with JSON operations:

bun .cursor/skills/calculator/scripts/cli.ts '<json_operations>'

Input Format

Pass a JSON array of operations, where each operation has:

  • operator: One of add, subtract, multiply, divide
  • operands: Array of numbers (minimum 2)

Examples

Installs
1
First Seen
Jun 20, 2026
calculator — miketromba/screenshot-saas