Utilities
localutils
Everyday utility tools: calculator, UUID, hashing, base64, JWT decode, regex test, timezone convert.
Included in every Nova Skills API key. Nothing to install — get a bearer token and this skill is available on your MCP endpoint.
Tools (7)
- calcEvaluate a mathematical expression. Supports +, -, *, /, %, **, parentheses, Math.* functions.
- uuidGenerate one or more UUIDv4 identifiers.
- hashCompute cryptographic hash (sha256, sha1, md5, sha512) of a string.
- base64Encode or decode base64.
- jwt_decodeDecode a JWT (header + payload) without verifying the signature. Useful for inspecting tokens.
- regex_testTest a regex pattern against text. Returns matches with capture groups.
- timezone_convertConvert a date/time between timezones. Uses IANA timezone names (e.g. 'America/New_York', 'Asia/Kolkata', 'Europe/London').