Install
openclaw skills install @dinghaibin/dinghaibin-base64-toolEncode and decode base64 data. Support for standard and URL-safe variants.
openclaw skills install @dinghaibin/dinghaibin-base64-toolEncode binary data to base64 and decode base64 back to original.
echo 'Hello' | base64-tool --encode
echo 'Hello' | base64-tool --encode
echo 'SGVsbG8=' | base64-tool --decode
man base64 (if available)