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

Jwt Decoder

  • 21 installs
  • 84 repo stars
  • Updated January 28, 2026
  • aidotnet/moyucode

jwt-decoder is a Claude Code skill that decodes, verifies, and generates JWT tokens with support for multiple algorithms.

About

jwt-decoder is a Claude Code skill that works with JSON Web Tokens using a bundled Python script based on PyJWT. A developer uses it to decode a JWT, verify it with a secret, or generate a new token, with support for algorithms like HS256 and RS256. It is useful for debugging auth tokens during development.

  • Decodes JWTs without verification
  • Verifies tokens with a secret
  • Generates new JWTs from a payload

Jwt Decoder by the numbers

  • 21 all-time installs (skills.sh)
  • Ranked #1,581 of 2,203 Security skills by installs in the Skillselion catalog
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

jwt-decoder capabilities & compatibility

Capabilities
jwt decode · jwt verify · jwt generate
Use cases
security audit · debugging
Pricing
Free
From the docs

What jwt-decoder says it does

Decode, verify, and generate JWT (JSON Web Tokens) with support for HS256, RS256, and other algorithms.
SKILL.md
python scripts/jwt_decoder.py verify "eyJ..." --secret "your-secret"
SKILL.md
npx skills add https://github.com/aidotnet/moyucode --skill jwt-decoder

Add your badge

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

Listed on Skillselion
Installs21
repo stars84
Last updatedJanuary 28, 2026
Repositoryaidotnet/moyucode

What it does

Decode, verify, or generate a JWT for debugging authentication.

When should I use this skill?

A developer needs to decode a JWT or verify tokens.

What you get

The developer decodes, verifies, or mints a JWT with the chosen algorithm.

By the numbers

  • 3 operations: decode, verify, generate

Files

SKILL.mdMarkdownGitHub ↗

JWT Decoder Tool

Description

Decode, verify, and generate JWT (JSON Web Tokens) with support for HS256, RS256, and other algorithms.

Trigger

  • /jwt command
  • User needs to decode JWT
  • User wants to verify tokens

Usage

# Decode JWT (no verification)
python scripts/jwt_decoder.py decode "eyJhbGciOiJIUzI1NiIs..."

# Verify JWT with secret
python scripts/jwt_decoder.py verify "eyJ..." --secret "your-secret"

# Generate JWT
python scripts/jwt_decoder.py generate --payload '{"sub": "user123"}' --secret "secret"

Tags

jwt, token, auth, decode, security

Compatibility

  • Codex: ✅
  • Claude Code: ✅

Related skills

Securitysecretsappsec

This week in AI coding

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

unsubscribe anytime.