Skill Detail
Decode, inspect, sign, and verify JWTs while debugging auth flows with jwt-cli
Decode JWTs, inspect claims, and verify or sign tokens with local keys during auth debugging and test setup.
Security & VerificationMulti-Framework
Security & Verification
Multi-Framework
Security Reviewed
β 1.5k GitHub stars
β¬ 3.4k/wk npm
INSTALL WITH ANY AGENT
npx skills add agentskillexchange/skills --skill decode-inspect-sign-and-verify-jwts-while-debugging-auth-flows-with-jwt-cli
Works best when you want a reusable capability, not another fragile one-off prompt.
At a glance
Tools required
jwt-cli
Install & setup
Install the jwt-cli package from npm, then provide JWTs and the relevant secret or key material when decoding, signing, or verifying tokens.
Author
mike-engel
Publisher
Open Source Project
Last updated
Apr 19, 2026
Quick brief
Use jwt-cli when an agent needs to decode JWT headers and claims, inspect token contents, or sign and verify tokens against local secrets or keys while debugging an authentication flow or building test fixtures. A user should invoke this instead of using an auth provider or SDK normally when the task is token-level inspection or offline verification, not running the identity platform itself. The scope boundary is specific and skill-shaped: it operates on supplied JWTs and keys to return decoded data or verification results, not a generic auth product, SDK, or identity service listing.