arithym

Exact arithmetic for AI agents — zero hallucination math via 62 tools covering integer arithmetic, fractions, units, calculus, and financial calculations. Use when any math result must be correct.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "arithym" with this command: npx skills add lrningslo/arithym-io-arithym

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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Agent Memory Local

Local-first memory retrieval for Agent/OpenClaw workspaces. Use when the user asks about prior work, decisions, dates, preferences, root causes, todo history...

Registry SourceRecently Updated
Automation

OPC Contract Manager

Contract Review + Contract Ops Copilot for solo entrepreneurs. Analyzes contracts, flags risks, generates redline suggestions and negotiation emails, tracks...

Registry SourceRecently Updated
Automation

SysClaw Reporting

Report system issues and submit resource requests to SysClaw via the cross-agent communication system. Use when an agent needs to report an error, warning, o...

Registry SourceRecently Updated
Automation

Turing Pyramid

Prioritized action selection for AI agents. 10 needs with time-decay and tension scoring replace idle heartbeat loops with concrete next actions.

Registry SourceRecently Updated