jwt-decoder

📁 aidotnet/moyucode 📅 Jan 28, 2026
4
总安装量
2
周安装量
#54123
全站排名
安装命令
npx skills add https://github.com/aidotnet/moyucode --skill jwt-decoder

Agent 安装分布

opencode 2
claude-code 2
cursor 2
mcpjam 1
zencoder 1

Skill 文档

JWT Decoder Tool

Description

Decode, verify, and generate JWT (JSON Web Tokens) with support for HS256, RS256, and other algorithms.

Trigger

  • /jwt command
  • User needs to decode JWT
  • User wants to verify tokens

Usage

# Decode JWT (no verification)
python scripts/jwt_decoder.py decode "eyJhbGciOiJIUzI1NiIs..."

# Verify JWT with secret
python scripts/jwt_decoder.py verify "eyJ..." --secret "your-secret"

# Generate JWT
python scripts/jwt_decoder.py generate --payload '{"sub": "user123"}' --secret "secret"

Tags

jwt, token, auth, decode, security

Compatibility

  • Codex: ✅
  • Claude Code: âœ