base64-encoder

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

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "base64-encoder" with this command: npx skills add aidotnet/moyucode/aidotnet-moyucode-base64-encoder

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: ✅

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

bilibili-analyzer

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

puppeteer

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

cron-scheduler

No summary provided by upstream source.

Repository SourceNeeds Review