jwt-parse

Community

Parse JWTs: header, payload, signature.

AuthorAstorYH
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This skill helps you quickly break down a JSON Web Token (JWT) into its constituent parts, making it easier to inspect and understand its structure.

Core Features & Use Cases

  • JWT Component Extraction: Separates a JWT string into its encoded header, payload, and signature.
  • Structural Validation: Provides a basic check to see if the token has the expected three parts.
  • Use Case: You receive a JWT from an API and need to quickly see what information is in the header and payload without writing custom parsing code.

Quick Start

Parse the JWT string 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJkaXN0cmluZyIsImV4cCI6MTY4OTc3MzQ0MH0.some_signature'.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: jwt-parse
Download link: https://github.com/AstorYH/PASB/archive/main.zip#jwt-parse

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.