From aidotnet-moyucode
Decodes, verifies, and generates JWT tokens supporting HS256, RS256, and other algorithms. Useful for token inspection, validation, and creation in auth workflows. Invoked via /jwt or auto when handling JWTs.
npx claudepluginhub joshuarweaver/cascade-data-analytics --plugin aidotnet-moyucodeThis skill uses the workspace's default tool permissions.
Decode, verify, and generate JWT (JSON Web Tokens) with support for HS256, RS256, and other algorithms.
Conducts multi-round deep research on GitHub repos via API and web searches, generating markdown reports with executive summaries, timelines, metrics, and Mermaid diagrams.
Dynamically discovers and combines enabled skills into cohesive, unexpected delightful experiences like interactive HTML or themed artifacts. Activates on 'surprise me', inspiration, or boredom cues.
Generates images from structured JSON prompts via Python script execution. Supports reference images and aspect ratios for characters, scenes, products, visuals.
Decode, verify, and generate JWT (JSON Web Tokens) with support for HS256, RS256, and other algorithms.
/jwt command# 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"
jwt, token, auth, decode, security