Cn Loan Calculator
v1.0.0Calculate loan payments (mortgage, car loan, personal loan). Support equal principal+interest and equal principal methods. Pure Python standard 库, no API key required.
0· 0·0 当前·0 累计
下载技能包
License
MIT-0
运行时依赖
无特殊依赖
安装命令
点击复制官方npx clawhub@latest install cn-loan-calculator
镜像加速npx clawhub@latest install cn-loan-calculator --registry https://cn.longxiaskill.com 镜像可用
本土化适配说明
Cn Loan Calculator 安装说明: 安装命令:["openclaw skills install cn-loan-calculator"] 该技能用于国内通用相关操作,可能需要相应的平台账号或API密钥
技能文档
Loan Calculator
Calculate loan payments with different repayment methods.
Features Equal principal+interest (等额本息) Equal principal (等额本金) Mortgage calculation Car loan calculation Pure Python, no external dependencies Usage python3 scripts/loan_calculator.py --amount 1000000 --rate 4.5 --years 30