Agent skill
calculator
执行数学计算,支持基本运算和复杂表达式
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/calculator
SKILL.md
Calculator Skill
功能描述
Calculator Skill 提供数学计算能力,支持基本的四则运算、幂运算等。
使用方法
基本运算
支持以下运算符:
+加法-减法*乘法/除法**或^幂运算()括号
示例
2 + 3 * 4 = 14
10 ** 2 = 100
(5 + 3) * 2 = 16
注意事项
- 表达式必须是安全的数学表达式
- 不支持变量和函数调用
- 除零会返回错误
相关资源
examples.md: 更多计算示例calculator.py: Python 实现脚本
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?