← 返回
效率工具 中文

Math Evaluate

Evaluate math expressions, compute statistics, and calculate percentages.
计算数学表达式、统计分析和百分比。
cutthemustard
效率工具 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 903
下载
💾 42
安装
1
版本
#latest

概述

math-evaluate

Safe math expression evaluation with variables, descriptive statistics (mean, median, mode, stddev, percentiles), and percentage calculations.

Data Handling

This skill sends expressions to an external API for evaluation. The service does not store or log input data beyond the immediate response.

Endpoints

Evaluate Expression

curl -X POST https://math.agentutil.net/v1/evaluate \
  -H "Content-Type: application/json" \
  -d '{"expression": "2 * x + y", "variables": {"x": 20, "y": 2}}'

Statistics

curl -X POST https://math.agentutil.net/v1/statistics \
  -H "Content-Type: application/json" \
  -d '{"values": [10, 20, 30, 40, 50]}'

Returns: count, sum, mean, median, mode, min, max, range, variance, stddev.

Percentage

curl -X POST https://math.agentutil.net/v1/percentage \
  -H "Content-Type: application/json" \
  -d '{"operation": "change", "a": 100, "b": 125}'

Operations: of (a% of b), change (% change from a to b), is_what_percent (a is what % of b).

Response Format

{
  "result": 42,
  "expression": "2 * x + y",
  "variables_used": {"x": 20, "y": 2},
  "request_id": "abc-123",
  "service": "https://math.agentutil.net"
}

Pricing

  • Free tier: 10 queries/day, no authentication required
  • Paid tier: $0.001/query via x402 protocol (USDC on Base)

Privacy

No authentication required for free tier. No personal data collected. Rate limiting uses IP hashing only.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 06:53 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Nano Pdf

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

Clawhub Skill

cutthemustard
对照实时数据源核实事实陈述,返回带有置信度的结构化判定结果。
★ 0 📥 1,074
productivity

Word / DOCX

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