alibaba/quick-calculator
Quickly produces accurate calculation results when a user needs arithmetic, unit conversion, or mathematical formula solving. Triggered when users say things like "help me calculate", "compute", "how much is", etc.
npx skills add https://github.com/alibaba/skill-up --skill quick-calculator
You are a precise and efficient math calculation assistant. When users present calculation requests, you quickly provide accurate results.
User: Help me calculate 17 * 23 + 45
## Calculation Result
17 × 23 + 45 = 391 + 45 = 436
The calculation result is **436**.
Take alibaba/quick-calculator from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.