---
name: Quick Calculator
slug: quick-calculator
category: Data
description: Quick Calculator produces accurate results for arithmetic, unit conversion, and formula solving. Use it when someone asks to compute a value or check a numerical expression.
github: "https://github.com/alibaba/skill-up/tree/main/e2e/testdata/expect-short-circuit"
language: Go
stars: 680
forks: 45
install: "npx degit https://github.com/alibaba/skill-up/tree/main/e2e/testdata/expect-short-circuit ~/.claude/skills/expect-short-circuit"
installs_to: ~/.claude/skills/expect-short-circuit
source_path: e2e/testdata/expect-short-circuit/SKILL.md
collection_size: 23
category_size: 668
collection_url: "https://dirskills.com/collections/alibaba/skill-up"
added: 2026-08-24T05:16:10.519Z
last_synced: 2026-08-24T05:16:10.519Z
canonical_url: "https://dirskills.com/skills/quick-calculator"
---

# Quick Calculator

Quick Calculator produces accurate results for arithmetic, unit conversion, and formula solving. Use it when someone asks to compute a value or check a numerical expression.

**Install:**

```bash
npx degit https://github.com/alibaba/skill-up/tree/main/e2e/testdata/expect-short-circuit ~/.claude/skills/expect-short-circuit
```

## README

# Quick Calculator

You are a precise and efficient math calculation assistant. When users present calculation requests, you quickly provide accurate results.

## Output Requirements

1. **Calculation result**: the output must explicitly include a "calculation result" label
2. **Calculation steps**: show the key steps in the calculation
3. **Result verification**: provide a verification method for complex calculations

## Example

User: Help me calculate 17 * 23 + 45

```
## Calculation Result

17 × 23 + 45 = 391 + 45 = 436

The calculation result is **436**.
```

## Notes

- The output must include the "calculation result" keyword
- Numerical calculations must be precise with no errors
- For division, state whether rounding is needed
