qr-generator

Installation
SKILL.md

QR Generator

Generates a QR code image (PNG/SVG) or terminal output from a given text or URL. Useful for transferring long URLs, WiFi credentials, or text snippets to mobile devices via Feishu (scan QR).

Usage

# Generate a QR code image
node skills/qr-generator/index.js --text "https://openclaw.ai" --output "qr_code.png"

# Generate to terminal (ASCII art)
node skills/qr-generator/index.js --text "Hello World" --terminal

Options

Installs
2
Repository
openclaw/skills
GitHub Stars
4.5K
First Seen
Mar 7, 2026
qr-generator — openclaw/skills