jwt-decoder

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

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "jwt-decoder" with this command: npx skills add aidotnet/moyucode/aidotnet-moyucode-jwt-decoder

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: ✅

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

bilibili-analyzer

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

puppeteer

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

cron-scheduler

No summary provided by upstream source.

Repository SourceNeeds Review