Calculate tip and per-person bill split.
Scanned 8/31/2026
Install to Claude Code
npx -y skills add loomax-labs/InferrLM --skill tip-split --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Tip Split?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/loomax-labs-tip-split)More formats (shields.io, HTML) on the badges page.
---
name: Tip Split
description: Calculate tip and per-person bill split.
type: js
---
Use this skill when the user wants a tip amount or to split a restaurant bill.
Call `run_js` with a JSON string in `data` containing:
- `total`: bill total as a number
- `tipPercent`: optional tip percentage (default 15)
- `people`: optional number of people (default 1)
Present tip amount, grand total, and each person's share clearly.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!