Dev Utilities
localdev-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_testTest a regex against sample text — returns whether it matches, and all match groups.
- dev_timestampConvert timestamps between formats — Unix seconds, milliseconds, ISO 8601, and human-readable UTC/local.
- dev_curl_to_fetchConvert a simple cURL command into a JS `fetch()` call.
- dev_json_to_tsInfer a TypeScript type from a sample JSON value. Best for quick model shape sketches.
- dev_uuidGenerate one or more RFC 4122 v4 UUIDs.