qr

Generate QR codes with UTM tracking and shortlink redirects.

2|1|Updated May 11, 2026
One-click install
npx skills add https://github.com/Anglesite/anglesite --skill qr-anglesite
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qr
Source: https://github.com/Anglesite/anglesite/tree/main/agent-skills/qr
Command: npx skills add https://github.com/Anglesite/anglesite --skill qr-anglesite

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires npm, bash, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of generating QR codes with UTM tracking, shortlink redirects, and campaign-tagged URLs, making it easier to track marketing campaigns and share information.

Core Features & Use Cases

  • QR Code Generation: Create QR codes for print materials and set up UTM-tracked shortlinks.
  • UTM Tracking: Automatically sanitize UTM values to ensure accurate analytics.
  • Shortlink Redirects: Generate shortlinks with UTM tracking for easy sharing.
  • Campaign URLs: Create UTM-tagged URLs for ad agencies or social media campaigns.
  • Use Case: Generate a QR code for a business card with UTM tracking to monitor campaign effectiveness.

Quick Start

Generate a QR code for a business card with UTM tracking by running 'npm run ai-qr'.

Frequently Asked Questions about qr

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a QR code with UTM tracking for a marketing campaign?

To generate a QR code with UTM tracking, run 'npm run ai-qr' within your Anglesite project. This creates a QR code containing a UTM-tagged shortlink, allowing you to track marketing campaign effectiveness directly through your analytics platform.

Can I use this tool to create UTM-tagged URLs for social media campaigns?

Yes, you can create UTM-tagged campaign URLs for social media or ad agencies. The tool sanitizes UTM values to ensure accurate analytics, generating shortlink redirects that are easy to share and track across platforms.

Does this QR code generator require a specific Node environment?

Yes, generating UTM-tracked QR codes requires Node version 22 or higher. The tool is designed for use within an Anglesite project using Astro and Keystatic, and relies on npm and bash to execute the shortlink and URL creation scripts.

What is the best way to track offline marketing materials like business cards?

The best way to track offline materials is by generating a UTM-tracked QR code for print media. By scanning the code, users hit a shortlink redirect with campaign parameters, feeding offline engagement data directly into your digital analytics.

Why does my UTM tracking shortlink need sanitization?

UTM tracking shortlinks require sanitization to ensure accurate analytics by preventing malformed or inconsistent parameter values. This process automatically cleans the UTM values, guaranteeing that campaign data aggregates correctly without duplicates or errors.

Are there limitations when using bash for shortlink and URL creation?

Shortlink and URL creation via bash is limited to the Anglesite project environment. Because it depends on specific project scripts and Astro configurations, it cannot be run as a standalone bash utility outside of the Node 22 project structure.