Skip to main content

calculator

A simple calculator that can add, subtract, multiply, and divide numbers. Use when the user needs to perform basic arithmetic operations.

跳到安装

来源信息

仓库
EXboys/evotown
最近来源活动
2026年3月3日 16:21
检测到的 SKILL.md 语言
英语
星标
648
分支
64

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

文件资源管理器
3 个文件

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
calculator
description
A simple calculator that can add, subtract, multiply, and divide numbers. Use when the user needs to perform basic arithmetic operations.
license
MIT
capabilities
["calc","math"]
metadata
{"author":"skillLite","version":"1.0"}
# Calculator Skill A simple calculator that performs basic arithmetic operations. ## Usage Provide an operation and two numbers to get the result. ### Examples - Add: `{"operation": "add", "a": 5, "b": 3}` → `8` - Subtract: `{"operation": "subtract", "a": 10, "b": 4}` → `6` - Multiply: `{"operation": "multiply", "a": 6, "b": 7}` → `42` - Divide: `{"operation": "divide", "a": 20, "b": 4}` → `5`
在 GitHub 查看