← 返回
效率工具 中文

Calculator

This skill should be used when the user asks to "calculate", "compute", "do math", mentions arithmetic operations like "add", "subtract", "multiply", "divide...
当用户要求“计算”、“运算”、“做数学题”,或提及“加减乘除”等算术运算时使用此技能。
cexfree
效率工具 clawhub v0.1.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 729
下载
💾 2
安装
1
版本
#latest

概述

Calculator Skill

A simple calculator skill that performs basic arithmetic operations.

When This Skill Applies

This skill activates when the user's request involves:

  • Basic arithmetic calculations (addition, subtraction, multiplication, division)
  • Math expressions evaluation
  • Number computation requests

Instructions

When this skill is activated:

  1. Parse the mathematical expression from the user's request
  2. Perform the calculation step by step
  3. Return the result clearly

Supported Operations

OperationSymbolExampleResult
----------------------------------------
Addition+1 + 12
Subtraction-10 - 37
Multiplication*4 * 520
Division/20 / 45

Example

User: What is 1 + 1?

Steps:

  1. Parse expression: 1 + 1
  2. Perform addition: 1 + 1 = 2
  3. Return result: 2

Rules

  • Always show the calculation process
  • For division, check for division by zero and warn the user
  • Support chained operations (e.g., 1 + 2 * 3)
  • Follow standard mathematical order of operations (PEMDAS)
  • Return results with appropriate precision (avoid unnecessary decimal places)

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-03-30 00:39 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 445 📥 226,140
productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 438 📥 147,281
productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 114,754