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.
Latest release
vdev-1771119609908Size 957 BFiles 3Hash 3d73b21be4…27d451
SKILL.md
---
name: qr-generator
description: Generate QR codes from text, URLs, or data using pure bash.
---
# QR Code Generator
Generate QR codes without any external APIs or dependencies.
## Quick Usage
```bash
# 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.png
```
## Examples
```bash
# 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.png
```
## Terminal Display
```bash
# Display QR directly in terminal (ASCII art)
curl -s "https://qrcode.show/Hello"
```
Works in any terminal. No dependencies beyond curl.File list
| Path | Size | Zip |
|---|---|---|
| .skillstore | 0 B | 2 B |
| SKILL.md | 1015 B | 519 B |
| skillstore.json | 138 B | 118 B |
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.