openai/basic-math
Add or multiply numbers.
npx skills add https://github.com/openai/openai-dotnet --skill basic-math
Use this skill when you need a quick sum or product of numbers.
To add two numbers, compute a + b.
Example: add(3, 5) returns 8.
To multiply two numbers, compute a * b.
Example: multiply(4, 7) returns 28.
Take openai/basic-math 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.