jsonwebtoken/jwt-skills

Agent skills that help decode, encode and validate JSON Web Tokens

16Stars on the repository
3Mods indexed here, across every type
4mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

jwt-decode

01

jsonwebtoken/jwt-skills

Skill Claude CodeCodex

Decode and inspect JSON Web Tokens (JWTs) without verification. Use when the user provides a JWT string and wants to see its header, payload, or claims — e.g. "decode this JWT", "what's in this token", "inspect this JWT", "show me the claims", "parse this token". Also triggers on raw JWT strings (three base64url…

16 4mo ago A 84 tokens

jwt-encode

02

jsonwebtoken/jwt-skills

Skill Claude CodeCodex

Create and sign JSON Web Tokens (JWTs) for testing and development. Use when the user wants to generate, create, build, or sign a JWT — e.g. "create a JWT", "generate a test token", "sign this payload", "make a JWT with these claims", "build an access token". Supports HMAC, RSA, and ECDSA algorithms.

16 4mo ago A 81 tokens

jwt-validate

03

jsonwebtoken/jwt-skills

Skill Claude CodeCodex

Verify and validate JSON Web Tokens (JWTs) by checking signatures, expiration, claims, and structure. Use when the user wants to verify, validate, or check a JWT — e.g. "verify this token", "is this JWT valid", "check the signature", "validate this token against my JWKS", "is this token expired". Supports HMAC, RSA…

16 4mo ago A 95 tokens