Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
ofershap avatar

Devutils

  • 1 installs
  • 3 repo stars
  • Updated March 10, 2026
  • ofershap/mcp-server-devutils

Provides 17 developer utilities over MCP including base64, UUID/ULID, hashing, JWT decode, cron explain/validate, timestamps, JSON format, and regex test.

About

This skill offers 17 zero-auth developer utilities such as encoding, hashing, JWT decoding, cron parsing, timestamp conversion, and JSON and regex helpers over MCP. A developer uses it for everyday encode/decode and validation tasks.

  • 17 utilities: base64, uuid, hash, jwt, cron, json, regex
  • jwt_decode reads header/payload/expiry without verifying signatures

Devutils by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #468 of 550 CLI & Terminal skills by installs in the Skillselion catalog
  • Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/ofershap/mcp-server-devutils --skill devutils

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
repo stars3
Last updatedMarch 10, 2026
Repositoryofershap/mcp-server-devutils

What it does

Provides 17 developer utilities over MCP including base64, UUID/ULID, hashing, JWT decode, cron explain/validate, timestamps, JSON format, and regex test.

Files

SKILL.mdMarkdownGitHub ↗

Developer Utilities via MCP

Use this skill for everyday developer utility tasks: encoding, hashing, JWT decoding, cron expressions, timestamps, JSON formatting, and regex testing. Zero auth required.

Available Tools

CategoryTools
Encodingbase64_encode, base64_decode
ID Generationuuid_generate, ulid_generate
Hashinghash (single algo), hash_all (all algos)
JWTjwt_decode (header, payload, expiry check)
Croncron_explain, cron_validate, cron_next
Timestampstimestamp_to_iso, iso_to_timestamp, timestamp_now
JSONjson_format, json_minify, json_validate
Regexregex_test

Key Patterns

  • jwt_decode shows header, payload, and checks if expired — does NOT verify signatures
  • hash defaults to SHA-256; hash_all runs md5, sha1, sha256, sha384, sha512 at once
  • cron_next shows the next N scheduled run times — useful for validating cron schedules
  • uuid_generate can create multiple UUIDs in one call (pass count parameter)
  • json_validate reports whether input is valid JSON and its root type (object, array, etc.)

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.