Agent Skills
› cisco-ai-defense/skill-scanner
› simple-math
simple-math
GitHub提供安全的数学运算能力,支持加减乘除。通过调用 math_ops.py 实现基础算术逻辑,具备输入验证和无 eval/exec 的安全特性,用于处理用户的简单计算请求。
Trigger Scenarios
用户请求进行简单的数学计算
需要执行基础的加减乘除运算
Install
npx skills add cisco-ai-defense/skill-scanner --skill simple-math -g -y
SKILL.md
Frontmatter
{
"name": "simple-math",
"license": "Apache-2.0",
"description": "Perform basic arithmetic using a direct operator implementation",
"allowed-tools": []
}
Simple Math
Use math_ops.py to add two numbers.
Version History
- 431cb58 Current 2026-09-09 14:53
- 48f5934 2026-08-20 07:36


