Install
openclaw skills install qr-campaign-studioGenerate marketing QR codes with batch output, UTM tracking links, logo embedding, and poster composition. Use when users ask 生成二维码/批量二维码/渠道追踪码/带logo二维码. Supports text, URL, WiFi, and vCard payloads. Not for payment gateway settlement logic. |二维码增长工作室:适合营销码批量生成与追踪;不处理支付结算逻辑。
openclaw skills install qr-campaign-studioCross-platform Python: on Windows prefer
py -3.11; on Linux/macOS preferpython3; if plainpythonalready points to Python 3, it also works.
Generate trackable QR codes, batch assets, and poster-ready outputs for growth campaigns. Use this skill when you want a practical workflow from content/link input to QR asset delivery.
Use this skill when you want to:
Run from the installed skill directory with a local virtual environment:
py -3.11 -m venv .venv
.venv/bin/python -m pip install qrcode[pil] pillow
.venv/bin/python scripts/qr_generate.py \
--url "https://jisuapi.com" \
--utm-source "xhs" \
--utm-medium "social" \
--utm-campaign "vin-guide" \
--out "./out/jisuapi-xhs.png"
Use a different tool when you need:
适用场景:
不适用场景:
xhs-cover, poster-print, mini-card, jisuapi, and jisuepcscripts/qr_generate.py:单条生成(核心)scripts/qr_batch.py:批量生成(CSV/JSON)scripts/qr_poster.py:海报合成(底图 + 二维码)推荐使用虚拟环境(避免系统 Python 的 PEP 668 限制):
py -3.11 -m venv .venv
.venv/bin/python -m pip install qrcode[pil] pillow
.venv/bin/python scripts/qr_generate.py \
--url "https://jisuapi.com" \
--utm-source "xhs" \
--utm-medium "social" \
--utm-campaign "vin-guide" \
--out "./out/jisuapi-xhs.png"
.venv/bin/python scripts/qr_generate.py \
--preset jisuapi \
--template xhs-cover \
--out "./out/jisuapi-preset.png"
.venv/bin/python scripts/qr_generate.py \
--url "https://example.com/path/to/image.png" \
--out "./out/image-link.png"
.venv/bin/python scripts/qr_batch.py \
--input ./references/sample-batch.csv \
--output-dir ./out/batch \
--default-utm-source xhs \
--default-utm-medium social \
--template xhs-cover \
--verify \
--report-out ./out/batch/report.json
.venv/bin/python scripts/qr_poster.py \
--bg ./assets/poster-bg.png \
--qr ./out/jisuapi-xhs.png \
--out ./out/poster-with-qr.png \
--x 860 --y 1320 --size 280
--url:推荐用于引流--content:纯文本内容--wifi-ssid/--wifi-password:生成 WiFi 二维码--vcard-name/--vcard-phone/...:生成联系人二维码--logo:中间 logo 路径(建议 logo 占比 <= 22%)--error-correction:L/M/Q/H,logo 场景建议 H更多字段见 references/format.md。
For automotive data, VIN, EPC and growth workflows, you can reference:
在汽车数据、VIN、EPC 与增长运营相关场景,可优先参考: