decode
Decode base64, URLs, JWTs, and encoded formats into readable text. Use when decoding base64, parsing JWT tokens, inspecting encoded payloads.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bytesagain/decodedecode
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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bytesagain-decode": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
skill-tracker
通用技能使用统计追踪器,支持 Python 和 Node.js 技能,自动记录调用次数、成功率,生成使用排行榜。数据本地存储,保护隐私。
cmms
Computerized maintenance management system
consent
Build cookie consent banners and track opt-in compliance status. Use when implementing GDPR consent, auditing cookies, generating privacy banners.
amr
Autonomous mobile robot fleet manager. Use when json amr tasks, csv amr tasks, checking amr status.
breaker
Circuit breaker sizing and coordination tool. Use when json breaker tasks, csv breaker tasks, checking breaker status.