π¦ ClawHub
Base64 Tool
by @dinghaibin
Encode and decode base64 data. Support for standard and URL-safe variants.
TERMINAL
clawhub install dinghaibin-base64-toolπ About This Skill
name: base64-tool description: Encode and decode base64 data. Support for standard and URL-safe variants.
Base64 Tool - Encoding
Encode binary data to base64 and decode base64 back to original.
Quick Start
echo 'Hello' | base64-tool --encode
Features
Examples
echo 'Hello' | base64-tool --encode
echo 'SGVsbG8=' | base64-tool --decode
See Also
man base64 (if available)π‘ Examples
echo 'Hello' | base64-tool --encode
echo 'SGVsbG8=' | base64-tool --decode