← 返回 Skills 市场
freedompixels

Cn Tip Calculator

作者 freedompixels · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
102
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install cn-tip-calculator
功能描述
Calculate tips and split bills. Support custom tip percentages, bill splitting, and currency formatting. Pure Python standard library, no API key required.
使用说明 (SKILL.md)

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

Output

Returns tip amount, total, and per-person amount when splitting.

安全使用建议
This skill looks safe for local tip calculations. Before installing, note that the registry capability signal about sensitive credentials appears inconsistent with the actual artifacts; do not provide any credentials if prompted by anything outside these reviewed files.
功能分析
Type: OpenClaw Skill Name: cn-tip-calculator Version: 1.0.0 The skill is a straightforward tip calculator that uses the Python standard library to perform basic arithmetic. The script 'scripts/tip_calculator.py' contains no network, file system, or environment access, and the documentation in 'SKILL.md' is consistent with the code's functionality without any signs of prompt injection or malicious intent.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
The stated purpose is calculating tips and splitting bills, and the Python script only parses numeric bill, tip, and split values and prints JSON results.
Instruction Scope
The usage instructions are limited to running the included calculator script with bill, tip, and split arguments.
Install Mechanism
There is no install spec and no external dependency or package installation path.
Credentials
The capability signal says sensitive credentials are required, but the metadata, SKILL.md, and code all indicate no credentials, API keys, network access, or environment variables are used.
Persistence & Privilege
The script does not write files, create persistence, request elevated privileges, or access local accounts.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install cn-tip-calculator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /cn-tip-calculator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the Tip Calculator skill. - Calculate tip amount from bill total and percentage. - Supports custom tip percentages and common presets (15%, 18%, 20%, 25%). - Split bills among multiple people. - Formats currency output. - Pure Python, no external dependencies or API key required.
元数据
Slug cn-tip-calculator
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Cn Tip Calculator 是什么?

Calculate tips and split bills. Support custom tip percentages, bill splitting, and currency formatting. Pure Python standard library, no API key required. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 102 次。

如何安装 Cn Tip Calculator?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install cn-tip-calculator」即可一键安装,无需额外配置。

Cn Tip Calculator 是免费的吗?

是的,Cn Tip Calculator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Cn Tip Calculator 支持哪些平台?

Cn Tip Calculator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Cn Tip Calculator?

由 freedompixels(@freedompixels)开发并维护,当前版本 v1.0.0。

💬 留言讨论