Install
openclaw skills install dinghaibin-qrcode-toolGenerate QR codes from text or URLs for easy sharing and scanning. Outputs as ASCII art or image files for printing and digital use.
openclaw skills install dinghaibin-qrcode-toolCreate QR codes from text input, URLs, or contact information. QR codes can be scanned by mobile devices for quick access to links, text, or data.
qrcode-tool [options] <data>
-o file: Save QR code as image file (PNG)-s N: Set QR code size in pixels-a: Output as ASCII art in terminalqrcode-tool -a "https://example.com"
qrcode-tool -o qr.png "Hello World"
qrcode-tool -s 500 -o link.png "https://github.com"