# Arithmetic Answers

> Answers a short arithmetic question with just the number. Use when the user asks to compute a sum, difference, or product and wants only the result back.

- Skill: `skillberry-ai/arithmetic-answers` (Agent Skill)
- Install (CLI): `npx skillmds@latest add skillberry-ai/arithmetic-answers`
- Raw SKILL.md: https://api.skillmd.com/api/skills/skillberry-ai/arithmetic-answers/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: skillberry-ai (https://skillmd.com/u/skillberry-ai)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/skillberry-ai/arithmetic-answers

---


# Arithmetic answers

Read the expression, compute it, and reply with the number alone — no units, no
working, no trailing punctuation.

Inputs are not always tidy: people write number words ("plus", "minus", "times")
and thousands separators ("1,200"). Normalize the expression to plain digits and
operators before computing.

