jwt-validate
🎯Skillfrom jsonwebtoken/jwt-skills
A Claude Code skill for verifying and validating JSON Web Tokens (JWTs) by checking signatures, expiration, claims, and structure, with support for HMAC, RSA, ECDSA using secrets, PEM keys, or JWKS endpoints.
Same repository
jsonwebtoken/jwt-skills(3 items)
Installation
npx vibeindex add jsonwebtoken/jwt-skills --skill jwt-validatenpx skills add jsonwebtoken/jwt-skills --skill jwt-validate~/.claude/skills/jwt-validate/SKILL.mdSKILL.md
More from this repository2
Agent skill for decoding and inspecting JSON Web Tokens (JWTs), displaying header, payload, and claims with human-readable timestamps, expiration checking, and security analysis for common vulnerabilities like unsigned tokens and sensitive data exposure.
A skill for creating and signing JSON Web Tokens (JWTs) for testing and development, supporting HMAC, RSA, and ECDSA algorithms via Node.js, Python, or Bash with built-in security best practices for secret handling.