Cn Tip Calculator
v1.0.0Calculate tips and split bills. Support custom tip percentages, bill splitting, and currency 格式化ting. Pure Python standard 库, no API key required.
0· 0·0 当前·0 累计
下载技能包
License
MIT-0
运行时依赖
无特殊依赖
安装命令
点击复制官方npx clawhub@latest install cn-tip-calculator
镜像加速npx clawhub@latest install cn-tip-calculator --registry https://cn.longxiaskill.com 镜像可用
本土化适配说明
Cn Tip Calculator 安装说明: 安装命令:["openclaw skills install cn-tip-calculator"] 该技能用于国内通用相关操作,可能需要相应的平台账号或API密钥
技能文档
Tip Calculator
Calculate tips and split bills at restaurants.
Features Calculate tip amount from bill total and percentage Split bills among multiple people Common tip percentages (15%, 18%, 20%, 25%) Custom tip percentage support Pure Python, no external dependencies Usage 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.