From aidotnet-moyucode
Encodes and decodes Base64, URL-safe Base64, and hexadecimal strings via Python CLI, with file input/output support. Useful for binary-text conversion, data embedding, or debugging. Triggers on /base64 or encoding needs.
npx claudepluginhub joshuarweaver/cascade-data-analytics --plugin aidotnet-moyucodeThis skill uses the workspace's default tool permissions.
Encode and decode Base64, URL-safe Base64, and hexadecimal strings with support for files.
Conducts multi-round deep research on GitHub repos via API and web searches, generating markdown reports with executive summaries, timelines, metrics, and Mermaid diagrams.
Dynamically discovers and combines enabled skills into cohesive, unexpected delightful experiences like interactive HTML or themed artifacts. Activates on 'surprise me', inspiration, or boredom cues.
Generates images from structured JSON prompts via Python script execution. Supports reference images and aspect ratios for characters, scenes, products, visuals.
Encode and decode Base64, URL-safe Base64, and hexadecimal strings with support for files.
/base64 command# 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
base64, encode, decode, binary, text