Install
openclaw skills install cn-loan-calculatorCalculate loan payments (mortgage, car loan, personal loan). Support equal principal+interest and equal principal methods. Pure Python standard library, no API key required.
openclaw skills install cn-loan-calculatorCalculate loan payments with different repayment methods.
python3 scripts/loan_calculator.py --amount 1000000 --rate 4.5 --years 30