Install
openclaw skills install qrcode-gen-ynGenerate QR codes from URLs or text using a pre-built Python script with qrcode library
openclaw skills install qrcode-gen-ynGenerate QR codes from URLs or text using a pre-built Python script.
IMPORTANT: Use the existing Python script, don't write inline code.
python3 ~/.openclaw/skills/generate-qrcode/agent.py "<URL or text>" <output_path>
Generate QR code for a URL:
python3 ~/.openclaw/skills/generate-qrcode/agent.py "https://www.baidu.com" ~/Desktop/baidu_qr.png
Generate QR code for text:
python3 ~/.openclaw/skills/generate-qrcode/agent.py "Hello World" ~/Desktop/hello.png