Dev Utilities

local

dev-tools

Developer bench: regex tester, timestamp converter, cURL→fetch translator, JSON→TypeScript type inference, UUID generator.

Included in every Nova Skills API key. Nothing to install — get a bearer token and this skill is available on your MCP endpoint.

Tools (5)

  • dev_regex_test
    Test a regex against sample text — returns whether it matches, and all match groups.
  • dev_timestamp
    Convert timestamps between formats — Unix seconds, milliseconds, ISO 8601, and human-readable UTC/local.
  • dev_curl_to_fetch
    Convert a simple cURL command into a JS `fetch()` call.
  • dev_json_to_ts
    Infer a TypeScript type from a sample JSON value. Best for quick model shape sketches.
  • dev_uuid
    Generate one or more RFC 4122 v4 UUIDs.
Dev Utilities — Nova Skills