barcode-generator

Generate Code128, EAN, UPC, and Code39 barcode images from input data.

84|15|Updated Dec 31, 2025
One-click install
npx skills add https://github.com/AIDotNet/MoYuCode --skill barcode-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: barcode-generator
Source: https://github.com/AIDotNet/MoYuCode/tree/main/skills/tools/barcode-generator
Command: npx skills add https://github.com/AIDotNet/MoYuCode --skill barcode-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python-barcode[images], and includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of various barcode formats, eliminating the need for manual design or complex software.

Core Features & Use Cases

  • Multiple Formats: Supports popular barcode types like Code128, EAN-13, UPC-A, and Code39.
  • Customization: Allows for specifying data, format, and output file.
  • Use Case: A small business owner needs to create product labels for a new inventory. They can use this Skill to quickly generate EAN-13 barcodes for each product based on their unique IDs.

Quick Start

Generate a Code128 barcode for the data 'ABC123XYZ' and save it as 'product_code.png'.

Frequently Asked Questions about barcode-generator

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

FAQPage Schema
How do I generate EAN-13 and UPC-A barcodes for product labels?

This Skill generates Code128, EAN-13, UPC-A, and Code39 barcodes from input data to automate product labeling and inventory management. It outputs barcode images like PNG files using the python-barcode library.

What barcode formats does python-barcode support for data encoding?

python-barcode supports generating Code128, EAN-13, UPC-A, and Code39 barcode formats. You specify the input data, desired format, and output file to produce barcode images for product labeling.

Do I need the python-barcode library to generate barcode images?

Yes, you need the python-barcode library with image writing capabilities installed. This dependency allows the Skill to output generated barcodes like Code128 and EAN-13 as image files.

Can I customize barcode output formats for inventory management?

Yes, you can customize barcode generation by specifying the input data, barcode format, and output file name. This allows flexible creation of product codes for inventory management using formats like Code39.