执行数学计算,支持基本运算和复杂表达式
Scanned 9/3/2026
Install to Claude Code
npx -y skills add aiskillstore/marketplace --skill calculator --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Calculator?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/aiskillstore-calculator-marketplace)More formats (shields.io, HTML) on the badges page.
---
name: calculator
description: 执行数学计算,支持基本运算和复杂表达式
version: 1.0.0
author: AI Creator
tags:
- math
- calculation
- calculator
triggers:
- 计算
- 算
- 数学
- 加减乘除
- calculator
- calculate
---
# Calculator Skill
## 功能描述
Calculator Skill 提供数学计算能力,支持基本的四则运算、幂运算等。
## 使用方法
### 基本运算
支持以下运算符:
- `+` 加法
- `-` 减法
- `*` 乘法
- `/` 除法
- `**` 或 `^` 幂运算
- `()` 括号
### 示例
```
2 + 3 * 4 = 14
10 ** 2 = 100
(5 + 3) * 2 = 16
```
## 注意事项
1. 表达式必须是安全的数学表达式
2. 不支持变量和函数调用
3. 除零会返回错误
## 相关资源
- `examples.md`: 更多计算示例
- `calculator.py`: Python 实现脚本
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!