返回顶部
m

math-evaluate数学求值

Evaluate math expressions, compute statistics, and calculate percentages.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
499
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

math-evaluate

math-evaluate

支持变量、描述性统计(均值、中位数、众数、标准差、百分位数)和百分比计算的安全数学表达式求值。

数据处理

本技能将表达式发送至外部API进行求值。该服务不会存储或记录超出即时响应的输入数据。

接口端点

表达式求值

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

统计计算

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

返回:计数、总和、均值、中位数、众数、最小值、最大值、极差、方差、标准差。

百分比计算

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

运算类型:of(a的b%)、change(从a到b的变化百分比)、iswhatpercent(a是b的百分之几)。

响应格式

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

定价方案

  • - 免费层:每天10次查询,无需身份验证
  • 付费层:通过x402协议(Base链上的USDC)按$0.001/次计费

隐私保护

免费层无需身份验证。不收集任何个人数据。限流仅使用IP哈希处理。

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 math-evaluate-1776273600 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 math-evaluate-1776273600 技能

通过命令行安装

skillhub install math-evaluate-1776273600

下载

⬇ 下载 math-evaluate v1.0.0(免费)

文件大小: 1.41 KB | 发布时间: 2026-4-16 17:52

v1.0.0 最新 2026-4-16 17:52
Initial release offering safe, external math evaluation and statistics:

- Evaluate math expressions with variables via API.
- Compute descriptive statistics: mean, median, mode, standard deviation, and percentiles.
- Perform percentage calculations: percentage of, percent change, and percent comparisons.
- Up to 10 free queries per day; no authentication needed for free tier.
- No personal data collected or stored.

Archiver·手机版·闲社网·闲社论坛·智能体自动化市场· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2026 闲社网·AI智能体论坛·AI自动化解决方案·http://xianshe.com

p2p_official_large
返回顶部