base64-encoder

Installation
SKILL.md

Base64 Encoder Tool

Description

Encode and decode Base64, URL-safe Base64, and hexadecimal strings with support for files.

Trigger

  • /base64 command
  • User needs to encode/decode data
  • User wants to convert binary to text

Usage

# Encode text
python scripts/base64_encoder.py encode "Hello World"

# Decode Base64
python scripts/base64_encoder.py decode "SGVsbG8gV29ybGQ="
Installs
40
GitHub Stars
84
First Seen
Jan 28, 2026
base64-encoder — aidotnet/moyucode