Performs mathematical calculations and conversions. Use when user asks to "calculate", "compute", "what is the result of", "convert units", or needs math help.
A simple skill that performs mathematical calculations, unit conversions, and numeric computations.
# Copy to your Claude config
cp SKILL.md ~/.claude/skills/calculator-helper.md
# Or for project-specific
cp SKILL.md your-project/.claude/skills/calculator-helper.md
cd your-project
claude
# Then ask:
"Calculate 25% of 1500"
"Convert 75 Fahrenheit to Celsius"
"What's 145 * 23?"
"If I invest $1000 at 5% for 3 years compound, what do I get?"
The skill automatically activates when you mention:
You:
I need to calculate a 15% tip on a $67.50 bill
Claude (using calculator-helper skill):
Calculating 15% tip on $67.50:
Tip amount: 67.50 × 0.15 = $10.13
Total bill: 67.50 + 10.13 = $77.63
Answer:
- Tip: $10.13
- Total to pay: $77.63
You:
Convert 100 kilometers to miles
Claude (using calculator-helper skill):
Converting 100 kilometers to miles:
Conversion factor: 1 km = 0.621371 miles
100 km × 0.621371 = 62.1371 miles
Answer: 100 km = 62.14 miles (approximately 62 miles)
allowed-tools: [Read]
## Company-Specific Formulas
**Gross Margin:**
(Revenue - COGS) / Revenue × 100
**Customer Lifetime Value:**
Average Order Value × Purchase Frequency × Customer Lifespan
## Printing Industry Conversions
- 1 point = 1/72 inch
- 1 pica = 12 points = 1/6 inch
- Letter size = 8.5 × 11 inches = 612 × 792 points
## Australian Measurements
- 1 cup = 250ml (vs 236.588ml in US)
- 1 tablespoon = 20ml (vs 15ml in US)
- Metric system preferred
Check: Description needs calculation trigger words
# ❌ Too vague
description: Does math
# ✅ Specific with triggers
description: Performs calculations. Use when user asks to "calculate", "compute", or needs math help
Fix: Specify rounding rules in the skill:
## Rounding Rules
- Money: 2 decimal places
- Percentages: 2 decimal places
- Scientific: 4 significant figures
- Measurements: 2 decimal places
Add: Expand the conversion reference section:
## Data/Digital Conversions
- 1 KB = 1,024 bytes
- 1 MB = 1,024 KB
- 1 GB = 1,024 MB
Just ask naturally:
Provide all details:
Be specific about units:
This skill teaches how descriptions trigger activation:
With only [Read] tool:
Learn to format results:
unit-converter - Focused only on conversionsfinancial-calculator - Business-specific calculationsrecipe-scaler - Cooking-specific mathcomment-generator to document calculation codeSKILL.md - The skill file (copy this to .claude/skills/)README.md - This documentationEdit PDFs with natural-language instructions using the nano-pdf CLI.
Control Sonos speakers (discover/status/play/volume/group).
Terminal Spotify playback/search via spogo (preferred) or spotify_player.
Capture frames or clips from RTSP/ONVIF cameras.
CLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).
Monitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI.
Category:tools