Parse, decode, and verify JWT tokens
Scanned 9/12/2026
Install to Claude Code
npx -y skills add fisker086/AIOps --skill jwt_tool --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Jwt Tool?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/fisker086-jwt-tool)More formats (shields.io, HTML) on the badges page.
---
name: jwt-tool
description: Parse, decode, and verify JWT tokens
activation_keywords: [jwt, token, decode, verify, parse, oauth, bearer]
execution_mode: server
---
# JWT Tool
JWT (JSON Web Token) operations:
- Decode JWT token (header and payload)
- Verify JWT signature (HS256, RS256, ES256)
- Check token expiration
- Extract claims
- Encode new JWT token
Use `builtin_jwt_tool` tool with fields:
- `operation`: one of "decode", "verify", "encode"
- `token`: JWT token string (required for decode/verify)
- `secret`: (optional) secret key for verification
- `payload`: (optional) payload for encode
- `algorithm`: (optional) algorithm (default: HS256)
Returns decoded payload and verification result.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!