cisco-ai-defense/simple-math
Perform basic arithmetic operations safely using standard operators without eval or exec
npx skills add https://github.com/cisco-ai-defense/skill-scanner --skill simple-math
Performs basic arithmetic operations safely.
When user requests calculations, use standard Python operators.
User: "What's 25 + 17?"
Agent: *uses simple-math skill* The result is 42.
Take cisco-ai-defense/simple-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.