From gtm-skills
Generate QR codes with URL and optional UTM parameters. Exports PNG and SVG with captions. Supports single codes and batch from CSV. Useful for marketing campaigns.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gtm-skills:qr-code-generatorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Read bootstrap context before asking questions: `strategy/brand.md` for brand, audience, offer, channels, tools, constraints, and metrics; `about/me.md` for personal voice; `content/ideas.md` and `content/calendar.md` for content planning. Use legacy product-marketing context files only as fallback. Save generated drafts to `content/<platform>/drafts/YYYY-MM-DD_short-topic-slug.md`, and route d...
Read bootstrap context before asking questions: strategy/brand.md for brand, audience, offer, channels, tools, constraints, and metrics; about/me.md for personal voice; content/ideas.md and content/calendar.md for content planning. Use legacy product-marketing context files only as fallback. Save generated drafts to content/<platform>/drafts/YYYY-MM-DD_short-topic-slug.md, and route durable learnings back to strategy/brand.md, about/me.md, or content/ideas.md.
This skill is self-contained for its frontmatter scope: use its local instructions, references, scripts, and assets as the playbook; ask only for missing task-specific inputs; hand off to adjacent skills instead of expanding scope; and return an actionable artifact, decision, plan, draft, or diagnostic.
Given a URL, this skill generates:
Required:
Optional:
assets/templates/utm_template.json).scripts/generate_qr.py — single QR (PNG/SVG, optional caption)scripts/batch_generate.py — batch from CSV (id,url,label)assets/templates/utm_template.jsonassets/templates/print_notes.mdassets/templates/prompt_snippets.mdnpx claudepluginhub manojbajaj95/claude-gtm-plugin --plugin gtm-skillsGenerates QR codes from URLs, text, WiFi credentials, or contact info, saving as SVG, PNG, EPS, or PDF with options for colors, scale, border, and error correction levels.
Generates QR codes locally using a pure Python script with zero dependencies. Data never leaves the machine. Supports PNG output.
Generates UTM-tagged URLs for campaign tracking with consistent naming conventions. Supports bulk generation and campaign documentation for analytics platforms.