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 barcode-generator- SKILL.md897 B
Overview
This skill generates high-quality barcodes in common industry formats such as Code128, EAN-13, UPC-A, Code39 and more. It produces image outputs (PNG, SVG) with configurable size and encoding options so you can embed barcodes in labels, packaging, or digital assets. The interface supports command-style inputs and programmatic calls for quick integration into workflows.
How this skill works
Provide the data string and choose a barcode format; the generator validates the input against format rules (length, checksum) and renders the barcode as an image. Options allow control of output type (PNG or SVG), dimensions, resolution, and quiet zone margins. The tool can be called interactively or invoked programmatically to batch-generate files for product catalogs and inventories.
When to use it
- Create product labels with EAN-13 or UPC-A for retail distribution
- Generate Code128 barcodes for internal tracking numbers, invoices, or shipping
- Produce Code39 barcodes for simple alphanumeric identifiers on assets
- Batch-generate barcode images for catalogs, packing slips, or CSV imports
- Export scalable SVG barcodes when you need lossless printing at various sizes
Best practices
- Validate input length and check digits before generating to avoid invalid barcodes
- Choose SVG for print or scaling; choose PNG for quick raster display on web or apps
- Set appropriate resolution and quiet zone margins for reliable scanner readability
- Keep encoded data as compact as possible to maintain barcode density and scan success
- Test generated barcodes with the target scanners or mobile apps before mass printing
Example use cases
- Generate EAN-13 images for each SKU in an ecommerce product feed
- Create Code128 barcodes for shipment tracking numbers and print on labels
- Produce UPC-A barcodes for retail items being submitted to marketplaces
- Batch convert a CSV of product codes into individual PNG files for packaging
- Export SVG barcodes for high-resolution print assets like tags or brochures
FAQ
Common formats are supported including Code128, EAN-13, UPC-A, Code39 and others; available formats depend on the chosen encoder at runtime.
Can I control output image size and format?
Yes. You can specify width, height, resolution and choose between raster (PNG) and vector (SVG) outputs for different use cases.