🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Jwt Toolkit

by @johnnywang2001

Decode, inspect, and validate JWT (JSON Web Token) tokens from the command line. Shows header, payload, algorithm, expiry status, and known claim labels. Use...

πŸ’‘ Examples

# Decode a JWT token
python3 scripts/jwt_decode.py eyJhbGciOiJIUzI1NiIs...

Read token from file

python3 scripts/jwt_decode.py --file token.txt

Read from stdin (pipe from curl, etc.)

echo "eyJ..." | python3 scripts/jwt_decode.py --stdin

JSON output for scripting

python3 scripts/jwt_decode.py eyJ... --format json

Also handles "Bearer " prefix automatically

python3 scripts/jwt_decode.py "Bearer eyJhbGciOiJIUzI1NiIs..."

View on ClawHub
TERMINAL
clawhub install jwt-toolkit

πŸ§ͺ Use this skill with your agent

Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

πŸ” Can't find the right skill?

Search 60,000+ AI agent skills β€” free, no login needed.

Search Skills β†’