← Back to Skills Marketplace
bytesagain1

Jwtdecode

by bytesagain1 · GitHub ↗ · v2.0.3 · MIT-0
cross-platform ✓ Security Clean
184
Downloads
0
Stars
1
Active Installs
4
Versions
Install in OpenClaw
/install jwtdecode
Description
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Jwtdecode concepts, best practices, and implementation patterns.
README (SKILL.md)

Jwtdecode

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Jwtdecode concepts, best practices, and implementation patterns. No API keys or credentials required.

Commands

Command Description
intro intro reference
quickstart quickstart reference
patterns patterns reference
debugging debugging reference
performance performance reference
security security reference
migration migration reference
cheatsheet cheatsheet reference

Output Format

All commands output plain-text reference documentation via heredoc. No external API calls, no credentials needed, no network access.


Powered by BytesAgain | bytesagain.com | [email protected]

Usage Guidance
This skill appears to be a straightforward, local reference tool that prints static documentation. The only issues are minor bugs (mismatched version string and help text not expanding the VERSION variable). No credentials or network access are required. If you install it, review and test the script in a safe environment (it runs shell code), and consider whether you want the agent to be allowed to invoke skills autonomously (default is allowed) — although for this particular skill that risk is low.
Capability Analysis
Type: OpenClaw Skill Name: jwtdecode Version: 2.0.3 The skill bundle is a static reference tool for JWT-related concepts. The primary script (scripts/script.sh) only outputs hardcoded documentation via heredocs and contains no network requests, file system modifications, or credential-accessing logic. The SKILL.md instructions are consistent with the script's functionality and do not attempt to manipulate the AI agent into performing unauthorized actions.
Capability Assessment
Purpose & Capability
Name/description (Jwtdecode reference) match the included assets: SKILL.md lists commands and the shipped script emits static reference text. No extraneous credentials, network calls, or binaries are requested.
Instruction Scope
SKILL.md states outputs are plain-text via heredoc with no external calls; the script implements exactly that. Minor inconsistencies: metadata version is 2.0.3 while the script's VERSION variable is 2.0.2, and the help heredoc is single-quoted so it will show a literal "$VERSION" rather than expanding the version—these are bugs but not malicious.
Install Mechanism
No install spec and no downloads; the skill is instruction-only with a bundled script. No high-risk install actions or external URLs are used.
Credentials
No environment variables, credentials, or config paths are requested or used by the script. The script only uses standard shell builtins and emits static text.
Persistence & Privilege
Skill does not request permanent presence (always:false) and does not modify system or other skills. It contains no code that writes configuration or persistent credentials.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install jwtdecode
  3. After installation, invoke the skill by name or use /jwtdecode
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.3
Fix description
v2.0.2
Clean package with matching SKILL.md
v2.0.1
clean-package-fix
v2.0.0
Domain-specific upgrade
Metadata
Slug jwtdecode
Version 2.0.3
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 4
Frequently Asked Questions

What is Jwtdecode?

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Jwtdecode concepts, best practices, and implementation patterns. It is an AI Agent Skill for Claude Code / OpenClaw, with 184 downloads so far.

How do I install Jwtdecode?

Run "/install jwtdecode" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Jwtdecode free?

Yes, Jwtdecode is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Jwtdecode support?

Jwtdecode is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Jwtdecode?

It is built and maintained by bytesagain1 (@bytesagain1); the current version is v2.0.3.

💬 Comments