skills/qr-code-generator/SKILL.md
Generate QR codes with URLs and UTM tracking. Exports PNG/SVG with captions. Supports styled QR codes with custom module shapes (rounded, circle, gapped, bars), colors, gradients (radial, square, horizontal, vertical), and logo overlay. Use for single codes, batch generation, or marketing campaigns with tracking parameters.
npx skillsauth add razbakov/skills qr-code-generatorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Given a URL, this skill generates:
When the QR is composited into a bigger canvas (Pillow, brand-poster, event-flyer-pack), four rules keep it scannable:
H - safe_margin (e.g. mm(8) to mm(10) for print). Then lay out the rest above it. Most scan failures in composite designs are QR overflow off the canvas, not encoding problems — the QR image is generated fine but placed partially outside the bounds.qr_top + qr_size <= canvas_height - safe_margin before saving. If it fails, shrink the QR or reflow the block above. Do not silently export an overflowing design.QRCodeDetector, pyzbar, or an equivalent) and assert it returns the expected URL. For sheets with multiple identical QRs (A4 4-up, tent cards with mirrored halves) single-code detectors often return NO DECODE — not because the QRs are broken but because they can't disambiguate two identical codes in one frame. Crop each QR region and test individually.qr_size / 18 (3–4 module widths) even if the canvas background is light. Printers darken edges; phone cameras need the contrast.Minimum print sizes that reliably scan from arm's length (~30-50 cm):
URL length matters: for a 40-char URL at ECC-H, the QR grid is ~37×37 modules — below 18 mm print the modules blur. Shorten the URL (custom short domain) if you need a smaller QR.
Required:
Optional:
square (default), rounded, circle, gapped, vertical-bars, horizontal-bars#E5383B)#FFFFFF)radial, square, horizontal, vertical
--gradient-center and --gradient-edge colors--gradient-left and --gradient-right colors--gradient-top and --gradient-bottom colorsassets/templates/utm_template.json).scripts/generate_qr.py — single QR (PNG/SVG, optional caption, styled modules, colors, gradients, logo)scripts/batch_generate.py — batch from CSV (id,url,label)assets/templates/utm_template.jsonassets/templates/print_notes.mdassets/templates/prompt_snippets.mdtools
--- name: handoff description: Get an agent past a browser/UI wall it can't (or must not) cross on its own — a login-gated dashboard, a CAPTCHA, a 2FA prompt, an API that keeps rejecting the write, or an irreversible click that policy says a human must make. This skill is an ESCALATION LADDER, not a first move: it tells you to try the automated browser surfaces FIRST (Chrome-in-Claude, computer-use, an autonomous browser sub-agent) and only fall back to the Handoff app — a wrapper browser that h
documentation
Summarize one or more YouTube videos from their links. Use this whenever the user pastes a youtube.com or youtu.be URL (or several) and wants to know what it's about — phrasings like "summarize to telegram", "tldr these videos", "what do these say", "summary of this talk", or just dropping links with no instruction at all. Fetches each video's real transcript via yt-dlp (not the page text, which never contains the transcript), cleans the captions, and writes a per-video summary. Default delivery is Telegram; honor any other surface the user names ("to my notes", "just here in chat", "email it"). Trigger even when the user only pastes bare links — bare YouTube links almost always mean "tell me what's in these".
data-ai
Daily Digest — Chief-of-Staff role consolidates the six top-managers into one Telegram message to the Commander, instead of six. Implements the protocol from agent-proactivity.md.
development
Seed a new or empty Instagram account with a 9-post grid (3×3) so the profile looks established the moment a new visitor lands. Designed for festivals, new businesses, product launches, conferences, communities — any time an empty IG profile would hurt conversion from external traffic (QR scans, flyer drops, cross-promo). Generates assets via /image-from-gemini (per content-publishing rules — never HTML), writes captions with hashtag sets, and outputs a posting order + cadence plan. Trigger generously: phrases like '9 posts for instagram', 'fill my IG', 'starter grid', 'launch grid', 'instagram seed', '9-post grid', 'IG account not to look empty', 'first instagram posts', 'feed bootstrap', '3x3 grid', 'instagram launch content'. Even if the user mentions only one piece (just the images, just the captions, just the order), use this skill — the grid only works as an integrated bundle.