HomeBrowseUpload
← Back to registry
// Skill profile

decode

name: decode

by bytesagain · published 2026-03-22

开发工具加密货币
Total installs
0
Stars
★ 0
Last updated
2026-03
// Install command
$ claw add gh:bytesagain/bytesagain-decode
View on GitHub
// Full documentation

---

name: decode

version: "3.0.1"

author: BytesAgain

homepage: https://bytesagain.com

source: https://github.com/bytesagain/ai-skills

license: MIT-0

tags: [decode, tool, utility]

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

---

# 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 | hello@bytesagain.com*

    // Comments
    Sign in with GitHub to leave a comment.
    // Related skills

    More tools from the same signal band