Claude Code Plugins

Community-maintained marketplace

Feedback
1
0

执行数学计算,支持基本运算和复杂表达式

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

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 实现脚本