base64-encoder
Original:🇺🇸 English
Translated
1 scriptsChecked / no sensitive code detected
编码和解码Base64、URL安全Base64和十六进制字符串,支持文件处理。
12installs
Sourceaidotnet/moyucode
Added on
NPX Install
npx skill4agent add aidotnet/moyucode base64-encoderTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Base64 Encoder Tool
Description
Encode and decode Base64, URL-safe Base64, and hexadecimal strings with support for files.
Trigger
- command
/base64 - User needs to encode/decode data
- User wants to convert binary to text
Usage
bash
# Encode text
python scripts/base64_encoder.py encode "Hello World"
# Decode Base64
python scripts/base64_encoder.py decode "SGVsbG8gV29ybGQ="
# Encode file
python scripts/base64_encoder.py encode --file image.png --output image.b64
# URL-safe encoding
python scripts/base64_encoder.py encode "data" --url-safeTags
base64encodedecodebinarytextCompatibility
- Codex: ✅
- Claude Code: ✅