Install
openclaw skills install cn-tip-calculatorCalculate tips and split bills. Support custom tip percentages, bill splitting, and currency formatting. Pure Python standard library, no API key required.
openclaw skills install cn-tip-calculatorCalculate tips and split bills at restaurants.
python3 scripts/tip_calculator.py --bill 85.50 --tip 18
python3 scripts/tip_calculator.py --bill 120.00 --tip 20 --split 4
Returns tip amount, total, and per-person amount when splitting.