首页龙虾技能列表 › Math Evaluate — 技能工具

Math Evaluate — 技能工具

v1.0.0

[自动翻译] Evaluate math expressions, compute statistics, and calculate percentages.

0· 464·4 当前·4 累计
by @cutthemustard (CutTheMustard)·MIT-0
下载技能包
License
MIT-0
最后更新
2026/3/4
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
medium confidence
This skill is internally consistent: it sends math expressions to a remote math.agentutil.net API for evaluation (no installs or credentials required), but using it sends your expressions to an external service so avoid submitting any sensitive data.
评估建议
This skill works by sending your math expressions and numeric data to https://math.agentutil.net for evaluation. It does not require any credentials or local installs, which is expected, but you should not send sensitive secrets (passwords, API keys, private identifiers) inside expressions or variables because they will be transmitted to a third party. The SKILL.md's claim that inputs aren't logged can't be verified here — if you need privacy, run math evaluation locally or use a trusted local l...
详细分析 ▾
用途与能力
Name/description match the behavior: the SKILL.md documents POSTing expressions and arrays to math.agentutil.net to evaluate expressions, compute statistics, and calculate percentages. There are no unrelated required binaries, env vars, or installs.
指令范围
Instructions explicitly send expressions and data to an external API (math.agentutil.net) — this is consistent with the stated purpose. The SKILL.md does not instruct reading files or environment variables. However, the privacy claim ('service does not store or log input') is unverifiable in static review and the user should assume any data sent could be observed or retained by the remote service.
安装机制
Instruction-only skill with no install spec or code files; nothing is written to disk or executed locally during install.
凭证需求
No environment variables, credentials, or config paths are requested — proportional to a simple remote math-evaluation API.
持久化与权限
always is false and the skill does not declare elevated persistence or permissions. It does not request changes to other skills or system configs.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/3/4

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.

● 无害

安装命令 点击复制

官方npx clawhub@latest install math-evaluate
镜像加速npx clawhub@latest install math-evaluate --registry https://cn.clawhub-mirror.com

技能文档

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.

数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务