/install jwt-toolkit
JWT Toolkit
Zero-dependency JWT decoder and inspector. Decodes any JWT token and shows header, payload claims, algorithm info, expiry status, and signature details.
Quick Start
# 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..."
Features
- Decodes header and payload with human-readable claim labels
- Shows algorithm details and security warnings (e.g.,
nonealgorithm) - Checks token expiry with remaining time or time-since-expired
- Recognizes 20+ standard and common claims (iss, sub, aud, roles, scope, etc.)
- Strips "Bearer " prefix automatically
- JSON and text output formats
- No external dependencies — pure Python stdlib
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install jwt-toolkit - After installation, invoke the skill by name or use
/jwt-toolkit - Provide required inputs per the skill's parameter spec and get structured output
What is Jwt Toolkit?
Decode, inspect, and validate JWT (JSON Web Token) tokens from the command line. Shows header, payload, algorithm, expiry status, and known claim labels. Use... It is an AI Agent Skill for Claude Code / OpenClaw, with 298 downloads so far.
How do I install Jwt Toolkit?
Run "/install jwt-toolkit" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Jwt Toolkit free?
Yes, Jwt Toolkit is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Jwt Toolkit support?
Jwt Toolkit is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Jwt Toolkit?
It is built and maintained by John Wang (@johnnywang2001); the current version is v1.0.0.