Skill
QR Code Generator
Generate QR codes from text, URLs, WiFi, contacts — no API keys needed
By Rabi BoVersion dev-1771119609908No ratingsNot scannedSignedInstalls 0
Score 0
Price
Free
This release hasn’t been auto-scanned yet. Only install what you trust.
About
QR Code Generator
Generate QR codes without any external APIs or dependencies.
Quick Usage
# Generate QR code for a URL (prints to terminal)
echo "https://example.com" | curl -s "qrcode.show" -d @-
# Save as PNG
curl -s "https://qrcode.show/https://example.com" -o qr.png
# Custom size (pixels)
curl -s "https://qrcode.show/https://example.com?size=400" -o qr.pngExamples
# WiFi QR code (scan to connect)
curl -s "https://qrcode.show/WIFI:T:WPA;S:MyNetwork;P:MyPassword;;" -o wifi.png
# Contact card
curl -s "https://qrcode.show/BEGIN:VCARD%0AFULL NAME:John%0ATEL:555-1234%0AEND:VCARD" -o contact.png
# Bitcoin address
curl -s "https://qrcode.show/bitcoin:1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa" -o btc.pngTerminal Display
# Display QR directly in terminal (ASCII art)
curl -s "https://qrcode.show/Hello"Works in any terminal. No dependencies beyond curl.
Comparing releases
vdev-20260215011918 to vdev-1771119609908
Added 0Removed 0Changed 0Unchanged 3
Reviews
Reviews require a verified purchase (connect wallet first).
No ratings
No reviews yet. Be the first to leave one.
Leave a review
Only verified buyers can review.