72
GitHub Stars
1
Bundled Files
2 months ago
Catalog Refreshed
4 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill aidotnet/moyucode --skill qrcode-generator- SKILL.md968 B
Overview
This skill generates QR codes from text, URLs, or arbitrary data with options for custom colors, embedded logos, and multiple output formats. It is implemented in TypeScript and exposes a simple command-style interface for quick generation of image files. The tool focuses on readable, high-quality QR output suitable for print and digital use.
How this skill works
You provide the input data (plain text, URL, or encoded payload) and the skill encodes it into a QR matrix, then renders that matrix to an image file. Rendering supports parameters for foreground/background colors, logo overlays centered in the code, and export formats such as PNG or SVG. The generator ensures sufficient error correction when a logo is used so the code remains scannable.
When to use it
- Create QR codes for web links, contact info, Wi‑Fi credentials, or short messages.
- Generate branded QR images with company colors and a centered logo for marketing materials.
- Produce high-resolution QR assets for print: posters, business cards, packaging.
- Automate bulk QR creation in scripts or build pipelines for event tickets or product tagging.
- Export QR codes as SVG when you need vector output for design tools.
Best practices
- Use high error-correction levels when embedding a logo to maintain scan reliability.
- Choose high contrast between fill and back colors; avoid low-contrast combinations.
- Test the generated QR with multiple scanner apps and devices before distribution.
- Keep logos small and centered; leave quiet zones (margins) around the QR code.
- Prefer SVG for scaling and PNG for raster-ready assets depending on final use.
Example use cases
- Generate a QR for an event landing page with brand colors and export as PNG for social posts.
- Create vector QR codes (SVG) for print-ready brochures that designers can scale without loss.
- Embed Wi‑Fi network credentials into QR to place on office welcome signs for easy guest access.
- Batch-generate QR codes for product SKUs in an e-commerce pipeline and save files for labeling.
FAQ
Yes — the skill increases error correction when a logo is added; keep the logo small and test scanning across devices.
What output formats are supported?
Common formats such as PNG and SVG are supported to cover both raster and vector use cases.