con un clic
calculator
用于执行数学计算,包括基础运算、三角函数、对数、幂运算、统计计算等。当用户要求进行数学计算、求解表达式、单位换算或数值分析时使用此技能。
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
用于执行数学计算,包括基础运算、三角函数、对数、幂运算、统计计算等。当用户要求进行数学计算、求解表达式、单位换算或数值分析时使用此技能。
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
| name | calculator |
| description | 用于执行数学计算,包括基础运算、三角函数、对数、幂运算、统计计算等。当用户要求进行数学计算、求解表达式、单位换算或数值分析时使用此技能。 |
用于执行各种数学计算的轻量级技能。
直接使用 Python 的 run_python 工具执行计算:
# 四则运算
result = 2 + 3 * 4 # 14
# 幂运算
result = 2 ** 10 # 1024
# 取模
result = 17 % 5 # 2
使用 math 模块:
import math
math.sqrt(144) # 平方根: 12.0
math.sin(math.pi/2) # 正弦: 1.0
math.log(100, 10) # 对数: 2.0
math.factorial(5) # 阶乘: 120
math.comb(10, 3) # 组合数: 120
使用 statistics 模块:
import statistics
data = [1, 2, 3, 4, 5]
statistics.mean(data) # 平均值: 3
statistics.median(data) # 中位数: 3
statistics.stdev(data) # 标准差: 1.581...
对于复杂计算,使用内置脚本:
python3 scripts/calculator.py "表达式"
支持的表达式类型:
2 + 3 * 4sqrt(16), sin(0.5), log(10)pi, emean([1,2,3]), stdev([1,2,3])A fast Rust-based headless browser automation CLI with Node.js fallback that enables AI agents to navigate, click, type, and snapshot pages via structured commands.
用于代码审查请求,提供质量评估和改进建议
用于数据分析任务,提供统计方法和可视化建议
用于 LangChain 相关问题,获取官方文档和代码示例
Generate structured summary reports from data, documents, meetings, or any content. Use when the user asks to create a summary, report, recap, briefing, or overview of information. Triggers include: summarize, create a report, give me a summary, recap, briefing, overview, key findings, or any request to condense information into a structured format.