返回顶部
m

math-evaluate

Evaluate math expressions, compute statistics, and calculate percentages.

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

math-evaluate

# 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 ```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}}' ``` ### Statistics ```bash 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 ```bash 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 ```json { "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.

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

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

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

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

通过命令行安装

skillhub install math-evaluate-1776273600

下载 Zip 包

⬇ 下载 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-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部