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
Publisher reputation
70/100
Established
View breakdown
Back

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.png

Examples

# 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

# 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
PathSizeZip
.skillstore0 B2 B
SKILL.md1015 B519 B
skillstore.json138 B118 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.

Rating
Back to top
Connect wallet to review

Only verified buyers can leave reviews.

Connect wallet