Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
aidotnet avatar

Base64 Encoder

  • 46 installs
  • 84 repo stars
  • Updated January 28, 2026
  • aidotnet/moyucode

base64-encoder is a Claude Code skill that encodes and decodes Base64, URL-safe Base64, and hex strings and files via a Python CLI.

About

base64-encoder is a Claude Code skill that encodes and decodes Base64, URL-safe Base64, and hexadecimal strings, including files. A developer runs scripts/base64_encoder.py with encode or decode plus text or a file path to convert data. It wraps Python's standard base64 module for quick data conversion tasks.

  • Encodes and decodes Base64, URL-safe Base64, and hexadecimal strings
  • Supports text input and file input/output via a CLI script
  • Built on Python's standard base64 module

Base64 Encoder by the numbers

  • 46 all-time installs (skills.sh)
  • Ranked #324 of 550 CLI & Terminal skills by installs in the Skillselion catalog
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

base64-encoder capabilities & compatibility

Capabilities
base64 encoding · data conversion
Pricing
Free
From the docs

What base64-encoder says it does

Encode and decode Base64, URL-safe Base64, and hexadecimal strings with support for files.
SKILL.md
python scripts/base64_encoder.py encode "Hello World"
SKILL.md
npx skills add https://github.com/aidotnet/moyucode --skill base64-encoder

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs46
repo stars84
Last updatedJanuary 28, 2026
Repositoryaidotnet/moyucode

What it does

Encode or decode Base64, URL-safe Base64, and hex strings or files via a CLI script.

Who is it for?

Quickly encoding or decoding Base64, URL-safe Base64, or hex data and files.

Skip if: Encryption or cryptographic hashing beyond simple encoding.

When should I use this skill?

A developer needs to convert data to or from Base64/hex.

What you get

Encoded or decoded output as text or a file.

  • Encoded or decoded output text or file

By the numbers

  • Handles 3 encodings (Base64, URL-safe Base64, hex)

Files

SKILL.mdMarkdownGitHub ↗

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="

# 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-safe

Tags

base64, encode, decode, binary, text

Compatibility

  • Codex: ✅
  • Claude Code: ✅

Related skills

FAQ

What encodings does it support?

Base64, URL-safe Base64, and hexadecimal, with file support.

What is it based on?

Python's standard base64 module (cpython, PSF license).

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.