Toolverse
All skills

jwt-decode-token-inspector-cli

by openclaw

Decode and inspect JWT tokens from command line. Check expiration, extract claims, debug auth. No more jwt.io tabs. Free CLI tool.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
openclaw
Category
Security

About this skill

Decode and inspect JWT tokens from command line. Check expiration, extract claims, debug auth. No more jwt.io tabs. Free CLI tool.

How to use

  1. Zainstaluj narzędzie globalnie za pomocą npm: npm install -g @lxgicstudios/jwt-decode. 2. Aby zdekodować token, uruchom npx @lxgicstudios/jwt-decode, a następnie wklej token. Narzędzie automatycznie obsługuje prefiksy Bearer, więc możesz wkleić pełny nagłówek autoryzacyjny. 3. Jeśli token znajduje się w zmiennej środowiskowej, użyj: echo $AUTH_TOKEN | npx @lxgicstudios/jwt-decode. Wynik pokaże nagłówek, payload i status wygaśnięcia. 4. Aby wyciągnąć konkretne roszczenie (np. identyfikator użytkownika), użyj flagi -c: npx @lxgicstudios/jwt-decode -c sub $TOKEN. Zwróci tylko wartość wybranego pola. 5. W skryptach bash możesz sprawdzić ważność tokena za pomocą flagi --check: if npx @lxgicstudios/jwt-decode --check $TOKEN; then echo "Token ważny"; else echo "Token wygasł"; fi. 6. Aby wyświetlić wynik w formacie JSON (przydatne do przetwarzania w innych narzędziach), dodaj flagę --json.

Related skills

reverse-engineering-tools

by gmh5225

Guide for reverse engineering tools and techniques used in game security research. Use this skill when working with debuggers, disassemblers, memory analysis tools, binary analysis, or decompilers for game security research.

Security
3168

software-security

by project-codeguard

A software security skill that integrates with Project CodeGuard to help AI coding agents write secure code and prevent common vulnerabilities. Use this skill when writing, reviewing, or modifying code to ensure secure-by-default practices are followed.

Security
1678

zendesk

by vm0-ai

Zendesk Support REST API for managing tickets, users, organizations, and support operations. Use this skill to create tickets, manage users, search, and automate customer support workflows.

Security
11100

ui-audit

by openclaw

AI skill for automated UI audits. Evaluate interfaces against proven UX principles for visual hierarchy, accessibility, cognitive load, navigation, and more. Based on Making UX Decisions by Tommy Geoco.

Security
1223

backend-security-coder

by sickn33

Expert in secure backend coding practices specializing in input validation, authentication, and API security. Use PROACTIVELY for backend security implementations or security code reviews.

Security
1133

qmd

by tobi

Search personal markdown knowledge bases, notes, meeting transcripts, and documentation using QMD - a local hybrid search engine. Combines BM25 keyword search, vector semantic search, and LLM re-ranking. Use when users ask to search notes, find documents, look up information in

Security
1951