← Back to Skills Marketplace
lrningslo

Arithym

by Geometric Data Systems · GitHub ↗ · v1.0.4 · MIT-0
cross-platform ✓ Security Clean
333
Downloads
0
Stars
1
Active Installs
5
Versions
Install in OpenClaw
/install arithym-io-arithym
Description
Exact arithmetic for AI agents — zero hallucination math via 62 tools covering integer arithmetic, fractions, units, calculus, and financial calculations. Us...
README (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.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install arithym-io-arithym
  3. After installation, invoke the skill by name or use /arithym-io-arithym
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug arithym-io-arithym
Version 1.0.4
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 5
Frequently Asked Questions

What is Arithym?

Exact arithmetic for AI agents — zero hallucination math via 62 tools covering integer arithmetic, fractions, units, calculus, and financial calculations. Us... It is an AI Agent Skill for Claude Code / OpenClaw, with 333 downloads so far.

How do I install Arithym?

Run "/install arithym-io-arithym" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Arithym free?

Yes, Arithym is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Arithym support?

Arithym is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Arithym?

It is built and maintained by Geometric Data Systems (@lrningslo); the current version is v1.0.4.

💬 Comments