{"skill":{"slug":"qr-gen","displayName":"QR Code Generator","summary":"Generate QR codes from text, URLs, WiFi credentials, vCards, or any data. Use when the user wants to create a QR code, share a link as a scannable code, gene...","description":"---\nname: qr-gen\ndescription: Generate QR codes from text, URLs, WiFi credentials, vCards, or any data. Use when the user wants to create a QR code, share a link as a scannable code, generate WiFi login QR codes, create contact/vCard QR codes, or produce any scannable barcode image. Outputs PNG, SVG, or ASCII art.\n---\n\n# QR Code Generator\n\nGenerate QR codes via the bundled Python script.\n\n## Quick Start\n\n```bash\npython3 scripts/generate_qr.py \"https://example.com\" -o qr.png\n```\n\n## Common Patterns\n\n### URL or text\n```bash\npython3 scripts/generate_qr.py \"https://example.com\" -o link.png\n```\n\n### WiFi network (scannable by phones)\n```bash\npython3 scripts/generate_qr.py \"wifi\" --wifi-ssid \"MyNetwork\" --wifi-pass \"secret123\" -o wifi.png\n```\n\n### vCard contact\nGenerate the vCard string and pipe it:\n```bash\npython3 scripts/generate_qr.py \"BEGIN:VCARD\nVERSION:3.0\nFN:Jane Smith\nTEL:+1234567890\nEMAIL:jane@example.com\nEND:VCARD\" -o contact.png\n```\n\n### ASCII art (terminal preview)\n```bash\npython3 scripts/generate_qr.py \"hello\" --format ascii\n```\n\n### SVG (scalable, web-friendly)\n```bash\npython3 scripts/generate_qr.py \"data\" -o code.svg\n```\n\n## Options\n\n- `-o FILE` — output path (default: qr.png)\n- `-s N` — box size in pixels (default: 10)\n- `--border N` — border width (default: 4)\n- `--format png|svg|ascii` — force format (auto-detected from extension)\n- `--error-correction L|M|Q|H` — error correction level (default: M; use H for logos/damage tolerance)\n\n## Dependencies\n\nThe script auto-installs `qrcode[pil]` via pip if missing. No manual setup needed.\n","tags":{"latest":"1.1.0"},"stats":{"comments":0,"downloads":2834,"installsAllTime":84,"installsCurrent":1,"stars":0,"versions":3},"createdAt":1771709721436,"updatedAt":1778992184835},"latestVersion":{"version":"1.1.0","createdAt":1771785226305,"changelog":"- Version bump to 1.1.0 with no content or file changes detected.\n- No updates to documentation, features, or dependencies.","license":null},"metadata":null,"owner":{"handle":"claudiodrusus","userId":"s172xccbt04xdg9tshkc5tw64x88526n","displayName":"claudiodrusus","image":"https://avatars.githubusercontent.com/u/258132540?v=4"},"moderation":{"isSuspicious":false,"isMalwareBlocked":false,"verdict":"clean","reasonCodes":["review.llm_review"],"summary":"Review: review.llm_review","engineVersion":"v2.4.24","updatedAt":1779948072491}}