← 返回 Skills 市场
lrningslo

Arithym

作者 Geometric Data Systems · GitHub ↗ · v1.0.4 · MIT-0
cross-platform ✓ 安全检测通过
333
总下载
0
收藏
1
当前安装
5
版本数
在 OpenClaw 中安装
/install arithym-io-arithym
功能描述
Exact arithmetic for AI agents — zero hallucination math via 62 tools covering integer arithmetic, fractions, units, calculus, and financial calculations. Us...
使用说明 (SKILL.md)

Arithym — Exact Math Engine

Connect to the Arithym MCP server for exact, hallucination-free arithmetic. Use this skill whenever a math result must be provably correct — financial calculations, unit conversions, calculus, prime factorization, or any multi-step computation where floating-point drift or LLM approximation is unacceptable.

MCP Server Config

Add to your mcpServers config:

{
  "mcpServers": {
    "arithym": {
      "url": "https://arithym.xyz/mcp",
      "headers": {
        "Authorization": "Bearer ${ARITHYM_API_KEY}"
      }
    }
  }
}

Get an API key at https://arithym.xyz. Free tier is available with no credit card required.

When to Use Arithym

  • Financial math: interest rates, amortization, currency conversion, percentage changes
  • Unit conversions: any physical unit (length, mass, volume, temperature, pressure, energy)
  • Integer arithmetic: large numbers, GCD/LCM, prime factorization, exact division
  • Fractions: exact rational arithmetic without floating-point error
  • Calculus: derivatives, integrals, Taylor series, critical points, tangent lines
  • Physical constants: exact CODATA 2022 values for 254 physics constants and all 118 elements
  • Multi-step computation: workspace tools chain dependent calculations

Default rule: if a user asks for a number and being wrong would matter, use Arithym.

Key Tools

Start here: domain_check, scratch_math, recommend Physical constants: ep_lookup("c"), ep_lookup("boltzmann_constant"), ep_lookup("Fe"), ep_convert("ft","m"), ep_query Core arithmetic: compute, fraction_math, exact_sqrt, exact_trig, factorize Units: scratch_math_units, unit_check, unit_factor Workspace: field_create, field_add, field_derive, field_update, field_read Calculus: graph_define, graph_derivative, graph_integral, graph_forward, graph_solve Discovery: list_refs, read_ref, guide_list

Best Practices

  • Call domain_check or recommend when unsure which tool applies.
  • Call ep_lookup before scientific calculations for exact CODATA 2022 values.
  • Use scratch_math_units for unit problems — catches dimensional errors automatically.
  • Never approximate when an exact tool is available.
安全使用建议
This skill appears internally consistent with its purpose, but before installing: (1) confirm you trust arithym.xyz and its privacy/security practices because your queries and the ARITHYM_API_KEY will be sent there; (2) store the API key with least privilege (rotate or use an expendable/test key first); (3) be aware an autonomous agent may call the service automatically when it decides "math matters" — restrict or review agent policies if you need tighter control; (4) because this is instruction-only (no code to review), consider testing with non-sensitive inputs to verify behavior and check the service's terms/privacy before using it with confidential data.
功能分析
Type: OpenClaw Skill Name: arithym-io-arithym Version: 1.0.4 The Arithym skill bundle provides a configuration for an MCP server (https://arithym.xyz/mcp) designed to perform exact arithmetic and scientific calculations. It requires a standard API key (ARITHYM_API_KEY) and provides instructions for the agent to use various math tools to avoid hallucinations. No malicious code, data exfiltration patterns, or prompt-injection attacks were identified in SKILL.md or _meta.json.
能力评估
Purpose & Capability
The name/description (exact arithmetic) matches the runtime instructions: the skill directs the agent to an external MCP endpoint for exact math and lists math-related tools. There are no unrelated environment variables or binaries requested.
Instruction Scope
SKILL.md is narrowly focused on using the Arithym MCP server for math tasks and gives usage/best-practice guidance. It does instruct adding an mcpServers entry (including an Authorization header) so the agent will call an external service; it does not ask to read unrelated files, secrets, or system state.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so nothing is written to disk by the skill itself — lowest install risk.
Credentials
Only a single API key (ARITHYM_API_KEY) is required, which is proportional to the declared integration. Note: that key will be added to requests to arithym.xyz and should be treated as a secret.
Persistence & Privilege
The skill asks the agent operator to add an MCP server entry to the agent configuration so the agent can call arithym.xyz. This is normal for MCP-based skills and the skill does not request always:true or other elevated privileges, but it does enable outgoing calls that will include your API key.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install arithym-io-arithym
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /arithym-io-arithym 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.4
- Added a detailed version and metadata section, including Openclaw integration and emoji for visual identification. - Expanded and clarified the skill description; now emphasizes 62 tools and specific use cases for zero-hallucination math. - Improved tool organization, adding a Discovery section (list_refs, read_ref, guide_list) and highlighting best practices. - Updated formatting for easier reading, including bullet points and short, actionable advice. - No functional code changes detected.
v1.0.3
- Added homepage and source links to skill metadata. - Clarified and simplified API key instructions. - Updated privacy section with a direct link to Terms of Service. - Shortened descriptions for better readability. - Streamlined best practices and usage examples.
v1.0.2
- Added clear environment variable metadata for ARITHYM_API_KEY, including instructions and indication that a free key is available. - Significantly expanded and clarified usage guidelines, with more detailed examples for financial math, unit conversions, calculus, and physical constants. - Introduced structured tool recommendations and best practices for using the skill, including recommended workflow order. - Added a dedicated privacy section outlining data handling and privacy considerations. - Improved documentation for workspace and calculus features, and provided usage rule-of-thumb for when to use Arithym.
v1.0.1
- Updated skill description for improved clarity and conciseness. - Simplified and shortened documentation. - Explicitly added support and examples for physical constants lookup using ep_lookup. - Revised MCP server configuration instructions and authorization header format. - Streamlined best practices and tool recommendations.
v1.0.0
Arithym v1.0.0 — initial release - Provides 62 tools for exact arithmetic, including integer/fraction/financial/unit/calculus calculations. - Ensures zero-hallucination, provably correct math for any use case where correctness matters. - Includes workspace tools for multi-step, dependent computations. - Special tooling for unit conversions, dimensional analysis, and symbolic calculus. - Guides and reference modules for tool selection and domain-specific solutions. - Requires ARITHYM_API_KEY for API use; free tier available.
元数据
Slug arithym-io-arithym
版本 1.0.4
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 5
常见问题

Arithym 是什么?

Exact arithmetic for AI agents — zero hallucination math via 62 tools covering integer arithmetic, fractions, units, calculus, and financial calculations. Us... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 333 次。

如何安装 Arithym?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install arithym-io-arithym」即可一键安装,无需额外配置。

Arithym 是免费的吗?

是的,Arithym 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Arithym 支持哪些平台?

Arithym 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Arithym?

由 Geometric Data Systems(@lrningslo)开发并维护,当前版本 v1.0.4。

💬 留言讨论