dkyazzentwatwa/chatgpt-skills

qr-code-generator

Generate QR codes with clean URLs, optional UTM parameters, captions, and print-safe exports. Use for single codes or batch campaign generation.

First seen Jan 24, 2026

Installation

$ npx skills add dkyazzentwatwa/chatgpt-skills --skill qr-code-generator

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from dkyazzentwatwa/chatgpt-skills · top by installs.

npx skills add dkyazzentwatwa/chatgpt-skills

Browse all from dkyazzentwatwa/chatgpt-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 99
Default branch main
Open issues 2
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 791 B
  • docs SUMMARY.md 169 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 241 installs

SKILL.md

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/generateqr.py or batches with scripts/batchgenerate.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.