Install
openclaw skills install openclaw-qr-codeGenerate, decode, and beautify QR codes with customizable colors, logos, and formats. Works across all OpenClaw channels including WhatsApp.
openclaw skills install openclaw-qr-code⚠️ This skill requires the companion plugin to function!
For the complete experience with rounded dots, gradient colors, logo integration, and natural language support, install from GitHub:
curl -s https://raw.githubusercontent.com/zouyawen/openclaw-qrcode/main/install.sh | bash
openclaw gateway restart
This provides basic QR code functionality only:
mkdir -p ~/.openclaw/skills/qr-code
# Extract the downloaded skill.zip to this directory
openclaw gateway restart
💡 Pro Tip: The GitHub installation includes advanced features like rounded dots, color gradients, and logo embedding that aren't available through ClawHub alone!
/qr generate https://mzt315.com color=red backgroundColor=white size=10 format=png
/qr decode [attach QR code image]
/qr beautify [attach QR code image] color=green backgroundColor=black size=12
/qr generate https://mzt315.com logoPath=logo.png
Note: Logo paths must be relative to the workspace and cannot contain .. or absolute paths.
~/clawd/qr-codes/~/clawd/qr-assets/ (place your logo files here)This skill works best with the companion plugin from GitHub:
# Full feature installation (recommended)
curl -s https://raw.githubusercontent.com/zouyawen/openclaw-qrcode/main/install.sh | bash
# Python dependencies (installed automatically by the script)
# qrcode[pil], pillow, numpy, pyzbar
This skill leverages OpenClaw's built-in qr_code_operations tool which supports both Python-based advanced features and Node.js fallback for maximum compatibility across different environments. All operations include comprehensive error handling and security validation.