返回 Skill 列表
extension
分类: 营销与增长无需 API Key

qr-code-generator

生成带有URL和UTM跟踪的二维码。导出带标题的PNG/SVG格式图片。可用于单个二维码、批量生成或带有跟踪参数的营销活动。

person作者: jakexiaohubgithub

QR Code Generator

Create QR assets that are safe to print, easy to scan, and explicit about the encoded destination.

Workflow

  1. Validate the target URL and prefer HTTPS.
  2. Add UTM parameters only when the campaign needs them.
  3. Generate single codes with scripts/generate_qr.py or batches with scripts/batch_generate.py.
  4. Prefer SVG and higher error correction for print uses.

Guardrails

  • Do not generate QR codes for suspicious or deceptive destinations.
  • Return the final encoded URL alongside the output files.
  • Explain when PNG is fine and when SVG is the better choice.