ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

decode

Decode base64, URLs, JWTs, and encoded formats into readable text. Use when decoding base64, parsing JWT tokens, inspecting encoded payloads.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bytesagain/decode
Or

decode

Encoder/decoder tool.

Commands

base64-encode

Encode to base64

scripts/script.sh base64-encode <text|file>

base64-decode

Decode from base64

scripts/script.sh base64-decode <encoded>

url-encode

URL-encode text

scripts/script.sh url-encode <text>

url-decode

URL-decode text

scripts/script.sh url-decode <encoded>

hex-encode

Convert to hex

scripts/script.sh hex-encode <text>

hex-decode

Convert from hex

scripts/script.sh hex-decode <hex>

html-encode

HTML entity encode

scripts/script.sh html-encode <text>

html-decode

HTML entity decode

scripts/script.sh html-decode <encoded>

jwt-decode

Decode JWT token (header + payload + timestamps)

scripts/script.sh jwt-decode <token>

rot13

ROT13 cipher

scripts/script.sh rot13 <text>

binary

Show binary representation

scripts/script.sh binary <text>

detect

Auto-detect encoding and decode

scripts/script.sh detect <text>

Requirements

  • python3

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

Metadata

Stars3500
Views1
Updated2026-03-27
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-bytesagain-decode": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#decode#tool#utility
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.