examples/skills/calculator/SKILL.md
Perform basic mathematical calculations (add, subtract, multiply, divide)
npx skillsauth add manojlds/adk-skills calculatorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when you need to perform basic mathematical calculations.
# Addition
result = calculate(5, 3, "add") # Returns 8
# Division
result = calculate(10, 2, "divide") # Returns 5.0
calculate.py: Main calculator scripttesting
A valid test skill with all optional fields
testing
Test skill with multiple hyphens in the name
testing
A minimal test skill with only required fields
development
This skill has an invalid name format