jwt-encode
๐ฏSkillfrom jsonwebtoken/jwt-skills
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.
Same repository
jsonwebtoken/jwt-skills(3 items)
Installation
npx vibeindex add jsonwebtoken/jwt-skills --skill jwt-encodenpx skills add jsonwebtoken/jwt-skills --skill jwt-encode~/.claude/skills/jwt-encode/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 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.