Maintenance in progress: we are indexing a large batch of new skills. Some pages may load slowly or briefly show no results. Nothing is lost, and everything is back to normal within the hour.

Calculator

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

tools-only 133bdcf 3 files · 2.0 KB Updated 7 repo stars

File contents

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

tools-only/X-Skills/tree/main/automation/scripting/215-name-skill_0d779264 commit 133bdcf014

Frequently asked questions

npx skillmds add tools-only/calculator