agent402.tools
Base58 encode or decode text (Bitcoin/IPFS alphabet). mode: encode (default) or decode.
$0.001000 USDC
agent402.tools
Percentage helper. op: "of" (a% of b), "change" (% change a→b), "ratio" (a is what % of b).
$0.001000 USDC
agent402.tools
Convert an integer between number bases (radix 2-36), e.g. binary↔hex↔decimal. Arbitrary size via BigInt.
$0.001000 USDC
agent402.tools
Flatten nested JSON to dot-path keys, or unflatten dot-path keys back to nested JSON. mode: flatten (default) | unflatten.
$0.001000 USDC
agent402.tools
Safely evaluate an arithmetic expression (+ - * / % ^ and parentheses). No code execution — a real parser, not eval.
$0.001000 USDC
agent402.tools
Convert an integer (1-3999) to Roman numerals, or a Roman numeral back to an integer. Auto-detects direction.
$0.001000 USDC
agent402.tools
Deep-merge two JSON objects (b wins on conflicts; arrays are concatenated).
$0.001000 USDC
agent402.tools
Levenshtein edit distance between two strings, plus a 0-1 similarity ratio.
$0.001000 USDC
agent402.tools
Sort the lines of a text. order: asc (default) | desc | numeric. unique:true removes duplicates; ci:true is case-insensitive.
$0.001000 USDC
agent402.tools
Convert a value between units of length, mass, temperature (C/F/K), data, time, or speed.
$0.001000 USDC
agent402.tools
Format a number: thousands separators, fixed decimals, optional currency, or compact (1.2K / 3.4M).
$0.001000 USDC
agent402.tools
Count characters, words, lines, and (optionally) occurrences of a substring in text.
$0.001000 USDC
agent402.tools
Truncate text to a maximum length, adding an ellipsis (or custom suffix). Optionally break on word boundaries.
$0.001000 USDC
agent402.tools
Remove duplicate lines, preserving first-seen order. Returns the deduped text and how many were removed.
$0.001000 USDC
agent402.tools
Descriptive statistics for an array of numbers: count, sum, mean, median, mode, min, max, range, variance, stddev, and percentiles.
$0.001000 USDC
agent402.tools
Parse a URL query string into an object, or build one from an object. mode: parse (default) | build.
$0.001000 USDC
agent402.tools
Convert meters to light years (length). Pass ?value=N.
$0.001000 USDC