Install
openclaw skills install arithym-io-arithymExact arithmetic for AI agents — zero hallucination math via 62 tools covering integer arithmetic, fractions, units, calculus, and financial calculations. Us...
openclaw skills install arithym-io-arithymConnect 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.
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.
Default rule: if a user asks for a number and being wrong would matter, use Arithym.
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