Calc Tool

MCP Tools

Perform mathematical calculations from the command line. Arithmetic, trig, and unit conversion.

Install

openclaw skills install calc-tool

Calc Tool - CLI Calculator

Command-line calculator supporting arithmetic, trig, and unit conversion.

Quick Start

calc-tool '2 + 2'

Features

  • Basic arithmetic
  • Trig functions (sin, cos, tan)
  • Unit conversion
  • Expression grouping

Examples

calc-tool '2 + 2'
calc-tool 'sin(45) * 10'
calc-tool '100 cm to inches'

See Also

  • Related documentation: man bc (if available)