QR Code Generator
name: qr-gen
by claudiodrusus · published 2026-03-22
$ claw add gh:claudiodrusus/claudiodrusus-skill-1---
name: qr-gen
description: 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.
---
# QR Code Generator
Generate QR codes via the bundled Python script.
Quick Start
python3 scripts/generate_qr.py "https://example.com" -o qr.pngCommon Patterns
URL or text
python3 scripts/generate_qr.py "https://example.com" -o link.pngWiFi network (scannable by phones)
python3 scripts/generate_qr.py "wifi" --wifi-ssid "MyNetwork" --wifi-pass "secret123" -o wifi.pngvCard contact
Generate the vCard string and pipe it:
python3 scripts/generate_qr.py "BEGIN:VCARD
VERSION:3.0
FN:Jane Smith
TEL:+1234567890
EMAIL:jane@example.com
END:VCARD" -o contact.pngASCII art (terminal preview)
python3 scripts/generate_qr.py "hello" --format asciiSVG (scalable, web-friendly)
python3 scripts/generate_qr.py "data" -o code.svgOptions
Dependencies
The script auto-installs `qrcode[pil]` via pip if missing. No manual setup needed.
More tools from the same signal band
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...