← Back to Skills Marketplace
freedompixels

Cn Tip Calculator

by freedompixels · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
102
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install cn-tip-calculator
Description
Calculate tips and split bills. Support custom tip percentages, bill splitting, and currency formatting. Pure Python standard library, no API key required.
README (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.

Usage Guidance
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.
Capability Analysis
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.
Capability Tags
requires-sensitive-credentials
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install cn-tip-calculator
  3. After installation, invoke the skill by name or use /cn-tip-calculator
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug cn-tip-calculator
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 102 downloads so far.

How do I install Cn Tip Calculator?

Run "/install cn-tip-calculator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Cn Tip Calculator free?

Yes, Cn Tip Calculator is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Cn Tip Calculator support?

Cn Tip Calculator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Cn Tip Calculator?

It is built and maintained by freedompixels (@freedompixels); the current version is v1.0.0.

💬 Comments